kandobyte/mcpbox
A lightweight gateway that exposes local stdio-based MCP servers via Streamable HTTP
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark.svg"> </picture> <br> <a href="https://www.npmjs.com/package/mcpbox"></a> </p>
MCPBox is a lightweight gateway that exposes local stdio-based MCP servers via Streamable HTTP, enabling Claude and other AI agents to connect from anywhere.
servername__ prefix to avoid collisions<picture> <source media="(prefers-color-scheme: dark)" srcset="assets/diagram-dark.excalidraw.png"> </picture>
Create mcpbox.json:
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}Run:
npx mcpboxAdd to your MCP client config:
{
"mcpServers": {
"mcpbox": {
"url": "http://localhost:8080"
}
}
}See the documentation for configuration, authentication, deployment, and connecting clients.
Loading reviews...