
Inkeep MCP Server for Cloudflare
by inkeep
Semantic search and AI Q&A over your Inkeep knowledge base, deployed serverlessly on Cloudflare Workers via MCP.
What it does
Inkeep MCP Server bridges your Inkeep knowledge base with any MCP-compatible AI client. Deployed on Cloudflare Workers, it gives AI assistants two powerful capabilities: semantic search across your documentation and an AI Q&A assistant trained on your Inkeep content. Ideal for teams that want their AI coding assistant to answer questions about internal docs without hallucinating.
Tools
search-inkeep-docs— Performs semantic (RAG-powered) search across your Inkeep documentation and knowledge base, returning ranked relevant passages.ask-question-about-inkeep— Sends a natural-language question to an AI assistant fine-tuned on Inkeep content and returns a structured answer.
Installation
This is a self-hosted server you deploy to Cloudflare Workers.
- Clone the repo and install dependencies:
git clone https://github.com/inkeep/mcp-for-cloudflare.git
cd mcp-for-cloudflare
pnpm install
- Set your Inkeep API key as a Workers secret:
wrangler secret put INKEEP_API_KEY
- Deploy:
wrangler deploy
Your MCP endpoint will be at https://inkeep-mcp-server.<your-subdomain>.workers.dev/mcp.
Cursor (mcp.json or ~/.cursor/mcp.json):
{
"mcp": {
"servers": {
"inkeep": {
"url": "https://inkeep-mcp-server.your-subdomain.workers.dev/mcp"
}
}
}
}
Supported hosts
Cursor is explicitly confirmed in the README. Any HTTP-capable MCP client can connect via the deployed Workers URL.
Quick install
git clone https://github.com/inkeep/mcp-for-cloudflare.git && cd mcp-for-cloudflare && pnpm install && wrangler secret put INKEEP_API_KEY && wrangler deployInformation
- Pricing
- free
- Published
- 4/6/2026
- stars
- 0