my-cool-proxy
About
An MCP server gateway that minimizes context usage via progressive Lua-driven discovery ๐
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source โ it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add my-cool-proxy -- npx @karashiiro/my-cool-proxy
Cursor
If the button doesn't open Cursor, use the JSON below โ Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"my-cool-proxy","command":"npx","args":["@karashiiro/my-cool-proxy"]}'
JSON
{
"mcpServers": {
"my-cool-proxy": {
"command": "npx",
"args": [
"@karashiiro/my-cool-proxy"
]
}
}
}