Rust based MCP server. Let your AI agent think in the cloud, code on your machine
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"
]
}
}
}
Run in terminal:
claude mcp add lm-bridge cargo run -- lm-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"lm-bridge": {
"command": "cargo",
"args": [
"run",
"--",
"lm-bridge"
]
}
}
}