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. |
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