Skip to content
Claude Desktop

Giskard Memory for Claude Desktop

io.github.giskard09/memory

Pay-per-use semantic memory for AI agents. SHA256 commitment, Ed25519 sig, Lightning.

client:Claude Desktop transport:sse

Install Giskard Memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://memory.rgiskard.xyz/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Giskard Memory in other clients