my cool proxy for Cursor
io.github.karashiiro/my-cool-proxy
An MCP server gateway that minimizes context usage via progressive Lua-driven discovery 🌙
client:Cursor
transport:stdio
runtime:npm
Install my cool proxy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"my-cool-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@karashiiro/my-cool-proxy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs