Titen Memory MCP Server

Agent memory that runs with no API key, no LLM, and no embedding provider. Every memory keeps its source, who may read it, and the evidence that contradicts it. It runs locally over stdio via the published package.

People who work with agent memory, cloudflare workers and context engineering and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-10 · ★ 13 · #65 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Titen Memory

before you install - you'll need

Set TITEN_MCP_URL, TITEN_API_KEY, TITEN_EMBED_BASE_URL, TITEN_EMBED_MODEL, TITEN_EMBED_DIMS, TITEN_EMBED_REVISION, TITEN_EMBED_PROFILE, MEMORY_FILE_PATH before connecting. TITEN_EMBED_MIN_COSINE is optional or environment-specific per the README.

Claude Code

claude mcp add ramaaditya49-titen -- npx -y titen-memory

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ramaaditya49-titen": {
      "command": "npx",
      "args": [
        "-y",
        "titen-memory"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-29 - young repo, little track record yet

license Apache-2.0 - declared in the repository

npm package titen-memory - unscoped; check the name against the project README before installing

registry namespace io.github.RamaAditya49 is GitHub-verified and matches the repo owner

03 · What Titen Memory can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.10.0 · 2026-08-30

> Stable release · npm latest · bash · npm install -g titen-memory@0.10.0 · Install guide · Release page · npm package · --- · Added · Optional WebAuthn passkeys now protect dashboard accounts on Cloudflare and…

v0.9.1 · 2026-08-30

> Stable release · npm latest · bash · npm install -g titen-memory@0.9.1 · Install guide · Release page · npm package · --- · Added · REST and MCP errors now include bounded support guidance that classifies an · error…

v0.9.0 · 2026-08-29

> Stable release · npm latest · bash · npm install -g titen-memory@0.9.0 · Install guide · Release page · npm package · --- · The operator dashboard now presents each data area for its specific task. The · REST, MCP…

04 · Who maintains Titen Memory

Titen Memory is maintained by ramaaditya49. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
memory - ranked #65 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-08-30)
registry
io.github.RamaAditya49/titen-memory (active, first published 2026-08-07 · 2 versions)
packages
npm:titen-memory

06 · Titen Memory FAQ

What is Titen Memory?

Agent memory that runs with no API key, no LLM, and no embedding provider. Every memory keeps its source, who may read it, and the evidence that contradicts it. It runs locally over stdio via the published package.

Is Titen Memory still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-10 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Titen Memory?

Run `npx -y titen-memory`. The README documents 9 environment variables (TITEN_MCP_URL, TITEN_API_KEY, TITEN_EMBED_BASE_URL…) to set first. Set TITEN_MCP_URL, TITEN_API_KEY, TITEN_EMBED_BASE_URL, TITEN_EMBED_MODEL, TITEN_EMBED_DIMS, TITEN_EMBED_REVISION, TITEN_EMBED_PROFILE, MEMORY_FILE_PATH before connecting. TITEN_EMBED_MIN_COSINE is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Titen Memory run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Titen Memory

Pairs well with

Servers that cover what Titen Memory doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135