mirror of
https://github.com/block/goose.git
synced 2026-05-01 21:10:54 +00:00
docs: update extensions library (#3612)
This commit is contained in:
parent
673e4a2519
commit
41f2ba8f9e
5 changed files with 39 additions and 18 deletions
|
|
@ -5,7 +5,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 by default. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
"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 in the Settings page under 'Extensions'.",
|
||||
"installation_notes": "This is a built-in extension that comes with Goose and can be enabled on the Extensions page.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
|
|
@ -27,7 +27,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 in the Settings page under 'Extensions'.",
|
||||
"installation_notes": "This is a built-in extension that comes with Goose and can be enabled on the Extensions page.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"description": "Built-in JetBrains IDE integration for development workflows",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/jetbrains",
|
||||
"installation_notes": "This is a built-in extension that comes with goose and can be enabled in the Settings page under 'Extensions'.",
|
||||
"installation_notes": "This is a built-in extension that comes with Goose and can be enabled on the Extensions page.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
|
|
@ -306,6 +306,17 @@
|
|||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "context7",
|
||||
"name": "Context7",
|
||||
"description": "Use up-to-date code and docs",
|
||||
"command": "npx -y @upstash/context7-mcp",
|
||||
"link": "https://github.com/upstash/context7",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "elevenlabs-mcp",
|
||||
"name": "ElevenLabs",
|
||||
|
|
@ -397,6 +408,17 @@
|
|||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "mongodb",
|
||||
"name": "MongoDB",
|
||||
"description": "MongoDB database integration",
|
||||
"command": "npx -y mongodb-mcp-server --connection-string mongodb://localhost:27017",
|
||||
"link": "https://github.com/mongodb-js/mongodb-mcp-server",
|
||||
"installation_notes": "Install using npx package manager. Update connection-string as needed to match your MongoDB environment.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "netlify-mcp",
|
||||
"name": "Netlify",
|
||||
|
|
@ -522,11 +544,11 @@
|
|||
{
|
||||
"id": "tutorial-mcp",
|
||||
"name": "Tutorial",
|
||||
"description": "Tutorial and learning management system",
|
||||
"command": "npx -y tutorial-mcp",
|
||||
"description": "Built-in tutorial and learning management system",
|
||||
"command": "",
|
||||
"link": "https://github.com/tutorial/tutorial-mcp",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"is_builtin": false,
|
||||
"installation_notes": "This is a built-in extension that comes with Goose and can be enabled on the Extensions page.",
|
||||
"is_builtin": true,
|
||||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue