mneme-mcp-server
v3.2.0
Published
MCP server for mneme: 7 tools for vault-native memory in Claude Code and MCP-compatible clients.
Downloads
1,036
Maintainers
Readme
mneme-mcp-server
TypeScript MCP server for mneme. The npm package is mneme-mcp-server; it installs the mneme-mcp command.
Provides seven tools to any MCP-compatible client (Claude Code, Cursor, Cline, Continue, Goose):
| Tool | Purpose |
|---|---|
| mneme_search | Hybrid retrieval across vault with RRF fusion. |
| mneme_recall | Recall a specific session by id or date. |
| mneme_write | Append a structured section into the vault. |
| mneme_prime | Inject preflight context at session start. |
| mneme_summarize | Summarize a topic across multiple sessions. |
| mneme_timeline | Temporal query against the knowledge graph. |
| mneme_propose | Queue a redacted memory-edit proposal for policy-gated review. |
Installation
npm install -g mneme-mcp-server # installs the `mneme-mcp` commandOr use via the Claude Code plugin (recommended): see packages/mneme-cc-plugin.
Configuration
Add to your MCP client config:
{
"mcpServers": {
"mneme": {
"command": "mneme-mcp",
"args": []
}
}
}The server uses stdio transport and reads vault location from the standard mneme config search order.
License
MIT. See LICENSE in the repository root.
