← All servers

remem

io.github.majiayu000/remem v0.6.7
Official Registry database git ai-llm

Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add remem -- npx -y @remem-ai/remem
Add to claude_desktop_config.json
{
  "mcpServers": {
    "remem": {
      "command": "npx",
      "args": [
        "-y",
        "@remem-ai/remem"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "remem": {
      "command": "npx",
      "args": [
        "-y",
        "@remem-ai/remem"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "remem": {
      "command": "npx",
      "args": [
        "-y",
        "@remem-ai/remem"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "remem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@remem-ai/remem"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "remem": {
      "command": "npx",
      "args": [
        "-y",
        "@remem-ai/remem"
      ]
    }
  }
}

Packages

npm @remem-ai/remem@0.6.7

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.majiayu000--remem/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent