Cakemail Knowledge Base MCP

Semantic search over Cakemail documentation via the Model Context Protocol.

What is this?

This is an MCP server that lets AI assistants search Cakemail's knowledge base documentation. It indexes all articles, embeds them for semantic search, and serves results through the MCP Streamable HTTP protocol.

Available Tools

search_knowledge_base

Semantic search over all Cakemail documentation. Supports filtering by language.

list_topics

Browse all available articles and topics in the knowledge base.

Languages: English, French, French (Canada), Spanish

Connect with Claude Code

claude mcp add cakemail-kb \
  --transport http \
  https://kb.mcp.cakemail.com/api/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

Connect with any MCP client

Add to your MCP client configuration:

{
  "mcpServers": {
    "cakemail-kb": {
      "type": "streamable-http",
      "url": "https://kb.mcp.cakemail.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}