mcpls

bug-ops/mcpls
★ 32 stars Rust 🤖 AI/LLM Updated 19d ago
Universal MCP to LSP bridge - expose Language Server Protocol capabilities as MCP tools for AI agents
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": {
    "mcpls": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcpls"
      ]
    }
  }
}

Topics

ai-agentsai-toolsclicode-completioncode-intelligencecode-navigationdeveloper-toolslanguage-serverlanguage-server-protocollspmcpmodel-context-protocolrust