HomeDatabases & Data › Titen Memory

Titen Memory

Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1

TypeScript
★ 16 stars Last pushed 2026-09-21 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.7.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "titen": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TITEN_MCP_URL": "<YOUR_VALUE>",
        "TITEN_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TITEN_MCP_URL — Optional. Streamable HTTP /mcp endpoint of a running Titen service. Set together with TITEN_API_KEY to use a shared store instead of the local one.
  • TITEN_API_KEY secret — Optional. API key for the Titen service named by TITEN_MCP_URL. Required only when TITEN_MCP_URL is set.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry