Skip to content
Cursor

OpenClaw Agent Instruction Registry for Cursor

io.github.izworskic/openclaw-registry

Search and retrieve agent instruction files: system prompts, skills, workflows, and safety filters.

client:Cursor transport:stdio runtime:npm

Install OpenClaw Agent Instruction Registry in Cursor

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

{
  "mcpServers": {
    "openclaw-registry": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentbase-mcp"
      ]
    }
  }
}

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

OpenClaw Agent Instruction Registry in other clients