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 connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 11 · #39 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

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, TITEN_DASHBOARD_LIVE, TITEN_DASHBOARD_AUTH, TITEN_API_URL, 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.8.7 · 2026-08-17

> Stable release · npm latest · bash · npm install -g [email protected] · Install guide · Release page · npm package · --- · The Level 6 sidebar now restores the approved workspace-selection hierarchy · without…

v0.8.6 · 2026-08-16

> Stable release · npm latest · bash · npm install -g [email protected] · Install guide · Release page · npm package · --- · The complete Level 6 operator surface now runs on live, scoped contracts in · both runtimes…

v0.8.5 · 2026-08-15

The dashboard now renders live Atlas evidence using the approved claim-centered Evidence Trace structure. · Added · Authorized context and active release nodes beside source observations and the focus claim. · Changed…

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 #39 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-17)
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-08-25, its last commit was 2026-08-17 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 12 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, TITEN_DASHBOARD_LIVE, TITEN_DASHBOARD_AUTH, TITEN_API_URL, 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 · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58