Riven / MCP Server
MCP Server
Connect AI tools like Claude to your Riven account using the Model Context Protocol (MCP). Once connected, you can ask an AI assistant to check your deployments, manage services, and more — in plain English.
Create a Personal Access Token (PAT) from your Riven dashboard before connecting. See Authentication for details.
1Connect Claude Desktop
Riven does not yet appear in the Claude connector directory, soyou'll connect using a small bridge called mcp-remote. Open your Claude Desktop config file and add the following:
{
"mcpServers": {
"riven-deploy": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.rivendeploy.com/mcp/mcp",
"--header",
"Authorization:${RIVEN_PAT_HEADER}"
],
"env": {
"RIVEN_PAT_HEADER": "Bearer rnv_xxxxxxxxxxxxxxxxx"
}
}
}
}Replace rnv_xxxxxxxxxxxxxxxxx with your own Personal Access Token. Restart Claude Desktop after saving the file.
Your PAT is displayed only once when created. If you lose it, revoke the token from your dashboard and create a new one.
2Available Tools
Once connected, the assistant can call the following tools on your behalf.
list_projectsList all services deployed under your Riven account, along with their live status and URL.
More tools — starting, stopping, and deploying services directly from your AI assistant — are on the way.
3Example prompt
Once connected, just ask in plain English:
Can you list all my Riven projects?The assistant will call the right tool and reply with your services and their current status.