Semantic Search MCP Server
Provides semantic search over Cloudflare documentation stored in a Vectorize database.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Semantic Search MCP Serversearch for how to deploy a Cloudflare worker"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Semantic Search MCP Server
An MCP Server using the Agents SDK that can search documentation stored in a Vectorize database.
The same code that powers the MCP Server at https://mcp.developers.cloudflare.com/sse (or https://mcp.developers.cloudflare.com/mcp for the stateless version)
Using in Claude Desktop
{
"mcpServers": {
"cloudflare-docs": {
"command": "npx", // or may need the full path, eg if using volta: "/Users/myuser/.volta/bin/npx"
"args": ["mcp-remote@latest", "https://mcp.developers.cloudflare.com/mcp"]
// Below only needed if you're using a Zero Trust client like Cloudflare WARP
// "env": {
// "NODE_EXTRA_CA_CERTS": "/path/to/certificate.pem"
// }
}
}
}Related MCP server: Roblox Documentation MCP Server
Testing in Cloudflare's AI Playground
Go to https://playground.ai.cloudflare.com/ and enter https://mcp.developers.cloudflare.com/mcp as the MCP Server
Testing in VSCode
Type Shift-Cmd-P and choose "MCP: Add Server..." and then choose "HTTP (server-sent events)", then enter https://mcp.developers.cloudflare.com/sse as the URL.
Testing locally (requires a populated Vectorize DB)
npm run devThen go to https://playground.ai.cloudflare.com/ and enter http://localhost:8787/mcp as the MCP Server
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables AI assistants to enhance their responses with relevant documentation through a semantic vector search, offering tools for managing and processing documentation efficiently.2162MIT
- -license-quality-maintenanceEnables AI agents to intelligently search and retrieve Roblox documentation through semantic search and vector embeddings, providing natural language access to complete Roblox Creator Documentation.
- AlicenseAqualityDmaintenanceProvides semantic search capabilities by connecting Claude Desktop to a Cloudflare Workers backend powered by Vectorize. It enables natural language querying of knowledge bases using vector similarity and edge-based embedding generation.2MIT
- Flicense-qualityDmaintenanceEnables semantic search of Weaviate documentation using vector search, providing relevant documents and code snippets.
Related MCP Connectors
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.
Search your knowledge bases from any AI assistant using hybrid RAG.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mhart/mcp-semantic-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server