McpMux
Back to Registry

Vectara (uvx) MCP Server

Community

Contributed by Vectara

Connect to Vectara's Trusted RAG platform for retrieval-augmented generation and semantic search. Run grounded RAG queries, search corpora, correct hallucinations, and evaluate factual consistency.

About the Vectara (uvx) MCP Server

The Vectara (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Vectara's Trusted RAG platform for retrieval-augmented generation and semantic search. Run grounded RAG queries, search corpora, correct hallucinations, and evaluate factual consistency. This is a community-contributed MCP server by Vectara.

Install the Vectara (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "vectara-mcp",
    "--stdio"
  ],
  "env": {
    "VECTARA_API_KEY": "${input:VECTARA_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "VECTARA_API_KEY",
        "label": "Vectara API Key",
        "description": "Your Vectara API key, used by all tools to authenticate against the Vectara platform. Read-only query keys start with 'zqt_'; keys with both query and index access start with 'zwt_'.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "zwt_****************",
        "obtain": {
          "url": "https://console.vectara.com/console/apiKeys",
          "instructions": "1. Sign in to the Vectara Console\n2. Open the API Keys section\n3. Create a new API key (or a Personal API key)\n4. Copy the key value",
          "button_label": "Create API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

vectararagsemantic-searchretrievalaigrounded-generation

Supported AI Clients

The Vectara (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Vectara (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.