A code intelligence server built on AST indexing rather than LSP, designed for AI coding workflows where context window efficiency matters. Exposes `code_search` for symbol lookup, `code_impact` for call graph analysis (upstream/downstream), `flow_trace` for execution path mapping, and `task_chain` for checkpointed multi-step workflows. The memo/recall system persists decision history across sessions. Ships with a Tree-sitter based indexer supporting 30+ languages, SQLite persistence, and generates `_MPM_PROJECT_RULES.md` to guide tool orchestration. Reach for this when you're tired of AI agents guessing at file locations or missing blast radius on refactors. The whitepaper details BFS impact analysis and search degradation strategies if you want the internals.
claude mcp add --transport stdio halflifezyf2680-mpm-coding uvx mpm-coding