by vectorize-io
A Model Context Protocol (MCP) server implementation that integrates with Vectorize for advanced Vector retrieval and text extraction.
export VECTORIZE_ORG_ID=YOUR_ORG_ID export VECTORIZE_TOKEN=YOUR_TOKEN export VECTORIZE_PIPELINE_ID=YOUR_PIPELINE_ID npx -y @vectorize-io/vectorize-mcp-server@latest
For one-click installation, click one of the install buttons below:
For the quickest installation, use the one-click install buttons at the top of this section.
To install manually, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P
and typing Preferences: Open User Settings (JSON)
.
*Configuration content*
Optionally, you can add the following to a file called .vscode/mcp.json
in your workspace to share the configuration with others:
*Configuration content*
*Configuration content*
Perform vector search and retrieve documents (see official API):
*Configuration content*
Extract text from a document and chunk it into Markdown format (see official API):
*Configuration content*
Generate a Private Deep Research from your pipeline (see official API):
*Configuration content*
npm install npm run dev
Change the package.json version and then:
git commit -am "x.y.z" git tag x.y.z git push origin git push origin --tags
1 contributor