Skip to content
Cursor

Hashloom for Cursor

io.github.davet47/hashloom

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

client:Cursor transport:stdio runtime:pypi

Install Hashloom in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "hashloom": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hashloom"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Hashloom in other clients