📡 MCP Radar

milind-soni/mcpd

One host for all your MCP servers — shared instances, lazy start, live dashboard, a fraction of the RAM. Includes MCP servers compiled to native binaries with scriptc.

5 stars
1 forks
JavaScript
momentum ▲ 12.0
created 2026-08-11
on radar since 2026-08-13
daemonmcpmodel-context-protocolscriptc
View on GitHub ↗

About mcpd

Every MCP client — Claude Code, Claude Desktop, Cursor — spawns its own copy of every server you've configured, per window. Dozens of invisible processes, gigabytes of RAM, no way to see any of it.

mcpd is a single daemon that owns your servers instead:

- One shared instance per server, across every client and window - Lazy start — servers spawn on first call, stop after 5 idle minutes - Visibility — live dashboard and mcpd status: state, memory, calls, last used - Zero dependencies — plain Node 20+

Bonus: sessions share server state — store a fact in the memory server from one Claude session, recall it from another.

Point your clients at mcpd instead of spawning servers:

mcpd speaks streamable HTTP to clients and stdio to the servers it supervises. Each server's initialize handshake happens once; every client's handshake is answered from cache, and requests are forwarded with remapped ids. To each client it looks like a private server.

mcpd supervises any command — including MCP servers compiled to native binaries with scriptc.

examples/sequential-thinking-native is Anthropic's official sequential-thinking server ported to 259 lines of plain TypeScript and compiled statically. Tool outputs byte-identical to the original:

native (scriptc) official (node) --------------- ---------------- ----------------------- size on disk 554KB ~102MB (package + Node) startup 1.9ms 86ms memory 1.6MB 79MB

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/milind-soni--mcpd.html)

Related MCP servers

cinderline/northcinder

Open-source MCP server for comparing products and asking the buyer before purchase.

⭐ 1205JavaScript
sv-number/mcp-server

MCP server for AI agents that need a phone number: order a private number in 200+ countries, read the SMS verification code, hand it back. The widest country coverage in the category, and you can chec

⭐ 598JavaScript
vibeinging/deepseek-harness-desktop-app

DeepSeek Harness Desktop App: a local AI desktop workspace for DSH Sessions, projects, files, web research, plugins, and Office artifacts.

⭐ 487JavaScript
livetennisapi/livetennisapi-mcp

MCP server for the Live Tennis API — give Claude, Cursor and other LLM agents real-time tennis scores, odds and model win-probability

⭐ 205JavaScript
upvoteclub/upvote-club-mcp-mcpb

Claude Desktop .mcpb bundle for Upvote.club. Part of upvoteclub/upvote-club-mcp-* family — see core repo for all packages.

⭐ 44JavaScript
upvoteclub/upvote-club-mcp-local

Self-serve stdio MCP for Upvote.club. Part of upvoteclub/upvote-club-mcp-* family — see core repo for all packages.

⭐ 44JavaScript

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.