mcp-bridge

chronoscriptor/mcp-bridge
★ 0 stars JavaScript API Integration Updated 1d ago
Zero-dependency MCP server for container stacks
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "chronoscriptor/mcp-bridge"
      ]
    }
  }
}

README Excerpt

> **Status:** v0.1.0 · 2026-09-04 > **Purpose:** Thin MCP server exposing all agent-stack services as discoverable tools. > **Protocol:** JSON-RPC 2.0 over stdio (MCP standard) > **Architecture:** pi (MCP client) ↔ this bridge (MCP server) ↔ service APIs + n8n webhooks ```bash cd ~/projects/agent-stack/mcp-bridge