MCP Demo Server
by tylerjhayden
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEYS | No | Comma-separated list of API keys for HTTP mode authentication | |
| HTTP_PORT | No | Port for HTTP mode | 3000 |
| LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| LOG_FORMAT | No | Log format: json or pretty | pretty |
| TRANSPORT_MODE | No | Transport mode: stdio or http | stdio |
| WEATHER_API_KEY | Yes | Your OpenWeatherMap API key for the weather tool | |
| WEATHER_CACHE_TTL | No | Cache TTL in seconds for weather data | 600 |
| ALLOWED_FILE_PATHS | No | Colon-separated list of allowed file paths for resource access | /tmp |
| RATE_LIMIT_REQUESTS | No | Maximum requests per minute per client | 60 |
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/tylerjhayden/mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server