My Cool Proxy is a Model Context Protocol (MCP) server gateway that allows agents to connect to multiple MCP servers through a unified interface, enabling progressive discovery of tools and features.
From the registry: An MCP server gateway that minimizes context usage via progressive Lua-driven discovery 🌙
$ npx @karashiiro/my-cool-proxyPlease install the `my-cool-proxy` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js** — Node.js runtime is required to run npx (https://nodejs.org/)
- **Run once to generate config** — The gateway auto-creates a default config on first run. After running, edit the config to add your MCP servers. Run: `npx @karashiiro/my-cool-proxy`
Canonical MCP server config (HTTP transport):
- url: `http://localhost:3000/mcp`
Note: My Cool Proxy is a local MCP gateway that runs on http://localhost:3000/mcp by default. Start it with `npx @karashiiro/my-cool-proxy`, then connect your MCP client to the HTTP URL.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support