MCP Hub
Back to servers

goldhold

Persistent memory for AI agents. Search, store, and recall across sessions.

Registry
Updated
Mar 10, 2026

Quick Install

npx -y @goldhold/mcp-server

GoldHold MCP Server

Persistent memory for AI agents. Search, store, and recall across sessions.

Install

npm install @goldhold/mcp-server

Configure

Set your API key:

GOLDHOLD_API_KEY=your-key-here

Get your key at goldhold.ai/account.

Usage with Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "goldhold": {
      "command": "npx",
      "args": ["@goldhold/mcp-server"],
      "env": {
        "GOLDHOLD_API_KEY": "your-key-here"
      }
    }
  }
}

Tools

ToolDescription
goldhold_searchSemantic search across memory
goldhold_storeWrite to memory (decisions, facts, notes)
goldhold_readRead a specific memory item
goldhold_deleteDelete a memory item
goldhold_inboxCheck message inbox
goldhold_sendSend messages to agents or owner
goldhold_statusConnection health and system info

How It Works

GoldHold gives your AI agent persistent memory that survives across sessions. Your agent dies and comes back -- GoldHold is how it remembers.

  • Search before you assume -- past sessions left notes
  • Store decisions immediately -- don't lose context to compaction
  • Corrections outrank facts -- the system knows when old info was wrong

All data encrypted in transit (TLS) and at rest. Free tier available, Pro at $9/mo.

goldhold.ai

Reviews

No reviews yet

Sign in to write a review