Home › Databases & Data › Titen Memory
Titen Memory
Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1
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 titen-memory@0.7.2
Or add to your MCP client config:
{
"mcpServers": {
"titen": {
"command": "npx",
"args": [
"-y",
"titen-memory@0.7.2"
],
"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_KEYsecret — 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
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry