arbazkhan971/memorx
SOTA developer memory system — local MCP server in Go that gives any coding CLI persistent, project-scoped session/feature memory
Platform-specific configuration:
{
"mcpServers": {
"memorx": {
"command": "npx",
"args": [
"-y",
"memorx"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
SOTA developer memory system. Single Go binary MCP server that gives any coding CLI persistent, project-scoped memory across sessions, tools, and features.
320 tests | 17 tools | 70/70 benchmark (99.6%) | <1ms latency | Zero dependencies
Every AI coding CLI (Claude Code, Codex, Cursor, Windsurf, Gemini CLI) suffers from amnesia. Close a session, lose all context. Switch tools, start from scratch. You waste 5-10 minutes per session re-explaining your project, decisions, and progress.
memorX fixes this. One binary, works everywhere, remembers everything.
go install github.com/arbazkhan971/memorx/cmd/devmem@latestOr build from source:
git clone https://github.com/arbazkhan971/memorx.git
cd memorx
go build -o bin/memorx ./cmd/devmemclaLoading reviews...