Catalog
io.github.omiiyamu/hiveclaw
OfficialConnect AI assistants to HiveClaw — manage projects, talk to AI agents, and more.
Connect AI assistants to HiveClaw for project management and agent communication.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
HIVECLAW_API_KEYrequiredsecretYour HiveClaw API key (starts with hc_)
HIVECLAW_API_URLAPI base URL (default: https://api.hiveclaw.ai)
claude_desktop_config.json
{
"mcpServers": {
"hiveclaw": {
"command": "npx",
"args": [
"-y",
"@hiveclaw/mcp-server@0.1.1"
],
"env": {
"HIVECLAW_API_KEY": "<YOUR_HIVECLAW_API_KEY>",
"HIVECLAW_API_URL": "<YOUR_HIVECLAW_API_URL>"
}
}
}
}