Semantic search over Cakemail documentation via the Model Context Protocol.
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.
Semantic search over all Cakemail documentation. Supports filtering by language.
Browse all available articles and topics in the knowledge base.
Languages: English, French, French (Canada), Spanish
claude mcp add cakemail-kb \
--transport http \
https://kb.mcp.cakemail.com/api/mcp \
--header "Authorization: Bearer YOUR_API_KEY"
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"
}
}
}
}