Skip to content
Grok

my cool proxy for Grok

io.github.karashiiro/my-cool-proxy

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

client:Grok transport:stdio runtime:npm

Install my cool proxy in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

my cool proxy in other clients