"Multi-Agent Task Runtime & Inter-session eXchange", is a Task Management MCP server that support multi-agent, multi-session workflow
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"matrix": {
"command": "npx",
"args": [
"-y",
"aminfara/matrix"
]
}
}
}
Run in terminal:
claude mcp add matrix npx -y aminfara/matrix
Add to .cursor/mcp.json:
{
"mcpServers": {
"matrix": {
"command": "npx",
"args": [
"-y",
"aminfara/matrix"
]
}
}
}