host-bridge-mcp

roll-w/host-bridge-mcp
★ 1 stars Rust Code/Dev Tools Updated today
A Rust MCP server that executes exactly one host command per tool call. It is designed for setups where your MCP client runs in a different environment (container, WSL, remote workspace) but still needs the local host toolchain.
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": {
    "host-bridge-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "host-bridge-mcp"
      ]
    }
  }
}

Topics

agentagent-toolsaiai-toolsmcpmcp-servermcp-serviceopencoderustrust-lang