Skip to main content
RevyOps works with any agent app that supports the Model Context Protocol. You need two things: Get a key from the Keys tab on the Developer page. See Authentication.

If your app supports remote servers with headers

Add a remote (HTTP) MCP server, set the URL above, and add an X-API-KEY header with your key. Then restart the app.

If your app only runs local commands

Some apps can only start MCP servers as a local command. Use mcp-remote to bridge to RevyOps. This needs Node.js installed.
Put this wherever your app lists its MCP servers, then restart the app.

Check the connection

Ask your agent to “list my RevyOps clients”. It should reply with the workspaces your key can access.

Managing multiple clients

Comma-separate your keys in the header: X-API-KEY: RO-key1, RO-key2, RO-key3. The agent routes each question to the right workspace.

Troubleshooting

Double-check your API key is copied correctly with no extra spaces.
Ask your agent to “list my clients” first. This confirms which workspaces your key has access to.
Go to Developer → Keys → Generate key.