Enterprise MCP Server
by Ilavarasan-v
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address to bind the server. | |
| PORT | No | Port to bind the server. | |
| DEBUG | No | Enable debug mode. Expected as a string boolean. | false |
| APP_ENV | No | Application environment (e.g., development, production). | |
| APP_NAME | No | Application name. | |
| LOG_FILE | No | Path to the log file. | |
| LOG_LEVEL | No | Logging level (e.g., INFO, DEBUG, ERROR). | INFO |
| SECRET_KEY | No | Secret key used for authentication and security. | |
| AI_PROVIDER | No | AI provider to use (e.g., groq, anthropic, gemini, openai). | |
| APP_VERSION | No | Application version. | |
| MAX_RETRIES | No | Maximum number of retries for HTTP requests. | |
| DATABASE_URL | Yes | Database connection URL used by SQLAlchemy. | |
| GROQ_API_KEY | No | API key for Groq AI provider. | |
| HTTP_TIMEOUT | No | Timeout for HTTP requests. | |
| GEMINI_API_KEY | No | API key for Google Gemini AI provider. | |
| OPENAI_API_KEY | No | API key for OpenAI AI provider. | |
| ANTHROPIC_API_KEY | No | API key for Anthropic AI provider. | |
| DATABASE_ALLOW_EXECUTE | No | Whether to allow database execute operations. Expected as a string boolean. | false |
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
ActivitySlowing
ResponsivenessNo issues