@rotorsh/mcp
v0.1.3
Published
Rotor customer MCP server — workspace-scoped Claude Code/Cursor/Desktop tools (stdio transport).
Downloads
92
Maintainers
Readme
@rotorsh/mcp
Customer-facing MCP server for Rotor. Claude Code / Cursor / Claude Desktop tools for queues, schedules, jobs, DLQ replay, and more — workspace-scoped to your API key.
60-second quickstart
- Get a workspace API key:
rotor api-keys create --label "claude code"(CLI install:npm i -g @rotorsh/cli) - Add to your client config (
.mcp.jsonfor Claude Code/Desktop,~/.cursor/mcp.jsonfor Cursor):{ "mcpServers": { "rotor": { "command": "npx", "args": ["-y", "@rotorsh/mcp"], "env": { "ROTOR_API_KEY": "rt_ws_..." } } } } - Restart your client and prompt: "list my Rotor queues"
Full install guide
What this is
Workspace-scoped tools: rotor_list_queues, rotor_create_queue, rotor_create_schedule, rotor_inspect_run_history, rotor_get_dlq, rotor_replay_dlq, and ~21 more covering every CLI command group.
What this is not
- Operator/admin tools — those live at
@rotor/mcp-hosted(operator-only, requiresADMIN_TOKEN) - Hosted Streamable-HTTP MCP — that's
rotor.sh/mcp(workflow surface fortrigger_workflow,approve_run, etc.)
License
Closed-source — rotor.sh commercial license. Bug reports welcome at the public issue tracker.
