Skip to main content
Data PlatformsPython

vectara/vectara-mcp

An MCP server for accessing Vectara's trusted RAG-as-a-service platform.

end-to-end-rag-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/vectara/vectara-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "vectara-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vectara/vectara-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Platforms
Language
Python
Author
vectara