Coding Guides for Claude Desktop
io.github.delian/codeguide-mcp
Coding guidelines and best-practice guides for 130+ languages, frameworks, and tools.
client:Claude Desktop
transport:streamable-http
runtime:oci
tools:1
Install Coding Guides in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"codeguide-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://codeguide-mcp-86057491046.europe-west1.run.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs