What is the MPM-Coding MCP server?
Tool-first MCP: AST nav, impact/flow, task chains, memo/recall.
How to install MPM-Coding
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mpm-coding": {
"command": "https://github.com/halflifezyf2680/MPM-Coding/releases/download/v2.9.5/mpm-coding-v2.9.5.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mpm-coding": {
"command": "https://github.com/halflifezyf2680/MPM-Coding/releases/download/v2.9.5/mpm-coding-v2.9.5.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mpm-coding": {
"command": "https://github.com/halflifezyf2680/MPM-Coding/releases/download/v2.9.5/mpm-coding-v2.9.5.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mpm-coding": {
"type": "stdio",
"command": "https://github.com/halflifezyf2680/MPM-Coding/releases/download/v2.9.5/mpm-coding-v2.9.5.mcpb",
"args": []
}
}
}Claude Code
claude mcp add mpm-coding -- https://github.com/halflifezyf2680/MPM-Coding/releases/download/v2.9.5/mpm-coding-v2.9.5.mcpbRelated MCP servers
Progressive group routing for 393 professional skills via Rust daemon stdio shim.
View repository →