Vectra MCP Server
@theVuArena
About Vectra MCP Server
An MCP server providing tools to manage and query a Vectra knowledge base, enabling integration with MCP clients via a backend API.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vectra-mcp-server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
9Create a new Vectra collection.
List existing Vectra collections.
Embeds multiple text items in batch into Vectra.
Reads multiple local files and embeds their content into Vectra.
Add an already embedded file (referenced by its ID) to a specific Vectra collection.
List files within a specific Vectra collection.
Query the knowledge base within a specific Vectra collection.
Delete a file and its associated embeddings from Vectra.
Fetch a specific node directly from the underlying ArangoDB database by its key.
Overview
What is Vectra MCP Server?
Vectra MCP Server is a TypeScript-based MCP server that provides tools to manage and query a Vectra knowledge base, enabling integration with MCP-compatible clients. It interacts with a backend Vectra API.
How to use Vectra MCP Server?
Install dependencies with npm install, build with npm run build, then run the server with node build/index.js. For development, use npm run watch for auto-rebuild. The server communicates over stdio.
Key features of Vectra MCP Server
- Create and list Vectra collections.
- Embed texts in batch with optional metadata.
- Embed local files into Vectra.
- Query collections using hybrid and graph search.
- Add, list, and delete files in collections.
- Fetch ArangoDB nodes directly by key.
Use cases of Vectra MCP Server
- Integrate a Vectra knowledge base with MCP-compatible AI assistants.
- Embed large batches of documents and query with hybrid search.
- Manage collections and files programmatically through an MCP interface.
FAQ from Vectra MCP Server
What tools does Vectra MCP Server expose?
It exposes tools for collection management, embedding text and files, querying collections, file operations, and direct ArangoDB node access.
How do I build and run the server?
Run npm install, then npm run build, then node build/index.js. For development, use npm run watch for auto-rebuilding.
Does the query tool support hybrid search?
Yes, query_collection always uses hybrid search (vector + keyword) and enables graph search enhancement by default.
Can I fetch data directly from the underlying database?
Yes, the get_arangodb_node tool fetches a specific node from the underlying ArangoDB database by its key.
Frequently asked questions
What tools does Vectra MCP Server expose?
It exposes tools for collection management, embedding text and files, querying collections, file operations, and direct ArangoDB node access.
How do I build and run the server?
Run `npm install`, then `npm run build`, then `node build/index.js`. For development, use `npm run watch` for auto-rebuilding.
Does the query tool support hybrid search?
Yes, `query_collection` always uses hybrid search (vector + keyword) and enables graph search enhancement by default.
Can I fetch data directly from the underlying database?
Yes, the `get_arangodb_node` tool fetches a specific node from the underlying ArangoDB database by its key.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments