MCP Server
MCP
io.github.omiiyamu/hiveclaw
Connect AI assistants to HiveClaw — manage projects, talk to AI agents, and more.
Install
npx -y @hiveclaw/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.hiveclaw.ai/api/v1/mcp/remote"
}
],
"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"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment