CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Goldhold

jerrysrodz/goldhold-mcp-server
authSTDIO, HTTPregistry active
Summary

This connects Claude to GoldHold's persistent memory service through 29 tools split across memory ops, planning, messaging, and agent coordination. You get semantic search, store, and resume for cross-session continuity, plus a full planning system with tasks, checkpoints, and decision logs. The communication layer lets agents message each other and check inboxes. Setup is stdio or remote HTTP with an API key from goldhold.ai. Includes a Claude Skill with usage examples. Reach for this when you need Claude to maintain long-running context, coordinate multi-session workflows, or participate in agent-to-agent handoffs that outlive a single conversation.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@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

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

GOLDHOLD_API_KEY*secret

GoldHold API key from goldhold.ai/account

Categories
AI & LLM ToolsSearch & Web Crawling
Registryactive
Package@goldhold/mcp-server
TransportSTDIO, HTTP
AuthRequired
UpdatedMar 14, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f