Titen Memory
Rank #2,955io.github.RamaAditya49/titen-memory
Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1
Titen Memory is a Model Context Protocol (MCP) server published by RamaAditya49. It ranks #2,955 of 115,591 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Titen Memory is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 7, 2026 and most recently updated on Aug 8, 2026.
Ranks ahead of 112,636 of 115,591 servers on MCP Toplist.
Use Titen Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add titen-memory -e "TITEN_MCP_URL=<your TITEN_MCP_URL>" -e "TITEN_API_KEY=<your TITEN_API_KEY>" -- npx -y titen-memory mcpReplace each placeholder with your own value before saving.
[mcp_servers.titen-memory]
command = "npx"
args = ["-y", "titen-memory", "mcp"]
[mcp_servers.titen-memory.env]
TITEN_MCP_URL = "<your TITEN_MCP_URL>"
TITEN_API_KEY = "<your TITEN_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"titen-memory": {
"command": "npx",
"args": [
"-y",
"titen-memory",
"mcp"
],
"env": {
"TITEN_MCP_URL": "<your TITEN_MCP_URL>",
"TITEN_API_KEY": "<your TITEN_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"titen-memory": {
"command": "npx",
"args": [
"-y",
"titen-memory",
"mcp"
],
"env": {
"TITEN_MCP_URL": "<your TITEN_MCP_URL>",
"TITEN_API_KEY": "<your TITEN_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"titen-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"titen-memory",
"mcp"
],
"env": {
"TITEN_MCP_URL": "<your TITEN_MCP_URL>",
"TITEN_API_KEY": "<your TITEN_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"titen-memory": {
"command": "npx",
"args": [
"-y",
"titen-memory",
"mcp"
],
"env": {
"TITEN_MCP_URL": "<your TITEN_MCP_URL>",
"TITEN_API_KEY": "<your TITEN_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"titen-memory": {
"command": "npx",
"args": [
"-y",
"titen-memory",
"mcp"
],
"env": {
"TITEN_MCP_URL": "<your TITEN_MCP_URL>",
"TITEN_API_KEY": "<your TITEN_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RamaAditya49%2Ftiten-memory)<a href="https://mcptoplist.com/server/io.github.RamaAditya49%2Ftiten-memory"><img src="https://mcptoplist.com/badge/io.github.RamaAditya49%2Ftiten-memory.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
RamaAditya49
Available versions (2)
| Version | Published |
|---|---|
| 0.7.2 | Aug 8, 2026 |
| 0.7.0 | Aug 7, 2026 |
Frequently asked questions
- Who maintains Titen Memory?
- Titen Memory is maintained by RamaAditya49, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Titen Memory listed on the Official MCP Registry?
- Yes — Titen Memory is listed on the Official MCP Registry.
- How many versions does Titen Memory have?
- MCP Toplist tracks 2 versions of Titen Memory, most recently published on Aug 8, 2026.
- Where can I find the source code for Titen Memory?
- The source code for Titen Memory is hosted at github.com/RamaAditya49/titen.