Back to Home
vectara icon

vectara-mcp

Verified Safe

by vectara

Overview

Vectara MCP Server enables AI systems to interact seamlessly with Vectara's RAG platform for reduced hallucination, functioning as an open standard Model Context Protocol server.

Installation

Run Command
docker build -t vectara-mcp . && docker run -d -p 8000:8000 vectara-mcp

Environment Variables

  • VECTARA_API_KEY
  • VECTARA_AUTHORIZED_TOKENS
  • VECTARA_ALLOWED_ORIGINS
  • VECTARA_TRANSPORT
  • VECTARA_AUTH_REQUIRED

Security Notes

The server demonstrates a strong 'secure by default' approach. It includes comprehensive documentation on security best practices (`SECURITY.md`), enforces bearer token authentication by default for HTTP/SSE transports, and warns explicitly against disabling authentication or using STDIO transport in production. It utilizes secure SSL contexts for API calls, runs as a non-root user in Docker, and supports CORS configuration and rate limiting. No direct 'eval' or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score41
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars26
Forks8
Last Update2025-12-05

Tags

RAGVectaraMCPAI AgentSemantic SearchHallucination Correction