Skip to content

MCP Server

Kumbukum includes a Model Context Protocol (MCP) server that exposes 28 tools for Claude Desktop, Cursor, and other MCP-compatible clients.

Connect once, then let every compatible AI tool retrieve trusted notes, memories, URLs, and links from the same shared memory layer.

Features

  • 28 tools across notes, memories, URLs, projects, graph, search, and AI chat
  • Shared memory across tools — capture once, retrieve everywhere
  • Fast setup — connect most MCP clients in about a minute
  • Automatic default project — tools work without specifying a project
  • Three transports: stdio (default), SSE, and Streamable HTTP
  • Token-based auth via Authorization: Bearer, access-token, or stdio env vars

Quick Start

bash
# Run with stdio transport (default)
env 'ACCESS-TOKEN'=your-access-token API_BASE_URL=https://your-instance.com node apps/mcp/server.js

# Run with HTTP transport
node apps/mcp/server.js --transport http --port 3002

See Setup for Claude Desktop configuration and Tools for the full tool reference.

Tool Categories

CategoryToolsDescription
Notes6Create, read, update, delete, list, search notes
Memories9Store, recall, search, CRUD memories + tags + knowledge search + AI chat
URLs6Save, list, search, read, update, delete URLs
Projects2List and get projects
Graph5Create/delete links, get graph, traverse connections