MCP Docs Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3339 |
| NODE_ENV | No | Node environment (development/production) | development |
| REDIS_URL | Yes | Redis connection string for rate limiting and caching | |
| S3_BUCKET | Yes | S3 bucket name for document storage | |
| S3_REGION | Yes | S3 region | |
| S3_ENDPOINT | Yes | MinIO/S3 endpoint URL | |
| DATABASE_URL | Yes | PostgreSQL connection string | |
| S3_ACCESS_KEY_ID | Yes | S3 access key ID | |
| S3_FORCE_PATH_STYLE | No | Force path style for S3 (useful for MinIO) | true |
| S3_SECRET_ACCESS_KEY | Yes | S3 secret access key | |
| API_KEY_SECRET_LENGTH | No | Length of generated API key secrets | 32 |
| RATE_LIMIT_MAX_REQUESTS | No | Max requests per rate limit window | 100 |
| RATE_LIMIT_WINDOW_SECONDS | No | Rate limit window in seconds | 60 |
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
ActivityInactive
ResponsivenessNo issues