Catalog
io.github.Christopher-AS/riv-mcp
OfficialRiv MCP server — a thin shell over the Riv authorization API (authorize, get_activity).
Authorization and activity tracking through the Riv authorization API.
README not available yet.
Install
Configuration
Environment variables
RIV_API_KEYrequiredsecretThe riv_ credential issued when you connect the agent in the Riv dashboard.
RIV_API_URLdefault http://localhost:3000Riv API base URL. Defaults to http://localhost:3000; use https://riv-io.vercel.app for live agents.
claude_desktop_config.json
{
"mcpServers": {
"riv-mcp": {
"command": "npx",
"args": [
"-y",
"@riv-io/mcp@0.1.0"
],
"env": {
"RIV_API_KEY": "<YOUR_RIV_API_KEY>",
"RIV_API_URL": "http://localhost:3000"
}
}
}
}