Production MCP Server
by nhannt95
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host to bind when MCP_TRANSPORT=http. | |
| MCP_PORT | No | Port to bind when MCP_TRANSPORT=http. | |
| MCP_LOG_LEVEL | No | Logging verbosity. | INFO |
| MCP_TRANSPORT | No | Transport type: stdio, http, or sse. | stdio |
| MCP_ALLOWED_ROOT | Yes | Filesystem sandbox root — tools cannot escape it. At minimum set to your working folder. | |
| MCP_DATABASE_URL | No | Database connection URL (SQLite today). | sqlite:///./data/app.db |
| MCP_OPENAI_MODEL | No | Model name served by vLLM. | |
| MCP_DB_ALLOW_WRITE | No | Allow write/DDL SQL statements. | true |
| MCP_OPENAI_API_KEY | No | API key for the OpenAI-compatible endpoint. | |
| MCP_OPENAI_BASE_URL | No | vLLM OpenAI-compatible URL, e.g. http://localhost:8001/v1 | |
| MCP_HTTP_ALLOW_PRIVATE_HOSTS | No | Set to true to allow private/loopback hosts in HTTP tools (disable SSRF guard). | false |
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
ActivitySlowing
ResponsivenessNo issues