MCP Server
Active
io.github.tinhien11/tdai-memory-mcp MCP Server
io.github.tinhien11/tdai-memory-mcp
What is the io.github.tinhien11/tdai-memory-mcp MCP server?
Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.
How to install io.github.tinhien11/tdai-memory-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tdai-memory-mcp": {
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tdai-memory-mcp": {
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tdai-memory-mcp": {
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tdai-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tdai-memory-mcp"
]
}
}
}Claude Code
claude mcp add tdai-memory-mcp -- npx -y tdai-memory-mcpRelated MCP servers
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
3
View repository →TypeScript
MIT