mcp-server-template
by achimstruve
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host to bind to. | 0.0.0.0 |
| MCP_PORT | No | Port to listen on. | 8443 (HTTPS) / 8899 (HTTP) |
| LOCAL_MODE | No | Set to 'true' to enable local development mode with stdio transport, no OAuth. | false |
| DOMAIN_NAME | No | Your domain name. Required if SSL_ENABLED=true. | |
| SERVER_NAME | No | Name for the MCP server, Docker image, and container. | mcp-template |
| SSL_ENABLED | No | Enable HTTPS. If set to 'true', you must also set DOMAIN_NAME, SSL_CERT_PATH, and SSL_KEY_PATH. | false |
| SSL_KEY_PATH | No | SSL private key path. Required if SSL_ENABLED=true. | |
| MCP_TRANSPORT | No | Transport protocol. Use 'stdio' for local mode, 'sse' for web mode. | sse |
| SSL_CERT_PATH | No | SSL certificate path. Required if SSL_ENABLED=true. | |
| JWT_SECRET_KEY | No | Secret for JWT signing. Required for web mode. | |
| GOOGLE_CLIENT_ID | No | Google OAuth Client ID. Required for web mode. | |
| OAUTH_REDIRECT_URI | No | OAuth callback URL. Required for web mode. | |
| GOOGLE_CLIENT_SECRET | No | Google OAuth Client Secret. Required for web mode. |
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/achimstruve/mcp-https-OAuth-database-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server