Skip to main content
Glama

Vectorize

Official
by vectorize-io

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
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

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

  1. Instalación
    1. Ejecutando con npx
  2. Configuración en Claude/Windsurf/Cursor/Cline
    1. Herramientas
      1. Recuperar documentos
      2. Extracción y fragmentación de texto (de cualquier archivo a Markdown)
      3. Investigación profunda
    2. Desarrollo
      1. Contribuyendo

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
      Last updated -
      4
      146
      12
      TypeScript
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      MCP Server enabling integration with Scrapezy to retrieve structured data from websites.
      Last updated -
      1
      12
      1
      JavaScript
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      An MCP server that enables AI clients like Cursor, Windsurf, and Claude Desktop to access web content in markdown format, providing web unblocking and searching capabilities.
      Last updated -
      2
      181
      3
      JavaScript
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server that enables RAG (Retrieval-Augmented Generation) on markdown documents by converting them to embedding vectors and performing vector search using DuckDB.
      Last updated -
      Python
      Apache 2.0
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/vectorize-io/vectorize-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server