Skip to content
Cursor

swarmmesh for Cursor

io.github.rudrendupaul/swarmmesh

Multi-agent context sharing, memory, and status coordination via MCP tools.

client:Cursor transport:stdio runtime:pypi

Install swarmmesh in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "swarmmesh": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "swarmmesh-cli"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

swarmmesh in other clients