ctx for Claude Desktop
io.github.vanshulgoyal101/ctx
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
client:Claude Desktop
transport:streamable-http
tools:6
Install ctx in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ctx": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ctx.vanshul.com/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