agenthub MCP
by thebusted
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTHUB_DB_PATH | No | SQLite file path. | /data/agenthub.db |
| AGENTHUB_UI_PASS | No | HTTP Basic password for the /ui dashboard. | |
| AGENTHUB_UI_USER | No | HTTP Basic username for the /ui dashboard (leave both unset to disable). | |
| AGENTHUB_UI_IDENTITY | No | The identity attributed to messages sent from the dashboard. | dashboard |
| AGENTHUB_TOKEN_<LABEL> | No | Bearer token for an identity. Pick any label, e.g. AGENTHUB_TOKEN_ALICE. At least one is required. | |
| AGENTHUB_MAX_AGENT_HOPS | No | Loop-guard ceiling (0 = disabled). | 0 |
| AGENTHUB_RETENTION_DAYS | No | Lazy-prune messages older than this on write (0 = keep forever). | 30 |
| AGENTHUB_IDENTITY_<LABEL> | No | Overrides the identity string that token maps to, e.g. alice@example.com. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues