hive-mcp

Automates project management tasks for Agent Hive via the MCP server.

23|2|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/intertwine/hive-orchestrator --skill hive-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-mcp
Source: https://github.com/intertwine/hive-orchestrator/tree/main/.opencode/skill/hive-mcp
Command: npx skills add https://github.com/intertwine/hive-orchestrator --skill hive-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hive MCP server provides a standardized interface to manage Agent Hive projects programmatically, enabling consistent control across tools and workflows.

Core Features & Use Cases

  • Exposes MCP-powered operations for listing, claiming, updating status, adding notes, and querying dependencies on projects.
  • Supports setup via OpenCode and Claude Desktop configurations, with environment variable guidance and sample configurations.
  • Enables orchestration and coordination of multiple agents and projects through a single, vendor-agnostic tool interface.

Quick Start

Configure the Hive MCP server in your opencode.json and begin managing projects through the MCP-enabled tools.

Frequently Asked Questions about hive-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project management interactions for multiple agents via MCP?

You can automate project management interactions by using an MCP server to expose operations like list_projects, claim_project, and update_status. This provides a standardized interface for orchestrating multiple agents across workflows.

What operations are available for project orchestration through an MCP interface?

Available project orchestration operations through the MCP interface include list_projects, get_ready_work, claim_project, release_project, update_status, add_note, get_dependencies, and coordinator_status. These tools enable querying dependencies and coordinating agent reservations.

Can I configure the Hive MCP server with Claude Desktop and OpenCode?

Yes, the Hive MCP server supports setup via OpenCode and Claude Desktop configurations. You can configure it in your opencode.json file using environment variables and sample configurations to begin managing projects.

How do I query project dependencies and generate a dependency graph using MCP tools?

To query project dependencies and generate a dependency graph, use the get_dependencies and get_dependency_graph MCP tools. These operations expose dependency querying capabilities across projects through a vendor-agnostic interface.

What is the best way to coordinate agent reservations and claim projects programmatically?

The best way to coordinate agent reservations and claim projects programmatically is through coordinator_claim, coordinator_release, and coordinator_reservations MCP operations. These tools enable orchestration and coordination of multiple agents on a single interface.