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 neotoma

Configuration

{
  "mcpServers": {
    "neotoma": {
      "command": "npx",
      "args": ["-y", "neotoma"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub