The Docs MCP server is in beta. Available tools and behavior may change between releases.
The Ryvn Docs MCP server exposes a search_ryvn tool that lets AI coding assistants search across the Ryvn knowledge base β documentation, API references, guides, and configuration examples β without leaving your editor.
What it does
When connected, your AI assistant gains a search_ryvn tool that returns contextual content with titles and direct links to the relevant documentation pages. This means your assistant can look up Ryvn-specific details on the fly instead of relying on stale training data.
Claude Code
Cursor
VS Code
Windsurf
Claude Desktop
claude mcp add --transport http ryvn-docs https://ryvn.ai/docs/mcp
Verify itβs connected:Add to your .cursor/mcp.json:{
"mcpServers": {
"ryvn-docs": {
"url": "https://ryvn.ai/docs/mcp"
}
}
}
Add to .vscode/mcp.json:{
"servers": {
"ryvn-docs": {
"type": "http",
"url": "https://ryvn.ai/docs/mcp"
}
}
}
Add to your ~/.codeium/windsurf/mcp_config.json:{
"mcpServers": {
"ryvn-docs": {
"serverUrl": "https://ryvn.ai/docs/mcp"
}
}
}
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):{
"mcpServers": {
"ryvn-docs": {
"url": "https://ryvn.ai/docs/mcp"
}
}
}
| Tool | Description |
|---|
search_ryvn | Search the Ryvn knowledge base for documentation, API references, guides, and code examples |