Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCPHUBS_HOST | No | 监听地址 (Listening address) | 0.0.0.0 |
| MCPHUBS_PORT | No | 监听端口 (Listening port) | 8000 |
| MCPHUBS_API_KEY | No | /mcp 端点的 Bearer Token (留空则不开启校验) (Bearer Token for the /mcp endpoint. If empty, no authentication is required.) | |
| MCPHUBS_JWT_SECRET | No | 后台登录的 JWT 签名密钥 (JWT signing secret for admin dashboard login) | |
| MCPHUBS_DATABASE_URL | No | PostgreSQL 数据库连接 (PostgreSQL database connection URL, e.g., postgresql+asyncpg://...) | |
| MCPHUBS_EXPOSURE_MODE | No | progressive (渐进式) 或 full (全量)模式 (Exposure mode: 'progressive' or 'full') | progressive |
| MCPHUBS_ADMIN_PASSWORD | No | 默认管理员密码 (Default admin password) | admin123 |
| MCPHUBS_ADMIN_USERNAME | No | 默认管理员账号 (Default admin username) | admin |
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 | |