Skip to content
VS Code

orbit for VS Code

io.github.constellation-works/orbit

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

client:VS Code transport:stdio runtime:npm

Install orbit in VS Code

.vscode/mcp.json

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

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

orbit in other clients