vndee/memex
Local-first temporal knowledge graph memory for AI agents. Runs with Ollama — no API keys required. Single Go binary + SQLite. Hybrid search, MCP server, REST API, interactive TUI.
Platform-specific configuration:
{
"mcpServers": {
"memex": {
"command": "npx",
"args": [
"-y",
"memex"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A local-first temporal knowledge graph memory layer for AI agents. Single Go binary, zero dependencies beyond SQLite. Runs entirely on your machine with Ollama — no API keys required.
Inspired by Vannevar Bush's 1945 vision of a personal knowledge machine, Memex gives AI agents persistent, searchable, graph-structured memory with temporal awareness.
PostToolUse, PreCompact, UserPromptSubmit) and records feedback/corrections for closed-loop improvement.Loading reviews...