matrix

aminfara/matrix
★ 0 stars JavaScript 🤖 AI/LLM Updated today
"Multi-Agent Task Runtime & Inter-session eXchange", is a Task Management MCP server that support multi-agent, multi-session workflow
View on GitHub →

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"
      ]
    }
  }
}