Serversio.github.omiiyamu/hiveclaw
H

io.github.omiiyamu/hiveclaw

io.github.omiiyamu/hiveclaw · v0.1.1
▦ npm
v0.1.1npm npm: @hiveclaw/mcp-server🌐 https://api.hiveclaw.ai/api/v1/mcp/remote↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.omiiyamu/hiveclaw",
  "description": "Connect AI assistants to HiveClaw — manage projects, talk to AI agents, and more.",
  "repository": {
    "url": "https://github.com/HiveClaw-AI/hiveclaw",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hiveclaw/mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your HiveClaw API key (starts with hc_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HIVECLAW_API_KEY"
        },
        {
          "description": "API base URL (default: https://api.hiveclaw.ai)",
          "format": "string",
          "name": "HIVECLAW_API_URL"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.hiveclaw.ai/api/v1/mcp/remote"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}