Temporal knowledge graph of your codebase (Graphiti + Neo4j), served to AI agents via MCP.
If you already use Memex, the memex mcp server is the piece that lets your assistant work with it directly. Temporal knowledge graph of your codebase (Graphiti + Neo4j), served to AI agents via MCP.
A daemon and MCP server that turns every commit and every file change into structured graph state: modules, symbols, decisions, problems, lockfile facts. Sessions stop starting blind. Agents stop re-discovering the same refactor every time you /clear.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Manual — The Manual tool exposed by this serverRead — The Read tool exposed by this serverWrite — The Write tool exposed by this serverConfiguration is passed through the environment: GEMINI_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Memex's toolset — Manual, Read, Write — is a fair guide to whether it matches your workflow. It is maintained by STiFLeR7; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Memex's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Manual | The Manual tool exposed by this server. |
| Read | The Read tool exposed by this server. |
| Write | The Write tool exposed by this server. |
{
"mcpServers": {
"memex": {
"command": "npx",
"args": ["-y", "stifler-memex-mcp"],
"env": {
"GEMINI_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| GEMINI_API_KEY | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.