← Back to Plugins
MCP Server MCP

io.github.jerrysrodz/goldhold

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @goldhold/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.goldhold.ai/mcp"
    },
    {
      "type": "streamable-http",
      "url": "https://relay.goldhold.ai/mcp",
      "headers": [
        {
          "description": "Bearer token: your GoldHold API key from goldhold.ai/account",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@goldhold/mcp-server",
      "version": "1.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GoldHold API key from goldhold.ai/account",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOLDHOLD_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...