← Index

io.github.omiiyamu/hiveclaw

io.github.omiiyamu/hiveclaw·v0.1.1·Other
Quality Score
79
/100

Connect AI assistants to HiveClaw — manage projects, talk to AI agents, and more.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.hiveclaw.ai/api/v1/mcp/remote
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hiveclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@hiveclaw/mcp-server"
      ],
      "env": {
        "HIVECLAW_API_KEY": "<your-hiveclaw_api_key>",
        "HIVECLAW_API_URL": "<hiveclaw_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hiveclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@hiveclaw/mcp-server"
      ],
      "env": {
        "HIVECLAW_API_KEY": "<your-hiveclaw_api_key>",
        "HIVECLAW_API_URL": "<hiveclaw_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hiveclaw/mcp-server
§02  Environment variables
HIVECLAW_API_KEY
requiredsecret

Your HiveClaw API key (starts with hc_)

HIVECLAW_API_URL

API base URL (default: https://api.hiveclaw.ai)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other