rust-analyzer-mcp

zeenix/rust-analyzer-mcp
★ 62 stars Rust API Integration Updated 3mo ago ✓ Clean
A Model Context Protocol (MCP) server that provides integration with rust-analyzer
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": {
    "rust-analyzer-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-analyzer-mcp"
      ]
    }
  }
}