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