Back to Home
dannwaneri icon

vectorize-mcp-server

Verified Safe

by 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

Run Command
node dist/index.js

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-05

Tags

semantic searchClaude DesktopCloudflare WorkersVectorizeAI tools