Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Git Extension
title: GitMCP Extension
description: Add Git MCP Server as a Goose Extension
---

Expand Down Expand Up @@ -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.
Comment thread
EbonyLouis marked this conversation as resolved.

<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>
Expand All @@ -77,7 +77,7 @@ In this example, Goose uses GitMCP to pull real-time documentation from the open

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](https://github.com/openai/whisper) to find accurate information.

Please:
- Summarize what the model does and its key features
Expand Down
10 changes: 10 additions & 0 deletions documentation/static/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,15 @@
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "gitmcp",
"name": "Git MCP",
Comment thread
angiejones marked this conversation as resolved.
Outdated
"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": []
}
]
Loading