tdai memory mcp for Cursor
io.github.tinhien11/tdai-memory-mcp
Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.
client:Cursor
transport:stdio
runtime:npm
Install tdai memory mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tdai-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs