mcphub
by StefanKnol
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCPHUB_DEV | No | Starlette debug output. Does not relax the HTTPS requirement — OAuth needs an HTTPS issuer, so only localhost and 127.0.0.1 may use http. | |
| MCPHUB_HOST | No | Bind address. | 0.0.0.0 |
| MCPHUB_PORT | No | Bind port. | 8080 |
| MCPHUB_DATA_DIR | No | Holds hub.db and master.key. | /data |
| MCPHUB_PUBLIC_URL | No | Externally reachable origin. Must be HTTPS in production. | http://localhost:8080 |
| MCPHUB_ALLOWED_HOSTS | No | Extra Host header values to accept, comma-separated. Only needed when the hub answers on a name other than MCPHUB_PUBLIC_URL. | |
| MCPHUB_UPDATE_INTERVAL | No | Seconds between registry update checks. 0 disables them. | 3600 |
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
ActivityMaintained
ResponsivenessNo issues