Skip to content
Claude Desktop

Tillpad for Claude Desktop

com.cnrcode/tillpad

Bounded KVP, RAG search, and wipe receipts for agent jobs over remote MCP

client:Claude Desktop transport:streamable-http

Install Tillpad in Claude Desktop

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

{
  "mcpServers": {
    "tillpad": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://tillpad.cnrcode.com/mcp"
      ]
    }
  }
}

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

Tillpad in other clients