Agentpython

Matrix.Mcp Agent

MCP configuration with 2 servers: matrix, agent-memory

View Source
{
  "mcpServers": {
    "matrix": {
      "command": "/Users/annhoward/src/superalignment-chatroom/matrix-fastmcp-server/run.sh",
      "args": [],
      "env": {}
    },
    "agent-memory": {
      "command": "python",
      "args": [
        "-m",
        "mcp_agent_memory_server"
      ],
      "cwd": "/Users/annhoward/src/superalignment-chatroom"
    }
  }
}