roll-w/host-bridge-mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"host-bridge-mcp": {
"command": "npx",
"args": [
"-y",
"host-bridge-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...