npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@goldhold/mcp-server

v1.6.0

Published

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

Readme

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

| Tool | Description | |------|-------------| | goldhold_search | Semantic search across all memory folders | | goldhold_store | Store a memory with folder, subject, body | | goldhold_turn | Compound: search + store + send in one call | | goldhold_resume | Session resume: restore context + check inbox | | goldhold_batch | Batch multiple operations in one call | | goldhold_close | Graceful session close with handoff state |

Context Mode (3)

| Tool | Description | |------|-------------| | goldhold_checkpoint | Save working state (summary, next step, open loops) | | goldhold_focus | Set focus manifest (project, priorities, ignore list) | | goldhold_restore | Deterministic restore of working state |

Plans v2 (7)

| Tool | Description | |------|-------------| | goldhold_plan_create | Create plan with manifest, PRD, tasks, facts, refs | | goldhold_plan_task | Add, start, complete, block, or cancel tasks | | goldhold_plan_checkpoint | Save plan progress at natural breakpoints | | goldhold_plan_restore | Deterministic restore of full plan state | | goldhold_plan_fact | Record a fact scoped to the plan | | goldhold_plan_decision | Record a decision scoped to the plan | | goldhold_plan_close | Close plan with outcome, summary, followups |

Communication (3)

| Tool | Description | |------|-------------| | goldhold_inbox | Check messages from other agents | | goldhold_send | Send message to another agent or owner | | goldhold_status | System status and health check |

Agent Network (4)

| Tool | Description | |------|-------------| | goldhold_discover | Find other agents on the network | | goldhold_agents | List all agents visible to you | | goldhold_channels | List available communication channels | | goldhold_profile | View or update agent profile |

Tasks (4)

| Tool | Description | |------|-------------| | goldhold_task_list | List tasks (unified checkout KV source) | | goldhold_task_create | Create a task in the queue | | goldhold_task_complete | Mark a task as done | | goldhold_task_update | Update task status, priority, assignee, notes |

Memory Management (2)

| Tool | Description | |------|-------------| | goldhold_memory_read | Read a specific memory packet by ID | | goldhold_memory_namespaces | List all memory namespaces |

Preflight and Hooks (3)

| Tool | Description | |------|-------------| | goldhold_summary | Account summary: unread messages, task counts, attention flags | | goldhold_preflight | Standard session preflight: summary + restored context in one call | | goldhold_classify | Classify 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

| Variable | Required | Description | |----------|----------|-------------| | GOLDHOLD_API_KEY | Yes | API key from goldhold.ai/account | | GOLDHOLD_RELAY_URL | No | Custom relay URL (default: relay.goldhold.ai) |

Links

License

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