Loading MCP server directory, please wait...
Riv MCP server — a thin shell over the Riv authorization API (authorize, get_activity).
npx @getmcp/cli add io.github.Christopher-AS/riv-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
RIV_API_KEYThe riv_ credential issued when you connect the agent in the Riv dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Christopher-AS/riv-mcp": {
"command": "npx",
"args": [
"-y",
"@riv-io/mcp"
],
"env": {
"RIV_API_KEY": "",
"RIV_API_URL": "http://localhost:3000"
}
}
}
}