Skip to main content

Prerequisites

  • Claude Code installed (npm install -g @anthropic-ai/claude-code)
  • A RevyOps API key — get one from Settings → API Keys

Setup

Add the RevyOps MCP server to your Claude Code config using the CLI:
Or add it manually to your ~/.claude/settings.json:

Verify

Run Claude Code and check that the server is connected:
Then in the session:
Claude should respond with your available workspace(s).

Multiple Workspaces

Pass a comma-separated list of API keys to access multiple workspaces in one session:
Use list_clients to see all resolved workspaces, then specify by name in your prompts:

Project-Scoped Config

To scope the MCP server to a specific project (instead of globally), add a .claude/settings.json file in your project root:
This keeps the connection isolated to that project’s Claude Code sessions.