Skip to main content
Glama
nhannt95

Production MCP Server

by nhannt95

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost to bind when MCP_TRANSPORT=http.
MCP_PORTNoPort to bind when MCP_TRANSPORT=http.
MCP_LOG_LEVELNoLogging verbosity.INFO
MCP_TRANSPORTNoTransport type: stdio, http, or sse.stdio
MCP_ALLOWED_ROOTYesFilesystem sandbox root — tools cannot escape it. At minimum set to your working folder.
MCP_DATABASE_URLNoDatabase connection URL (SQLite today).sqlite:///./data/app.db
MCP_OPENAI_MODELNoModel name served by vLLM.
MCP_DB_ALLOW_WRITENoAllow write/DDL SQL statements.true
MCP_OPENAI_API_KEYNoAPI key for the OpenAI-compatible endpoint.
MCP_OPENAI_BASE_URLNovLLM OpenAI-compatible URL, e.g. http://localhost:8001/v1
MCP_HTTP_ALLOW_PRIVATE_HOSTSNoSet 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/nhannt95/mcp-server-new'

If you have feedback or need assistance with the MCP directory API, please join our Discord server