MCP Server
📢 Note: The API is currently in Beta.
Vectorize provides a Model Context Protocol (MCP) server implementation that integrates with AI assistants like Claude to enable Vector Retrieval and Deep Research capabilities on your own data.
What is the Model Context Protocol?
The Model Context Protocol (MCP) is a standard for connecting AI assistants to external tools and data sources. It allows AI models to access and utilize specialized capabilities beyond their training data, such as retrieving information from vector databases or processing documents.
Getting started
To configure the MCP server with Claude or any MCP client, you only need to copy the following configuration:
You can find all the information on the "Connect" tab in the pipeline dashboard.
Available Tools
The Vectorize MCP server provides three main tools:
1. Retrieve Documents
Perform vector search and retrieve documents from a Vectorize pipeline:
2. Text Extraction and Chunking
Extract text from a document and chunk it into Markdown format:
3. Deep Research
Generate a Private Deep Research from your pipeline:
Example Usage with Claude
Here's an example of how to use the Vectorize MCP server with Claude:
Configure the MCP server as shown above
In your conversation with Claude, you can ask it to use the Vectorize tools:
Claude will then use the MCP server to retrieve the relevant information and provide a response based on the retrieved data.
Next Steps
Last updated
Was this helpful?