VE

Vectara

Created 10 months ago

Vectara MCP is an open standard enabling AI systems to interact with various data sources and tools.

development documentation public

What is Vectara?

Query Vectara's trusted RAG-as-a-service platform.

Documentation

Vectara MCP Server

Installation

You can install the package directly from PyPI:

pip install vectara-mcp

Available Tools

  • ask_vectara: Run a RAG query using Vectara, returning search results with a generated response.
  • search_vectara: Run a semantic search query using Vectara, without generation.

Configuration with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "Vectara": {
      "command": "uv",
      "args": ["tool", "run", "vectara-mcp"]
    }
  }
}

Usage in Claude Desktop App

Once the installation is complete, and the Claude desktop app is configured, you must completely close and re-open the Claude desktop app to see the Vectara-mcp server.

Server Config

{
  "mcpServers": {
    "vectara-server": {
      "command": "npx",
      "args": [
        "vectara"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Vectara Team
Category: community
License: MIT
Tags:
development documentation public