Vectorize

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Supports text extraction and chunking of documents into Markdown format

Servidor MCP vectorizado

Una implementación de servidor de Protocolo de contexto de modelo (MCP) que se integra con Vectorize para la recuperación avanzada de vectores y extracción de texto.

Instalación

Ejecutando con npx

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

Configuración en Claude/Windsurf/Cursor/Cline

{ "mcpServers": { "vectorize": { "command": "npx", "args": ["-y", "@vectorize-io/vectorize-mcp-server@latest"], "env": { "VECTORIZE_ORG_ID": "your-org-id", "VECTORIZE_TOKEN": "your-token", "VECTORIZE_PIPELINE_ID": "your-pipeline-id" } } } }

Herramientas

Recuperar documentos

Realizar búsquedas vectoriales y recuperar documentos (ver API oficial):

{ "name": "retrieve", "arguments": { "question": "Financial health of the company", "k": 5 } }

Extracción y fragmentación de texto (de cualquier archivo a Markdown)

Extrae texto de un documento y conviértelo en formato Markdown (consulta la API oficial):

{ "name": "extract", "arguments": { "base64document": "base64-encoded-document", "contentType": "application/pdf" } }

Investigación profunda

Genere una investigación profunda privada desde su canalización (consulte la API oficial):

{ "name": "deep-research", "arguments": { "query": "Generate a financial status report about the company", "webSearch": true } }

Desarrollo

npm install npm run dev

Contribuyendo

  1. Bifurcar el repositorio
  2. Crea tu rama de funciones
  3. Enviar una solicitud de extracción

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Servidor MCP vectorizado para recuperación avanzada, investigación profunda privada, extracción de archivos Anything-to-Markdown y fragmentación de texto.

  1. Installation
    1. Running with npx
  2. Configuration on Claude/Windsurf/Cursor/Cline
    1. Tools
      1. Retrieve documents
      2. Text extraction and chunking (Any file to Markdown)
      3. Deep Research
    2. Development
      1. Contributing
    ID: pxwbgk0kzr