MCP Hub
by Vangardo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | No | Public base URL of the server. | http://localhost:8000 |
| JWT_SECRET | Yes | JWT secret key, minimum 32 characters. | |
| ADMIN_EMAIL | Yes | Admin email address, auto-created on first run. | |
| ADMIN_PASSWORD | Yes | Admin password. | |
| MIRO_CLIENT_ID | No | Miro OAuth client ID. | |
| FIGMA_CLIENT_ID | No | Figma OAuth client ID. | |
| SLACK_CLIENT_ID | No | Slack OAuth client ID. | |
| TELEGRAM_API_ID | No | Telegram API ID for personal account. | |
| GOOGLE_CLIENT_ID | No | Google OAuth client ID. | |
| TELEGRAM_API_HASH | No | Telegram API hash for personal account. | |
| MIRO_CLIENT_SECRET | No | Miro OAuth client secret. | |
| SEMANTIC_TOP_TOOLS | No | Number of top tools to return. | 5 |
| TEAMWORK_CLIENT_ID | No | Teamwork OAuth client ID. | |
| FIGMA_CLIENT_SECRET | No | Figma OAuth client secret. | |
| SLACK_CLIENT_SECRET | No | Slack OAuth client secret. | |
| EMBEDDING_MODEL_NAME | No | Embedding model for semantic routing. | intfloat/multilingual-e5-small |
| GOOGLE_CLIENT_SECRET | No | Google OAuth client secret. | |
| TOKENS_ENCRYPTION_KEY | Yes | Encryption key for stored tokens, 32 characters. | |
| SEMANTIC_TOP_PROVIDERS | No | Number of top providers to consider. | 3 |
| TEAMWORK_CLIENT_SECRET | No | Teamwork OAuth client secret. | |
| SEMANTIC_INTENT_PHRASE_COUNT | No | Number of phrases for intent expansion. | 5 |
| SEMANTIC_TOOL_ROUTING_ENABLED | No | Enable semantic tool routing. | true |
| SEMANTIC_INTENT_EXPANSION_ENABLED | No | Enable intent expansion. | true |
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
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/Vangardo/mcp_hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server