multivon-mcp. Point any MCP-compatible agent at it.
Claude Desktop
Add to~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
"use multivon to evaluate this RAG output" and it picks the right tool.
Claude Code
Claude Code does not readclaude_desktop_config.json. Add the server with the
CLI and verify the saved configuration:
--scope project to create a shareable .mcp.json in the project root:
${VAR} expansion inside .mcp.json; do not commit literal keys.
Cursor
.cursor/mcp.json or via Settings → MCP:
Cline / OpenCode / any MCP-compatible agent
Use the client’s local stdio-server configuration and point its command atmultivon-mcp:
Local development & debugging
Provider API keys are read from environment variables (
ANTHROPIC_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY). The MCP server never prompts for them and never accepts them as tool arguments — they stay in the agent’s process env.
