Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_HUB_DATA_DIR | No | Storage directory for Agent Hub MCP data | ~/.agent-hub |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| register_agent | Register an agent with the hub |
| send_message | Send a message to another agent or broadcast to all agents |
| get_messages | Retrieve messages for an agent |
| get_hub_status | Get overview of hub activity, agents, and collaboration opportunities |
| create_feature | Create a new feature for multi-agent collaboration |
| create_task | Create a task within a feature with agent delegations |
| create_subtask | Create implementation subtasks within a delegation |
| get_features | Get list of features with optional filtering |
| get_feature | Get complete feature data including tasks, delegations, and subtasks |
| accept_delegation | Accept a delegation assigned to an agent |
| update_subtask | Update subtask status and provide output/context |
| sync | Comprehensive sync with the hub - get messages, workload, and status in one call |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Active Agents | List of all active agents in the hub |
| Collaboration Opportunities | Current collaboration sessions and opportunities |