UI HUB MCP Server
by jainil224
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server. | 3001 |
| REDIS_URL | No | Optional Redis connection string used to back rate limiting. | |
| MONGODB_DB | Yes | MongoDB database name. | uihub |
| MONGODB_URI | Yes | MongoDB connection string. | |
| MCP_ADMIN_EMAILS | No | Comma-separated email addresses allowed to access admin endpoints. | |
| MCP_API_KEY_PREFIX | No | Prefix for API keys. | uh_live_ |
| MCP_RATE_LIMIT_PRO | No | Daily request limit for Pro/Elite API keys. | 10000 |
| FIREBASE_PROJECT_ID | Yes | Firebase project ID used for authentication. | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated list of allowed CORS origins. | http://localhost:3000,https://ui-hub-design.vercel.app |
| MCP_RATE_LIMIT_FREE | No | Daily request limit for free API keys. | 100 |
| FIREBASE_PRIVATE_KEY | Yes | Firebase service account private key. | |
| FIREBASE_CLIENT_EMAIL | Yes | Firebase service account client email. |
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