temote-mcp

f4ah6o/temote-mcp
★ 0 stars Rust Code/Dev Tools Updated today
Sandboxed local-machine MCP server with out-of-band approvals and an OAuth HTTP endpoint
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": {
    "temote-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "temote-mcp"
      ]
    }
  }
}

README Excerpt

Temote MCP exposes local files, commands, and selected host integrations as MCP tools while keeping normal sessions sandboxed and approval-aware. ```sh cargo install --git https://github.com/f4ah6o/temote-mcp --locked temote-mcp doctor ``` macOS and Linux are supported. Native Windows is not supported; WSL2 can be used for the gateway endpoint path.