server_mcp_bridge

micron-labs/server_mcp_bridge
★ 0 stars C++ 📦 Other Updated today
Daemon that exposes tools to controll a VPS or self-hosted server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "server_mcp_bridge": {
      "command": "npx",
      "args": [
        "-y",
        "micron-labs/server_mcp_bridge"
      ]
    }
  }
}