Skip to main content
Glama
rivenai
by rivenai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RIVEN_API_KEYYesYour Riven API key (starts with `rvn_`).
RIVEN_API_BASENoOverride the chat completions API base URL.https://api.rivenai.io/v1
RIVEN_COMPUTER_BASENoOverride the Computer (agentic tasks) API base URL.https://computer.rivenai.io

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
riven_chatA

Send a single prompt to a Riven chat model and return the completion text. Use for quick, single-turn questions that don't need agentic research.

riven_researchA

Create a Riven Computer research task for the given prompt, run it, poll until it completes (or times out), and return a summary of the resulting thread. Use for open-ended research questions that benefit from multi-step agentic work.

riven_councilA

Create a Riven Computer council task, which asks multiple models to answer the same prompt and produces a synthesized verdict plus each model's individual answer. Use when you want a cross-checked or debated answer rather than a single model's view.

riven_usageA

Return current usage statistics for the authenticated Riven account.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rivenai/riven-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server