MCP server that gives AI assistants persistent memory, semantic search, skill recall, and self-evolution across sessions
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-memory": {
"command": "go",
"args": [
"run",
"github.com/coff33ninja/ai-memory@latest"
]
}
}
}
Run in terminal:
claude mcp add ai-memory go run github.com/coff33ninja/ai-memory@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-memory": {
"command": "go",
"args": [
"run",
"github.com/coff33ninja/ai-memory@latest"
]
}
}
}