Traqr Memory
Freeby MCP Community
Memory-as-a-service MCP server for AI agents. 11 tools, Postgres + pgvector, multi-strategy retrieval. Works with Claude Code, Cursor, Codex, and any MCP client
v0.2.7Added Apr 12, 2026
mcpmemoryaiagentpostgres
Traqr Memory MCP Server
Memory-as-a-service MCP server for AI agents. 11 tools, Postgres + pgvector, multi-strategy retrieval. Works with Claude Code, Cursor, Codex, and any MCP client
Installation
Reviews
Installation
Quick install
npx -y traqr-memory-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"traqr-memory": {
"command": "npx",
"args": ["-y", "traqr-memory-mcp"]
}
}
}