Stats
Actions
Tags
From claude-mpm
MPM cross-project messaging - send, read, and manage messages between Claude instances across projects
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mpm-messaging": {
"command": "python3",
"args": [
"-m",
"claude_mpm.mcp.messaging_server"
]
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
npx claudepluginhub bobmatnyc/claude-mpm-marketplace --plugin claude-mpm