
Kumbukum
by kumbukum
Open source memory infrastructure that turns scattered knowledge into AI-ready context across all your MCP clients.
What it does
Kumbukum provides a shared, searchable, and editable memory layer for AI teams. It allows AI assistants to retrieve persistent context—such as preferences, project decisions, and curated bookmarks—across different sessions and tools, eliminating the need for repetitive prompting.
Tools
Kumbukum exposes 28 tools for managing:
- Notes & Memories: Creating and retrieving rich-text docs and short-form context.
- URLs: Saving and querying web content with full-site crawling.
- Knowledge Graph: Managing semantic links and relationships between pieces of information.
- Project Management: Organizing knowledge by specific projects.
Installation
For Cloud usage, add this to your claude_desktop_config.json:
{
"mcpServers": {
"kumbukum": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://app.kumbukum.com/mcp"],
"env": {
"ACCESS-TOKEN": "your-access-token"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx -y mcp-remote https://app.kumbukum.com/mcpInformation
- Pricing
- freemium
- Published
- 5/15/2026
- stars






