Back to MCP Servers
Vectara
An MCP server for accessing Vectara's trusted RAG-as-a-service platform.
end-to-end-rag-platformsrustrag
By vectara
Installation
npx -y vectara-mcpConfiguration
{
"mcpServers": {
"vectara-mcp": {
"command": "npx",
"args": ["-y", "vectara-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes