Skip to content
VS Code

my cool proxy for VS Code

io.github.karashiiro/my-cool-proxy

An MCP server gateway that minimizes context usage via progressive Lua-driven discovery 🌙

client:VS Code transport:stdio runtime:npm

Install my cool proxy in VS Code

.vscode/mcp.json

{
  "servers": {
    "my-cool-proxy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@karashiiro/my-cool-proxy"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

my cool proxy in other clients