Odel
goldhold mcp server

goldhold mcp server

@jerrysrodzCommunicationJavaScriptUpdated 3mo ago

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

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

@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.