Skip to content
VS Code

swarmmesh for VS Code

io.github.rudrendupaul/swarmmesh

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

client:VS Code transport:stdio runtime:pypi

Install swarmmesh in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

swarmmesh in other clients