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:~/.claude/settings.json:
Verify
Run Claude Code and check that the server is connected:Multiple Workspaces
Pass a comma-separated list of API keys to access multiple workspaces in one session: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: