Memory
Freeby MCP Community
Model Context Protocol server for semantic memory and knowledge management with Claude Code
v1.3.0Added Apr 12, 2026
mcpmodel-context-protocolsemantic-memoryvector-searchclaude
Memory MCP Server
Model Context Protocol server for semantic memory and knowledge management with Claude Code
Installation
Reviews
Installation
Quick install
npx -y @pawells/mcp-memory
Add to claude_desktop_config.json
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@pawells/mcp-memory"]
}
}
}