Skip to content
Cursor

hivelore for Cursor

io.github.doucs91/hivelore

Deterministic gate: blocks any commit whose diff reintroduces a documented team mistake.

client:Cursor transport:stdio runtime:npm

Install hivelore in Cursor

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

{
  "mcpServers": {
    "hivelore": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hivelore/mcp"
      ]
    }
  }
}

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

hivelore in other clients