@dangvu0502
An MCP server providing tools to manage and query a Vectra knowledge base, enabling integration with MCP clients via a backend API.
create_collection
Create a new Vectra collection.
list_collections
List existing Vectra collections.
embed_texts
Embeds multiple text items in batch into Vectra.
embed_files
Reads multiple local files and embeds their content into Vectra.
add_file_to_collection
Add an already embedded file (referenced by its ID) to a specific Vectra collection.
list_files_in_collection
List files within a specific Vectra collection.
query_collection
Query the knowledge base within a specific Vectra collection.
delete_file
Delete a file and its associated embeddings from Vectra.
get_arangodb_node
Fetch a specific node directly from the underlying ArangoDB database by its key.
punkpeye
modelcontextprotocol
amruthpillai