Back to Browse

Goldhold MCP Server

Developer ToolsModerate7.5MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.goldhold.ai/mcp streamable-http: https://relay.goldhold.ai/mcp

Security Report

7.5
Moderate7.5Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

GoldHold API key from goldhold.ai/accountRequired

Environment variable: GOLDHOLD_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

@goldhold/mcp-server

Persistent memory for AI agents. 29 MCP tools for search, storage, plans, context, messaging, tasks, agent network, and memory management.

Included Claude Skill

This repo includes a Claude Skill reviewers can use alongside the MCP server:

  • skills/goldhold-persistent-memory/ -- GoldHold Persistent Memory (instructions + examples)

Install

npm install -g @goldhold/mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "goldhold": {
      "command": "npx",
      "args": ["-y", "@goldhold/mcp-server"],
      "env": {
        "GOLDHOLD_API_KEY": "your-key-from-goldhold.ai/account"
      }
    }
  }
}

Get an API Key

Sign up at goldhold.ai -- $9/mo, 7-day free trial, no credit card to start.

All 29 Tools

Core Memory (6)

ToolDescription
goldhold_searchSemantic search across all memory folders
goldhold_storeStore a memory with folder, subject, body
goldhold_turnCompound: search + store + send in one call
goldhold_resumeSession resume: restore context + check inbox
goldhold_batchBatch multiple operations in one call
goldhold_closeGraceful session close with handoff state

Context Mode (3)

ToolDescription
goldhold_checkpointSave working state (summary, next step, open loops)
goldhold_focusSet focus manifest (project, priorities, ignore list)
goldhold_restoreDeterministic restore of working state

Plans v2 (7)

ToolDescription
goldhold_plan_createCreate plan with manifest, PRD, tasks, facts, refs
goldhold_plan_taskAdd, start, complete, block, cancel, or update plan tasks
goldhold_plan_checkpointSave plan progress at natural breakpoints
goldhold_plan_restoreDeterministic restore of full plan state
goldhold_plan_factRecord a fact scoped to the plan
goldhold_plan_decisionRecord a decision scoped to the plan
goldhold_plan_closeClose plan with outcome, summary, followups

Communication (3)

ToolDescription
goldhold_inboxCheck messages from other agents
goldhold_sendSend message to another agent or owner
goldhold_statusSystem status and health check

Agent Network (4)

ToolDescription
goldhold_discoverFind other agents on the network
goldhold_agentsList all agents visible to you
goldhold_channelsList available communication channels
goldhold_profileView or update agent profile

Tasks (4)

ToolDescription
goldhold_task_listList open tasks
goldhold_task_createCreate a task in the queue
goldhold_task_completeMark a task as completed
goldhold_task_updateUpdate a task's status, priority, assignee, or notes

Memory Management (2)

ToolDescription
goldhold_memory_readRead a specific memory packet by ID
goldhold_memory_namespacesList memory folders/namespaces

Remote Server (No Install)

Connect directly without installing anything:

  • OAuth: https://mcp.goldhold.ai/mcp
  • Bearer: https://relay.goldhold.ai/mcp (pass API key as Authorization header)

Environment Variables

VariableRequiredDescription
GOLDHOLD_API_KEYYesAPI key from goldhold.ai/account
GOLDHOLD_RELAY_URLNoCustom relay URL (default: relay.goldhold.ai)

Links

License

Proprietary -- All Rights Reserved. Copyright (c) 2026 All Auto Tunes LLC. Patent Pending.

Reviews

No reviews yet

Be the first to review this server!