Enterprise Support MCP Service
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | Yes | PostgreSQL host | |
| DB_NAME | Yes | PostgreSQL database name | |
| DB_PORT | Yes | PostgreSQL port | |
| DB_USER | Yes | PostgreSQL user | |
| APP_NAME | No | Application name (defaults to Employee Directory Service) | |
| DB_PASSWORD | Yes | PostgreSQL password | |
| DB_TABLE_NAME | Yes | PostgreSQL vector table name | |
| LANGFUSE_BASE_URL | No | Optional Langfuse base URL for tracing | |
| LANGFUSE_PUBLIC_KEY | No | Optional Langfuse public key for tracing | |
| LANGFUSE_SECRET_KEY | No | Optional Langfuse secret key for tracing | |
| AZURE_OPENAI_API_KEY | Yes | Azure OpenAI API key | |
| AZURE_OPENAI_ENDPOINT | Yes | Azure OpenAI endpoint URL | |
| AZURE_OPENAI_LLM_MODEL | Yes | Azure OpenAI chat model name | |
| AZURE_OPENAI_API_VERSION | Yes | Azure OpenAI API version | |
| AZURE_OPENAI_TEMPERATURE | Yes | Azure OpenAI temperature setting | |
| AZURE_OPENAI_LLM_DEPLOYMENT | Yes | Azure OpenAI chat deployment name | |
| AZURE_OPENAI_EMBEDDING_MODEL | Yes | Azure OpenAI embedding model name | |
| AZURE_OPENAI_EMBEDDING_DEPLOYMENT | Yes | Azure OpenAI embedding deployment name |
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 | |