🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@goldhold/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldhold/mcp-server

GoldHold MCP server -- persistent memory for AI agents. Search, store, and recall across sessions. https://goldhold.ai

latest
Source
npmnpm
Version
1.6.0
Version published
Maintainers
1
Created
Source

@goldhold/mcp-server

Persistent memory for AI agents. 32 MCP tools for search, storage, plans, context, messaging, tasks, networking, hooks, and preflight.

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 32 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, or cancel 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 tasks (unified checkout KV source)
goldhold_task_createCreate a task in the queue
goldhold_task_completeMark a task as done
goldhold_task_updateUpdate task status, priority, assignee, notes

Memory Management (2)

ToolDescription
goldhold_memory_readRead a specific memory packet by ID
goldhold_memory_namespacesList all memory namespaces

Preflight and Hooks (3)

ToolDescription
goldhold_summaryAccount summary: unread messages, task counts, attention flags
goldhold_preflightStandard session preflight: summary + restored context in one call
goldhold_classifyClassify intent and resolve scope for a query (hook debug)

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)

License

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

Keywords

mcp

FAQs

Package last updated on 15 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts