MCP Server
Active
MIT
io.github.vanshulgoyal101/ctx MCP Server
io.github.vanshulgoyal101/ctx
What is the io.github.vanshulgoyal101/ctx MCP server?
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
How to install io.github.vanshulgoyal101/ctx
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ctx": {
"url": "https://ctx.vanshul.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ctx": {
"serverUrl": "https://ctx.vanshul.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ctx": {
"type": "http",
"url": "https://ctx.vanshul.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"ctx": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ctx.vanshul.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http ctx https://ctx.vanshul.com/mcpRelated MCP servers
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
1
View repository →TypeScript
MIT