What is MCP?
The Model Context Protocol (MCP) is an open standard that lets AI applications call external tools. Kioku runs an MCP server with streamable-http transport at/mcp.
Configuration
Claude Desktop / Claude Code
Add to your MCP client config:Via CLI
Local Development
How It Works
- AI client (Claude, Cursor) connects to Hivemind’s
/mcpendpoint - Authentication via
Authorization: Bearer <token>header - Company and user context extracted from MCP session
_meta - AI client can call any of the registered MCP tools
- Results are returned as structured data the AI can reason about
The MCP session is scoped to your company. All tool calls operate within your company’s knowledge base.
