Odel
my cool proxy

my cool proxy

Local
@karashiiro15TypeScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@karashiiro/my-cool-proxyv1.5.4

Run

npx -y @karashiiro/my-cool-proxy

MCP client config

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