← Index

io.github.jerrysrodz/goldhold

io.github.jerrysrodz/goldhold·v1.5.1·Search
Quality Score
94
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.goldhold.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "goldhold": {
      "command": "npx",
      "args": [
        "-y",
        "@goldhold/mcp-server"
      ],
      "env": {
        "GOLDHOLD_API_KEY": "<your-goldhold_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "goldhold": {
      "command": "npx",
      "args": [
        "-y",
        "@goldhold/mcp-server"
      ],
      "env": {
        "GOLDHOLD_API_KEY": "<your-goldhold_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @goldhold/mcp-server
§02  Environment variables
GOLDHOLD_API_KEY
requiredsecret

GoldHold API key from goldhold.ai/account

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Search