Skip to content
Zed

my cool proxy for Zed

io.github.karashiiro/my-cool-proxy

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

client:Zed transport:stdio runtime:npm

Install my cool proxy in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

my cool proxy in other clients