{
  "$schema": "https://agentcatalog.dev/schema/v1/ai-catalog.schema.json",
  "schemaVersion": "1.0",
  "name": "Palimem",
  "description": "Local-first memory for coding agents. Supersession, scoped recall, and audit export.",
  "url": "https://palimem.com",
  "category": "agent-memory",
  "license": "Apache-2.0",
  "specVersion": "1.7.0",
  "repository": "https://github.com/palimem/palimem",
  "servers": [
    {
      "id": "palimem-mcp",
      "type": "mcp",
      "transport": "stdio",
      "specVersion": "1.7.0",
      "toolCount": 11,
      "installDocs": "/docs/getting-started",
      "installMethods": [
        {
          "harness": "claude-code",
          "configPath": ".mcp.json",
          "docs": "/docs/integrations/claude-code"
        },
        {
          "harness": "cursor",
          "configPath": ".cursor/mcp.json",
          "connectCommand": "ai-memory connect cursor",
          "docs": "/docs/integrations/cursor"
        },
        {
          "harness": "copilot-cli",
          "configPath": ".copilot/mcp-config.json",
          "connectCommand": "ai-memory connect copilot",
          "docs": "/docs/integrations/copilot-cli"
        },
        {
          "harness": "codex",
          "configPath": ".codex/config.toml",
          "connectCommand": "ai-memory connect codex",
          "docs": "/docs/integrations/codex"
        },
        {
          "harness": "windsurf",
          "connectCommand": "ai-memory connect windsurf",
          "docs": "/docs/integrations/windsurf"
        },
        {
          "harness": "vscode-copilot-agent",
          "configPath": ".vscode/mcp.json",
          "connectCommand": "ai-memory connect vscode",
          "docs": "/docs/integrations/vscode-copilot-agent"
        },
        {
          "harness": "copilot-ide",
          "configPath": ".vscode/mcp.json",
          "connectCommand": "ai-memory connect vscode",
          "docs": "/docs/integrations/copilot-ide"
        },
        {
          "harness": "gemini-cli",
          "configPath": ".gemini/settings.json",
          "connectCommand": "ai-memory connect gemini",
          "docs": "/docs/integrations/gemini-cli"
        }
      ]
    },
    {
      "id": "palimem-adapter-hermes",
      "type": "adapter",
      "specVersion": "1.7.0",
      "docs": "/docs/integrations/hermes"
    },
    {
      "id": "palimem-adapter-openclaw",
      "type": "adapter",
      "specVersion": "1.7.0",
      "docs": "/docs/integrations/openclaw"
    }
  ],
  "llmsTxt": "/llms.txt",
  "agentSetupPrompt": "Install Palimem as local memory for this project. Project: Palimem (spec v1.7.0). Prefer Claude Code plugin if available, else MCP stdio. Data directory: .ai-memory/data. Verify tools/list shows 11 tools and memory_status reports ok with index current. Install docs: /docs/getting-started. Do not enable cloud services unless asked.",
  "capabilities": [
    "supersession",
    "scoped-recall",
    "audit",
    "point-in-time-recall",
    "pii-scan",
    "retention-controls"
  ]
}
