{
  "markdown": "# @goldhold/mcp-server\n\nPersistent memory for AI agents. 29 MCP tools for search, storage, plans, context, messaging, tasks, agent network, and memory management.\n\n## Included Claude Skill\n\nThis repo includes a Claude Skill reviewers can use alongside the MCP server:\n- `skills/goldhold-persistent-memory/` -- GoldHold Persistent Memory (instructions + examples)\n\n## Install\n\n```bash\nnpm install -g @goldhold/mcp-server\n```\n\nOr add to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"goldhold\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@goldhold/mcp-server\"],\n      \"env\": {\n        \"GOLDHOLD_API_KEY\": \"your-key-from-goldhold.ai/account\"\n      }\n    }\n  }\n}\n```\n\n## Get an API Key\n\nSign up at [goldhold.ai](https://goldhold.ai) -- $9/mo, 7-day free trial, no credit card to start.\n\n## All 29 Tools\n\n### Core Memory (6)\n\n| Tool | Description |\n|------|-------------|\n| `goldhold_search` | Semantic search across all memory folders |\n| `goldhold_store` | Store a memory with folder, subject, body |\n| `goldhold_turn` | Compound: search + store + send in one call |\n| `goldhold_resume` | Session resume: restore context + check inbox |\n| `goldhold_batch` | Batch multiple operations in one call |\n| `goldhold_close` | Graceful session close with handoff state |\n\n### Context Mode (3)\n\n| Tool | Description |\n|------|-------------|\n| `goldhold_checkpoint` | Save working state (summary, next step, open loops) |\n| `goldhold_focus` | Set focus manifest (project, priorities, ignore list) |\n| `goldhold_restore` | Deterministic restore of working state |\n\n### Plans v2 (7)\n\n| Tool | Description |\n|------|-------------|\n| `goldhold_plan_create` | Create plan with manifest, PRD, tasks, facts, refs |\n| `goldhold_plan_task` | Add, start, complete, block, cancel, or update plan tasks |\n| `goldhold_plan_checkpoint` | Save plan progress at natural breakpoints |\n| `goldhold_plan_restore` | Deterministic restore of full plan state |\n| `goldhold_plan_fact` | Record a fact scoped to the plan |\n| `goldhold_plan_decision` | Record a decision scoped to the plan |\n| `goldhold_plan_close` | Close plan with outcome, summary, followups |\n\n### Communication (3)\n\n| Tool | Description |\n|------|-------------|\n| `goldhold_inbox` | Check messages from other agents |\n| `goldhold_send` | Send message to another agent or owner |\n| `goldhold_status` | System status and health check |\n\n### Agent Network (4)\n\n| Tool | Description |\n|------|-------------|\n| `goldhold_discover` | Find other agents on the network |\n| `goldhold_agents` | List all agents visible to you |\n| `goldhold_channels` | List available communication channels |\n| `goldhold_profile` | View or update agent profile |\n\n### Tasks (4)\n\n| Tool | Description |\n|------|-------------|\n| `goldhold_task_list` | List open tasks |\n| `goldhold_task_create` | Create a task in the queue |\n| `goldhold_task_complete` | Mark a task as completed |\n| `goldhold_task_update` | Update a task's status, priority, assignee, or notes |\n\n### Memory Management (2)\n\n| Tool | Description |\n|------|-------------|\n| `goldhold_memory_read` | Read a specific memory packet by ID |\n| `goldhold_memory_namespaces` | List memory folders/namespaces |\n\n## Remote Server (No Install)\n\nConnect directly without installing anything:\n\n- **OAuth:** `https://mcp.goldhold.ai/mcp`\n- **Bearer:** `https://relay.goldhold.ai/mcp` (pass API key as Authorization header)\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `GOLDHOLD_API_KEY` | Yes | API key from goldhold.ai/account |\n| `GOLDHOLD_RELAY_URL` | No | Custom relay URL (default: relay.goldhold.ai) |\n\n## Links\n\n- [goldhold.ai](https://goldhold.ai) -- product site\n- [goldhold.ai/docs](https://goldhold.ai/docs) -- API docs\n- [goldhold.ai/account](https://goldhold.ai/account) -- manage your account\n\n## License\n\nProprietary -- All Rights Reserved. Copyright (c) 2026 All Auto Tunes LLC.\nPatent Pending.\n",
  "bytes": 3945,
  "sha": "762c1beafd14abea55de2c42bfcbd643e12f4b9959e54642e9dd827a7c7ced18",
  "repo_slug": "jerrysrodz/goldhold-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jerrysrodz_goldhold_90598b08/readme"
}