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 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/hamada-minoro/DevVault-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server