Skip to content
Cursor

MCP OpenClaw Extensions for Cursor

io.github.romainsantoli-web/mcp-openclaw

138-tool MCP server for AI agent firms: security, A2A, Hebbian memory, fleet mgmt

client:Cursor transport:stdio runtime:pypi

Install MCP OpenClaw Extensions in Cursor

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

{
  "mcpServers": {
    "mcp-openclaw": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-openclaw-extensions"
      ]
    }
  }
}

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

MCP OpenClaw Extensions in other clients