V
Vectara
Official
🔍 Search & Research
Vectara's official MCP server — agentic RAG over your own data with reduced hallucination. Ask questions and get grounded, cited answers, run semantic search, and verify factual consistency, all through Vectara's Trusted RAG platform.
Tags
Tools (3)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"vectara": {
"command": "uvx",
"args": [
"vectara-mcp"
],
"env": {
"VECTARA_API_KEY": "your-vectara-api-key-here",
"VECTARA_CORPUS_KEY": "your-vectara-corpus-key-here"
}
}
}
}