Loading...
npm install
npm run dev{
"mcp": {
"inputs": [
{
"type": "promptString",
"id": "org_id",
"description": "Vectorize Organization ID"
},
{
"type": "promptString",
"id": "token",
"description": "Vectorize Token",
"password": true
},
{
"type": "promptString",
"id": "pipeline_id",
"description": "Vectorize Pipeline ID"
}
],
"servers": {
"vectorize": {
"command": "npx",
"args": ["-y", "@vectorize-io/vectorize-mcp-server@latest"],
"env": {
"VECTORIZE_ORG_ID": "${input:org_id}",
"VECTORIZE_TOKEN": "${input:token}",
"VECTORIZE_PIPELINE_ID": "${input:pipeline_id}"
}
}
}
}
}retrievePerforms vector search and retrieves documents based on a given question.
Read-only operation; retrieves existing data based on a query.
extractExtracts text from a document and chunks it into Markdown format.
Processes user-provided documents; potential for denial-of-service if large or malformed documents are submitted.
deep-researchGenerates a private deep research report from your pipeline based on a query.
Performs web searches and generates reports; potential for information leakage or unintended data exposure.
This server's safety depends heavily on the security of the Vectorize API keys and the configuration of the Vectorize pipeline. It is relatively safe for read-only operations, but write operations and deep research carry moderate risks due to potential data exposure and dependency on external services.