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. |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thebusted/agenthub-oss'
If you have feedback or need assistance with the MCP directory API, please join our Discord server