
MCP BridgeKit
Supports UIby mkbhardwas12
HTTP bridge for MCP stdio servers with background job queuing and a live monitoring dashboard.
What it does
MCP BridgeKit acts as a reverse proxy ("nginx for MCP tools") that translates HTTP requests into stdio subprocess calls. It solves the protocol mismatch between web applications (which only speak HTTP) and MCP servers (which communicate via stdio), allowing web chatbots to leverage powerful local MCP tools.
Tools
/chat: Main endpoint to call any MCP tool via HTTP./tools/{user_id}: Live discovery of available tools from the connected MCP server./job/{job_id}: Poll for results of long-running background tasks./health: Monitoring endpoint for active sessions, request counts, and queue depth.
Installation
Add to claude_desktop_config.json (if running as a bridge for other tools):
{
"mcpServers": {
"bridgekit": {
"command": "python",
"args": ["-m", "mcp_bridgekit.app"]
}
}
}
Supported hosts
Claude
Quick install
docker-compose upInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






