MCP Server
by th1234th
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region (default: us-east-1) | |
| MCP_API_KEY | No | API key for authentication (optional, can be generated via /auth/api-key endpoint) | |
| GRAFANA_USER | No | Grafana admin username (default: admin) | |
| MCP_JWT_SECRET | No | Secret for JWT token generation (optional) | |
| OPENAI_API_KEY | No | OpenAI API key (optional, for LLM integration) | |
| GRAFANA_PASSWORD | No | Grafana admin password (default: admin) | |
| AWS_ACCESS_KEY_ID | No | AWS access key ID | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key | |
| MCP_RESUME_EXPORT_TTL_HOURS | No | TTL in hours for exported resume files (default: 24) | |
| MCP_RESUME_EXPORT_CLEANUP_CRON | No | Cron expression for resume export cleanup (default: 0 * * * *) |
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/th1234th/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server