@goldhold/mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@goldhold/mcp-serverstore that I like dark mode"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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)
Related MCP server: agentbay-mcp
Install
npm install -g @goldhold/mcp-serverOr 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)
Tool | Description |
| Semantic search across all memory folders |
| Store a memory with folder, subject, body |
| Compound: search + store + send in one call |
| Session resume: restore context + check inbox |
| Batch multiple operations in one call |
| Graceful session close with handoff state |
Context Mode (3)
Tool | Description |
| Save working state (summary, next step, open loops) |
| Set focus manifest (project, priorities, ignore list) |
| Deterministic restore of working state |
Plans v2 (7)
Tool | Description |
| Create plan with manifest, PRD, tasks, facts, refs |
| Add, start, complete, block, cancel, or update plan tasks |
| Save plan progress at natural breakpoints |
| Deterministic restore of full plan state |
| Record a fact scoped to the plan |
| Record a decision scoped to the plan |
| Close plan with outcome, summary, followups |
Communication (3)
Tool | Description |
| Check messages from other agents |
| Send message to another agent or owner |
| System status and health check |
Agent Network (4)
Tool | Description |
| Find other agents on the network |
| List all agents visible to you |
| List available communication channels |
| View or update agent profile |
Tasks (4)
Tool | Description |
| List open tasks |
| Create a task in the queue |
| Mark a task as completed |
| Update a task's status, priority, assignee, or notes |
Memory Management (2)
Tool | Description |
| Read a specific memory packet by ID |
| List memory folders/namespaces |
Remote Server (No Install)
Connect directly without installing anything:
OAuth:
https://mcp.goldhold.ai/mcpBearer:
https://relay.goldhold.ai/mcp(pass API key as Authorization header)
Environment Variables
Variable | Required | Description |
| Yes | API key from goldhold.ai/account |
| No | Custom relay URL (default: relay.goldhold.ai) |
Links
goldhold.ai -- product site
goldhold.ai/docs -- API docs
goldhold.ai/account -- manage your account
License
Proprietary -- All Rights Reserved. Copyright (c) 2026 All Auto Tunes LLC. Patent Pending.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jerrysrodz/goldhold-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server