fcp-rust

os-tack/fcp-rust
★ 5 stars Rust 💻 Code/Dev Tools Updated 30d ago
MCP server for Rust codebases via rust-analyzer
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": {
    "fcp-rust": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "fcp-rust"
      ]
    }
  }
}