Skip to content
Cursor

orbit for Cursor

io.github.constellation-works/orbit

Orbit's local-first task and workflow registry for coding agents.

client:Cursor transport:stdio runtime:npm

Install orbit in Cursor

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

{
  "mcpServers": {
    "orbit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@orbit-tools/cli"
      ]
    }
  }
}

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

orbit in other clients