lm-bridge

psipher/lm-bridge
★ 5 stars Rust 🤖 AI/LLM Updated 1mo ago
Rust based MCP server. Let your AI agent think in the cloud, code on your machine
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": {
    "lm-bridge": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "lm-bridge"
      ]
    }
  }
}