mcpbeat Sign in

Hashnet MCP Server

local only

Hashnet runs on your own machine — the client starts it, so there is no endpoint to ping. 121 installs a week from npm. Last commit 6 Sep 2026.

Universal AI Agent Discovery - search 59,000+ agents across MCP, NANDA, A2A, OpenRouter

Installs per day peak 92 · avg 14 · +558% w/w
a month agotoday
121
Installs / week
npm · @hol-org/hashnet-mcp
13
Stars
1 open issues
6 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment src/cli/up.ts:14
    Object.assign(process.env, parsed.env);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hashnet -- npx -y @hol-org/hashnet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hashnet": {
      "args": [
        "-y",
        "@hol-org/hashnet-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hashnet]
command = "npx"
args = ["-y", "@hol-org/hashnet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hashnet": {
      "args": [
        "-y",
        "@hol-org/hashnet-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hashnet": {
      "args": [
        "-y",
        "@hol-org/hashnet-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REGISTRY_BROKER_API_KEY (Your Registry Broker API key from https://hol.org). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hashnet

same job, measured the same way
Clarvia
by digitamaz

AI agent tool discovery and scoring. Search 15,400+ MCP servers, APIs, and CLIs.

77 installs/wk local only
D'AUBE // BRIDGE²
by daubesonntag-dotcom

Universal AI skill compiler and MCP bridge. Write once, run across agents.

local only
Tinysearch
by tinysuitehq

Fast discovery search and self-hosted web research for MCP agents.

842 installs/wk local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

226 installs/wk local only
pond
by tenequm

Lossless archive and search for AI agent sessions across clients, exposed to agents over MCP.

local only
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

42 installs/wk local only
MCP Launcher
by oneprofile-dev

Single MCP hub: discover, add, audit, and govern MCP servers across every AI client.

41 installs/wk local only

Hashnet — questions

Answers built from our own checks of this server.

Why is there no uptime for Hashnet?
Hashnet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @hol-org/hashnet-mcp was installed 121 times last week.
How do I connect Hashnet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @hol-org/hashnet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hashnet?
The npm package @hol-org/hashnet-mcp was installed 121 times in the last week. Week over week that is +558%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hashnet open source?
We cannot say either way: written in TypeScript, 13 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.