Single static binary
One ~3 MB executable replaces N npm/uvx tool installs. No runtime to install, no version drift.
A suite of Model Context Protocol servers packaged as a single static binary — no Node, no Python, no uv. Drop-in for any MCP-aware client.
The official MCP ecosystem ships some servers as npm packages, others through uvx/PyPI. That fragmentation costs every consumer:
npm/uv resolve dependencies and warm up runtimes on every spawn.native-mcp collapses the suite into one statically-linked Go binary that dispatches by subcommand:
native-mcp time
native-mcp filesystem /tmp /home/user/docs
native-mcp fetchEvery subcommand is a fully MCP-conformant server. Because it speaks the standard protocol, the same binary plugs into any MCP client — see the client guides for setup snippets.