MCP Server
MCP
io.github.Christopher-AS/riv-mcp
Riv MCP server — a thin shell over the Riv authorization API (authorize, get_activity).
Install
npx -y @riv-io/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@riv-io/mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The riv_ credential issued when you connect the agent in the Riv dashboard.",
"isRequired": true,
"isSecret": true,
"name": "RIV_API_KEY"
},
{
"description": "Riv API base URL. Defaults to http://localhost:3000; use https://riv-io.vercel.app for live agents.",
"default": "http://localhost:3000",
"name": "RIV_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment