docs: unlist tutorials for extensions with archived or moved servers (#5116)
This commit is contained in:
@@ -64,31 +64,14 @@
|
||||
{
|
||||
"id": "blender-mcp",
|
||||
"name": "Blender",
|
||||
"description": "3D modeling and animation integration",
|
||||
"description": "3D modeling and animation integration (requires local server setup)",
|
||||
"command": "uvx blender-mcp",
|
||||
"link": "https://github.com/ahujasid/blender-mcp",
|
||||
"installation_notes": "Install using uvx package manager.",
|
||||
"installation_notes": "Install using uvx package manager. You must first download Blender, add the Blender MCP addon, and start the Blender MCP server.",
|
||||
"is_builtin": false,
|
||||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "brave-mcp",
|
||||
"name": "Brave Search",
|
||||
"description": "Web search capabilities powered by Brave",
|
||||
"command": "npx -y @brave/brave-search-mcp",
|
||||
"link": "https://github.com/brave/brave-search-mcp-server",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": [
|
||||
{
|
||||
"name": "BRAVE_API_KEY",
|
||||
"description": "Required environment variable",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "browserbase-mcp",
|
||||
"name": "Browserbase",
|
||||
@@ -117,23 +100,6 @@
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "cloudflare-mcp",
|
||||
"name": "Cloudflare",
|
||||
"description": "Cloudflare API integration for DNS and domain management",
|
||||
"command": "npx -y @cloudflare/mcp-server-cloudflare",
|
||||
"link": "https://github.com/cloudflare/mcp-server-cloudflare",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": [
|
||||
{
|
||||
"name": "CLOUDFLARE_API_TOKEN",
|
||||
"description": "Required environment variable",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "cloudinary-asset-management-mcp",
|
||||
"name": "Cloudinary Asset Management",
|
||||
@@ -271,10 +237,10 @@
|
||||
{
|
||||
"id": "filesystem",
|
||||
"name": "Filesystem",
|
||||
"description": "File system operations and management",
|
||||
"description": "File system operations and management (requires updating local paths)",
|
||||
"command": "npx -y @modelcontextprotocol/server-filesystem /path/to/dir1 /path/to/dir2",
|
||||
"link": "https://github.com/modelcontextprotocol/servers",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"installation_notes": "Install using npx package manager. Update the placeholder paths before running the 'goose session' command. If installing from the link, you must update the paths from the Extensions page before activating the extension.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
@@ -308,40 +274,6 @@
|
||||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "google-drive-mcp",
|
||||
"name": "Google Drive",
|
||||
"description": "Google Drive file management and operations",
|
||||
"command": "npx -y @google/drive-mcp",
|
||||
"link": "https://github.com/google/drive-mcp",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": [
|
||||
{
|
||||
"name": "GOOGLE_DRIVE_CREDENTIALS",
|
||||
"description": "Required environment variable",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "google-maps-mcp",
|
||||
"name": "Google Maps",
|
||||
"description": "Maps, geocoding, and location services",
|
||||
"command": "npx -y @google/maps-mcp",
|
||||
"link": "https://github.com/google/maps-mcp",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": [
|
||||
{
|
||||
"name": "GOOGLE_MAPS_API_KEY",
|
||||
"description": "Required environment variable",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "goose-docs",
|
||||
"name": "Goose Docs",
|
||||
@@ -374,18 +306,6 @@
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "kiwi-flight-search",
|
||||
"name": "Kiwi Flight Search",
|
||||
"description": "Search for flights",
|
||||
"url": "https://mcp.kiwi.com",
|
||||
"link": "https://mcp-install-instructions.alpic.cloud/servers/kiwi-com-flight-search",
|
||||
"installation_notes": "This is a remote extension. Configure using the endpoint URL in Goose settings.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": [],
|
||||
"type": "streamable-http"
|
||||
},
|
||||
{
|
||||
"id": "knowledge_graph_memory",
|
||||
"name": "Knowledge Graph Memory",
|
||||
@@ -436,7 +356,7 @@
|
||||
"description": "Manage Neon Postgres databases, projects, and branches",
|
||||
"type": "streamable-http",
|
||||
"url": "https://mcp.neon.tech/mcp",
|
||||
"link": "https://github.com/neondatabase-labs/mcp-server-neon",
|
||||
"link": "https://github.com/neondatabase/mcp-server-neon",
|
||||
"installation_notes": "Streaming HTTP extension with OAuth browser authentication to your Neon account.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
@@ -521,34 +441,6 @@
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "postgres-mcp",
|
||||
"name": "PostgreSQL",
|
||||
"description": "PostgreSQL database integration",
|
||||
"command": "uvx mcp-server-postgres",
|
||||
"link": "https://github.com/modelcontextprotocol/servers",
|
||||
"installation_notes": "Install using uvx package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": false,
|
||||
"environmentVariables": [
|
||||
{
|
||||
"name": "POSTGRES_CONNECTION_STRING",
|
||||
"description": "Required environment variable",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "puppeteer-mcp",
|
||||
"name": "Puppeteer",
|
||||
"description": "Browser automation and web scraping",
|
||||
"command": "npx -y @puppeteer/mcp-server",
|
||||
"link": "https://github.com/puppeteer/mcp-server",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "reddit-mcp",
|
||||
"name": "Reddit",
|
||||
|
||||
Reference in New Issue
Block a user