Back to MCP Servers
Neotoma
Deterministic state layer for AI agents. Stores versioned entities (contacts, tasks, transactions, decisions) with immutable observations, full provenance, and schema-first extraction. Local-first SQLite, cross-client memory across Claude, Cursor, ChatGPT, and OpenClaw. [Website…
knowledge-memorysqliteaiagent
Installation
npx -y neotomaConfiguration
{
"mcpServers": {
"neotoma": {
"command": "npx",
"args": ["-y", "neotoma"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes