Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Vectara MCP Server provides access to Vectara's Trusted RAG platform through the Model Context Protocol, enabling AI systems to perform fast, reliable RAG queries with reduced hallucination.
Add this to your MCP client configuration:
{
"mcpServers": {
"vectara-vectara-mcp": {
"command": "uv",
"args": [
"tool",
"run",
"vectara-mcp"
]
}
}
}{
"id": "vectara-vectara-mcp",
"name": "Vectara",
"description": "Vectara MCP Server provides access to Vectara's Trusted RAG platform through the Model Context Protocol, enabling AI systems to perform fast, reliable RAG queries with reduced hallucination.",
"source_url": "https://github.com/vectara/vectara-mcp",
"publisher_name": "vectara",
"publisher_url": "https://github.com/vectara",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 259,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "vectara-mcp"
},
"tools_count": 2
}