Skip to content

Traqr Memory

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y traqr-memory-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "traqr-memory": {
      "command": "npx",
      "args": ["-y", "traqr-memory-mcp"]
    }
  }
}