My Cool Proxy MCP Server

My Cool Proxy is a Model Context Protocol (MCP) server gateway that tries to solve a lot of perceived problems with MCP as it exists today. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-30 · ★ 14 · #551 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install My Cool Proxy

Claude Code

claude mcp add karashiiro-my-cool-proxy -- npx -y @karashiiro/my-cool-proxy

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @karashiiro/my-cool-proxy - published under the repo owner's npm scope (@karashiiro)

registry namespace io.github.karashiiro is GitHub-verified and matches the repo owner

03 · What My Cool Proxy can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.6.2 · 2026-04-09

Fix release workflow · prevent gateway crash from orphan rejections in the Lua bridge · v1.6.2

v1.6.1 · 2026-04-06

prevent FK constraint error in storeInitializeRequest on restart · v1.6.1

v1.6.0 · 2026-03-30

Large tool results are now automatically offloaded to the database with schema summaries. When an execute script produces a result larger than the configurable resultSizeThreshold (default 50KB), the gateway replaces…

04 · Who maintains My Cool Proxy

my-cool-proxy is maintained by karashiiro. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
other - ranked #551 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.karashiiro/my-cool-proxy (active, first published 2026-02-22)
packages
npm:@karashiiro/my-cool-proxy

06 · My Cool Proxy FAQ

What is My Cool Proxy?

My Cool Proxy is a Model Context Protocol (MCP) server gateway that tries to solve a lot of perceived problems with MCP as it exists today. It runs locally over stdio via the published package.

Is My Cool Proxy still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-30. We re-verify nightly.

How do I install My Cool Proxy?

Run `npx -y @karashiiro/my-cool-proxy`. You can also paste the ready-made client config above.

Does My Cool Proxy run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to My Cool Proxy

More MCP servers to compare · Digilent WaveForms MCP Server · Mockups Gallery · GitDealFlow - GitHub signals for startup investors · Sentinel DV · Klever Vm

More TypeScript MCP servers · Thoughtbox · Kastell · Ats · Anybrowse · Martin Loop · see all