ministr

OlsonSoftware/ministr
★ 3 stars Rust AI/LLM Updated 11d ago
Code intelligence MCP server for AI coding agents. AST-level codebase understanding — semantic search, symbol navigation, real reference graphs, and cross-language bridge detection across many languages. Local-first; works with any MCP client (Claude Code, Cursor, Copilot).
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": {
    "ministr": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ministr"
      ]
    }
  }
}

README Excerpt

Real codebase understanding for AI coding agents. ministr is a local, MIT-licensed code intelligence MCP server. It gives AI coding agents AST-level understanding of your codebase — semantic search across code and docs, symbol navigation, real reference graphs, and cross-language bridge detection across 40+ languages. It runs locally, embeds locally, and

Topics

ai-agentsai-coding-assistantastcode-intelligencecode-navigationcode-searchcross-languagedeveloper-toolsllmmcpmcp-serverrustsemantic-code-searchsemantic-searchstatic-analysis