Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion documentation/src/components/server-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function ServerCard({ server }: { server: MCPServer }) {
style={{ fontSize: "12px" }}
className="text-textSubtle leading-normal"
>
Can be enabled on the Extensions page in Goose
Can be enabled on the Extensions page in goose
</span>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/pages/extensions/detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const getDocumentationPath = (serverId: string): string => {
<div className="flex items-center gap-2">
<Info className="h-4 w-4 text-textSubtle shrink-0" />
<span className="text-sm text-textSubtle">
Can be enabled on the Extensions page in Goose
Can be enabled on the Extensions page in goose
</span>
</div>
) : server.show_install_command !== false ? (
Expand Down
22 changes: 11 additions & 11 deletions documentation/static/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
{
"id": "apify-mcp-server",
"id": "apify",
"name": "Apify",
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡",
"command": "npx -y apify-mcp-server@latest",
Expand Down Expand Up @@ -73,7 +73,7 @@
"description": "Automatic data visualisation via MCP-UI",
"command": "",
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/autovisualiser",
"installation_notes": "This is a built-in extension that comes with Goose and can be enabled on the Extensions page.",
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
Expand Down Expand Up @@ -168,15 +168,15 @@
"description": "Built-in computer controls for webscraping, file caching, and automations",
"command": "",
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/computercontroller",
"installation_notes": "This is a built-in extension that comes with Goose and can be enabled on the Extensions page.",
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
},
{
"id": "container-use",
"name": "Container Use",
"description": "Integrate container workflows with Goose using the Container-Use MCP",
"description": "Integrate container workflows with goose using the Container-Use MCP",
"command": "npx -y mcp-remote https://container-use.com/mcp",
"link": "https://container-use.com",
"installation_notes": "Requires Node.js and Docker.",
Expand All @@ -201,7 +201,7 @@
"description": "Built-in developer tools for file editing and shell command execution",
"command": "",
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/developer",
"installation_notes": "This is a built-in extension that comes with Goose by default. No installation required.",
"installation_notes": "This is a built-in extension that comes with goose and is enabled by default. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
Expand Down Expand Up @@ -300,8 +300,8 @@
},
{
"id": "goose-docs",
"name": "Goose Docs",
"description": "GitMCP for Goose documentation",
"name": "goose Docs",
"description": "GitMCP for goose documentation",
"command": "npx mcp-remote https://block.gitmcp.io/goose/",
"link": "https://github.com/idosal/git-mcp",
"is_builtin": false,
Expand Down Expand Up @@ -376,7 +376,7 @@
"description": "Built-in memory system for persistent context and information storage",
"command": "",
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/memory",
"installation_notes": "This is a built-in extension that comes with Goose and can be enabled on the Extensions page.",
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
Expand Down Expand Up @@ -542,7 +542,7 @@
{
"id": "speech_mcp",
"name": "Speech Interface",
"description": "Voice interaction with audio visualization for Goose - enables real-time voice interaction, audio/video transcription, text-to-speech conversion, and multi-speaker audio generation",
"description": "Voice interaction with audio visualization for goose - enables real-time voice interaction, audio/video transcription, text-to-speech conversion, and multi-speaker audio generation",
"command": "uvx -p 3.10.14 speech-mcp@latest",
"link": "https://github.com/Kvadratni/speech-mcp",
"installation_notes": "Install using uvx package manager. Requires PortAudio to be installed on your system for PyAudio to capture audio from your microphone.",
Expand Down Expand Up @@ -594,8 +594,8 @@
"name": "Tutorial",
"description": "Built-in tutorial and learning management system",
"command": "",
"link": "https://github.com/tutorial/tutorial-mcp",
"installation_notes": "This is a built-in extension that comes with Goose and can be enabled on the Extensions page.",
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/tutorial",
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": false,
"environmentVariables": []
Expand Down