mcpbeat Sign in

Hashloom MCP Server

local only

Hashloom runs on your own machine — the client starts it, so there is no endpoint to ping. 822 installs a week from pypi. Last commit 2 Sep 2026.

Content-addressed contracts and a verification cache that cut agent context by skipping proven code.

Installs per day peak 316 · avg 35 · +1165% w/w
a month agotoday
822
Installs / week
pypi · hashloom
2
Stars
2 open issues
2 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 21 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.

            subprocess.run([cand, "version"], capture_output=True, check=True, timeout=30)

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 hashloom -- uvx hashloom
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hashloom": {
      "args": [
        "hashloom"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hashloom]
command = "uvx"
args = ["hashloom"]
.cursor/mcp.json
{
  "mcpServers": {
    "hashloom": {
      "args": [
        "hashloom"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hashloom": {
      "args": [
        "hashloom"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Hashloom

same job, measured the same way
Heddle
by davet47

Content-addressed contracts and a verification cache that cut agent context by skipping proven code.

73 installs/wk local only
Sv Number
by sv-number

Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.

29 installs/wk local only
Machine Inbox
by machineinbox

Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.

11 tools answering
Wisegit
by sandip124

Extracts decision intent from git history and protects intentional code from AI modification.

34 installs/wk local only
FetchSandbox
by fetchsandbox

A deterministic verification engine for agents. Proves a fix: fails on the old code, passes on new.

1 014 installs/wk local only
N
agentsbase — Email for AI Agents
by agentsbase

Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.

26 installs/wk local only
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

43 installs/wk local only
Sms Verify
by jojapi

SMS Verify: SMS Verify API is a secure and easy-to-integrate service that sends verification codes.

2 tools answering

Hashloom — questions

Answers built from our own checks of this server.

Why is there no uptime for Hashloom?
Hashloom 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 pypi package hashloom was installed 822 times last week.
How do I connect Hashloom?
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 hashloom straight from pypi; nothing to host, nothing to sign up for.
How many people use Hashloom?
The pypi package hashloom was installed 822 times in the last week. Week over week that is +1165%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hashloom open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 2 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.