vectorize-mcp-server
Verified Safeby dannwaneri
Overview
Provides semantic search capabilities from Claude Desktop by acting as a Model Context Protocol (MCP) bridge to a Cloudflare Workers backend with Vectorize.
Installation
node dist/index.jsSecurity Notes
The server primarily acts as a local proxy, forwarding requests to a remote Cloudflare Worker. It does not handle sensitive user data directly beyond search queries. Input 'topK' is sanitized with Math.min, limiting potential abuse. No 'eval' or direct arbitrary code execution vectors are apparent in the provided source. The 'WORKER_URL' is hardcoded but is a backend endpoint, not a secret, and is explicitly stated in the README to be user-configurable by editing the source file.
Similar Servers
portaljs-mcp-server
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.
ts-index
Indexes TypeScript code for semantic and symbol search, with Language Server Protocol (LSP) and Model Context Protocol (MCP) integration, enabling advanced code analysis and interaction.
mcp-server-worker
A production-ready Model Context Protocol (MCP) server providing HTTP-based semantic search and intelligent search with AI-powered synthesis context using Cloudflare Workers AI and Vectorize.
mcp-typescript-docs
Provides intelligent semantic search and AI-generated answers over Model Context Protocol (MCP) TypeScript SDK documentation using Cloudflare AutoRAG.