This repository provides a Model Context Protocol (MCP) server that integrates with Vectorize for vector retrieval and text extraction. It enables advanced document processing and search functionalities using the Vectorize platform.
This repository contains an implementation of a Model Context Protocol (MCP) server designed to integrate with Vectorize for vector retrieval and text extraction capabilities.
To run the server, set the environment variables VECTORIZE_ORG_ID
, VECTORIZE_TOKEN
, and VECTORIZE_PIPELINE_ID
with your Vectorize credentials and pipeline ID. Then, execute the provided npx
command to start the server.
The provided JSON configuration snippet demonstrates how to configure the server within environments like Claude/Windsurf/Cursor/Cline. It specifies the command to execute (using npx
), arguments, and environment variables required for the Vectorize integration.
The server offers three primary tools:
To contribute:
vectorize-io/vectorize-mcp-server
March 10, 2025
March 28, 2025
JavaScript