titen-memory
Agent memory with no API key, no LLM, and no embedding provider. Serves MCP over stdio against a local SQLite store, or Cloudflare Workers + D1. Drop-in for @m…
Databasesnpx -y titen-memory{
"mcpServers": {
"titen-memory": {
"command": "npx",
"args": [
"-y",
"titen-memory"
]
}
}
}titen-memory is a community MCP server that connects AI assistants like Claude to agent memory with no api key, no llm, and no embedding provider. serves mcp over stdio against a local sqlite store, or cloudflare workers + d1. drop-in for @m…. It runs locally on your machine, keeping your data private and giving you full control over the connection. This makes it easy to query and manage your data without leaving your AI assistant.
About titen-memory
Overview
Agent memory with no API key, no LLM, and no embedding provider. Serves MCP over stdio against a local SQLite store, or Cloudflare Workers + D1. Drop-in for @modelcontextprotocol/server-memory; every memory keeps its source, its scope, and the evidence th
Links
Topics
agent-memory, memory, rag, context, mcp, bun, sqlite, cloudflare-workers, mcp-server, model-context-protocol, provenance, self-hosted, claude
Who Should Use titen-memory?
- 1Run natural-language queries against your database without writing SQL
- 2Inspect schemas, tables, and relationships during development
- 3Automate data exports, migrations, and reporting tasks
- 4Let AI assistants answer questions directly from your live data
How to Install titen-memory
Before you start
You will need Node.js (v18 or later) installed on your machine — download it from nodejs.org if you haven't already.
- 1Open a terminal (Terminal on Mac, Command Prompt or PowerShell on Windows).
- 2Paste the install command above and press Enter — Node.js will download and run the server automatically.
- 3Add the server to your Claude Desktop config file (see the JSON snippet above) and restart Claude.
The Claude Desktop config snippet above can be copied and pasted directly into your claude_desktop_config.json file — no editing required.