muninn-core
v2.4.0
Published
Muninn - Per-Project Memory Layer for AI Agents by BlackKnight
Maintainers
Readme
Muninn MCP (Core)
Universal Context Protocol & Long-Term Memory for AI Agents
This is the core server implementation for Muninn MCP. It provides a project-local "Brain" that persists across sessions and agents (Claude, Cursor, OpenClaw).
Features
- Project-Local Memory: Stores context in
<project>/.muninn/. - Semantic Search: Powered by a local, high-performance Rust engine (
cxp). - Session Persistence: Remembers what you were doing across restarts.
- Privacy-First: 100% local data storage. No telemetry.
Installation
npm install -g muninn-coreUsage
Use with npx (recommended):
npx -y muninn-coreOr configure in your mcp_config.json:
{
"muninn": {
"command": "npx",
"args": ["-y", "muninn-core"]
}
}Security
- Sandboxed: No shell injection (uses
execFile). - Opt-In: Does not modify project files unless explicitly requested.
- Local: No cloud syncing.
© 2026 BlackKnight. Proprietary Software.
