docs: Add GitMCP Tutorial to Extensions Library (#3716)

Signed-off-by: Ebony Louis <ebony774@gmail.com>
Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
Ebony Louis
2025-07-29 15:37:48 -04:00
committed by GitHub
parent b1187a7822
commit 0fb58c4095
2 changed files with 22 additions and 12 deletions
@@ -1,5 +1,5 @@
---
title: Git Extension
title: GitMCP Extension
description: Add Git MCP Server as a Goose Extension
---
@@ -56,7 +56,7 @@ This tutorial covers how to add the [Git MCP Server](https://github.com/idosal/g
## Example Usage
In this example, Goose uses GitMCP to pull real-time documentation from the openai/whisper GitHub repository, explore how the speech-to-text model works, and surface accurate setup instructions and command-line usage—all directly from the source.
In this example, Goose uses GitMCP to pull real-time documentation from the `openai/whisper` GitHub repository, explore how the speech-to-text model works, and surface accurate setup instructions and command-line usage—all directly from the source.
<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>
@@ -74,19 +74,19 @@ In this example, Goose uses GitMCP to pull real-time documentation from the open
</Tabs>
### Goose Prompt
```
Can you help me understand how the OpenAI Whisper speech-to-text model works?
Can you help me understand how the OpenAI Whisper speech-to-text model works?
Use the GitHub repository `openai/whisper` to find accurate information.
Use the GitHub repository `openai/whisper` to find accurate information.
Please:
- Summarize what the model does and its key features
- Show an example of how to run it from the command line
- Explain what files or models are needed to get started
- Include any useful code snippets or setup instructions you find in the repo
Give me the response in a Markdown guide format.
Please:
- Summarize what the model does and its key features
- Show an example of how to run it from the command line
- Explain what files or models are needed to get started
- Include any useful code snippets or setup instructions you find in the repo
Give me the response in a Markdown guide format.
```
### Goose Output
:::note Desktop
+10
View File
@@ -572,5 +572,15 @@
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "gitmcp",
"name": "GitMCP",
"description": "Gets latest documentation for any GitHub project",
"command": "npx -y mcp-remote https://gitmcp.io/docs",
"link": "https://github.com/idosal/git-mcp",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
}
]