tdai-memory-mcp
Rank #11,162io.github.tinhien11/tdai-memory-mcp
Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.
tdai-memory-mcp is a Model Context Protocol (MCP) server published by tinhien11. It ranks #11,162 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. tdai-memory-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 10, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 104,298 of 115,460 servers on MCP Toplist.
Use tdai-memory-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tdai-memory-mcp -- npx -y tdai-memory-mcp[mcp_servers.tdai-memory-mcp]
command = "npx"
args = ["-y", "tdai-memory-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tdai-memory-mcp": {
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tdai-memory-mcp": {
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tdai-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tdai-memory-mcp": {
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tdai-memory-mcp": {
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}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.tinhien11%2Ftdai-memory-mcp)<a href="https://mcptoplist.com/server/io.github.tinhien11%2Ftdai-memory-mcp"><img src="https://mcptoplist.com/badge/io.github.tinhien11%2Ftdai-memory-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tinhien11
Other servers by tinhien11
View all tinhien11 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Aug 10, 2026 |
Frequently asked questions
- Who maintains tdai-memory-mcp?
- tdai-memory-mcp is maintained by tinhien11, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is tdai-memory-mcp listed on the Official MCP Registry?
- Yes — tdai-memory-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does tdai-memory-mcp have?
- MCP Toplist tracks 1 version of tdai-memory-mcp, most recently published on Aug 10, 2026.
- Where can I find the source code for tdai-memory-mcp?
- The source code for tdai-memory-mcp is hosted at github.com/tinhien11/tdai-memory-mcp.