Claude Memory MCP Server
@WhenMoon-afk
关于 Claude Memory MCP Server
Local Memory MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"claude-memory-mcp": {
"command": "npx",
"args": [
"@whenmoon-afk/memory-mcp",
"save",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Claude Memory MCP Server?
Claude Memory MCP Server is a local‑first memory database and continuity journal for MCP clients. It helps AI agents resume work coherently by saving compact continuity artifacts (snapshots, decisions, state records) and returning only the requested level of detail. It uses SQLite on your machine, exposes one MCP tool (continuity) and an equivalent CLI, and has no cloud dependencies.
How to use Claude Memory MCP Server?
Install via npx -y @whenmoon-afk/memory-mcp or add to Claude Desktop’s claude_desktop_config.json. The server exposes a single dispatch tool: call continuity with actions such as save, list, search, get, neighbors, node, related, doctor, bundle, merge, or delete. A mirrored CLI is available via npx @whenmoon-afk/memory-mcp or the global binary claude-memory-mcp. Storage paths can be overridden with environment variables CLAUDE_MEMORY_DATA_DIR and CLAUDE_MEMORY_DB_PATH.
Key features of Claude Memory MCP Server
- Local‑first SQLite storage with no cloud dependency
- No telemetry, network calls, or third‑party sharing
- Five artifact types: snapshot, decision, project_state, bundle, meta_snapshot
- Linked nodes (project, theme, entity) for navigable graph
- Progressive disclosure: compact lists first, full detail on request
- CLI and MCP dispatch tool
记忆与知识 分类下的更多 MCP 服务器
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
评论