mu

0ximu/mu
★ 63 stars Rust AI/LLM Updated 5d ago ✗ Risk
MCP server that gives AI assistants deep codebase understanding. Semantic graph, BM25 search, impact analysis, code review.
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": {
    "mu": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mu"
      ]
    }
  }
}

Topics

claudecode-intelligencellmmcpmcp-serverrusttree-sitter