PluginBench
MCP Server
Active
Apache-2.0

Hashloom MCP Server

io.github.davet47/hashloom

What is the Hashloom MCP server?

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

How to install Hashloom

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hashloom": {
      "command": "uvx",
      "args": [
        "hashloom",
        "serve"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hashloom": {
      "command": "uvx",
      "args": [
        "hashloom",
        "serve"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hashloom": {
      "command": "uvx",
      "args": [
        "hashloom",
        "serve"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hashloom": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hashloom",
        "serve"
      ]
    }
  }
}
Claude Code
claude mcp add hashloom -- uvx hashloom serve

Related MCP servers

Heddle

Active

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

2
Python
Apache-2.0
View repository →