https://gitmcp.io/icon_cropped.png
To add this MCP to Cursor, update your ~/.cursor/mcp.json:
~/.cursor/mcp.json
{ "mcpServers": { "MCP Docs": { "url": "https://gitmcp.io/icon_cropped.png" } } }
To add this MCP to Claude Desktop, update your claude_desktop_config.json:
claude_desktop_config.json
{ "mcpServers": { "MCP Docs": { "command": "npx", "args": [ "mcp-remote", "https://gitmcp.io/icon_cropped.png" ] } } }
To add this MCP to Windsurf, update your ~/.codeium/windsurf/mcp_config.json:
~/.codeium/windsurf/mcp_config.json
{ "mcpServers": { "MCP Docs": { "serverUrl": "https://gitmcp.io/icon_cropped.png" } } }
To add this MCP to VSCode, update your .vscode/mcp.json:
.vscode/mcp.json
{ "servers": { "MCP Docs": { "type": "sse", "url": "https://gitmcp.io/icon_cropped.png" } } }