Skip to main content
Glama
mcpland
by mcpland

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost to bind for HTTP mode, default 127.0.0.1127.0.0.1
MCP_PATHNoPath for MCP endpoint, default /mcp/mcp
MCP_PORTNoPort for HTTP mode, default 87888788
MCP_PROFILENoProfile: mvp or enterprise, default mvpmvp
MCP_AUTH_MODENoAuthentication mode: none or jwt, default nonenone
MCP_TRANSPORTNoTransport mode: stdio or http, default stdiostdio
MCP_ADMIN_TOKENNoAdmin token for privileged operations
MCP_AUTH_ISSUERNoJWT issuer
MCP_AUTH_AUDIENCENoJWT audience
MCP_AUTH_JWKS_URLNoJWKS URL for JWT authentication
MCP_DYNAMIC_STORENoPath to tools storage file for file backend
MCP_DYNAMIC_BACKENDNoBackend for dynamic tools: file or postgres, default filefile
MCP_EXECUTION_ENGINENoExecution engine: auto, docker, or node, default autoauto
MCP_SANDBOX_DOCKER_BINNoDocker binary path, default dockerdocker
MCP_REQUIRE_ADMIN_TOKENNoRequire admin token for privileged operations, default falsefalse
MCP_AUTH_REQUIRED_SCOPESNoRequired scopes for JWT authentication
MCP_EXPERIMENTAL_UPSTREAM_MCP_ATTACHNoEnable experimental upstream MCP attach, default falsefalse
MCP_EXPERIMENTAL_UPSTREAM_MCP_ATTACH_MAXNoMax upstream attach sessions, default 88

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
system.healthA

Return server liveness and uptime info

dynamic.tool.listC

List all dynamic tools currently registered in local storage

dynamic.tool.getB

Get one dynamic tool definition by name

dynamic.tool.createC

Create and register a new dynamic tool

dynamic.tool.updateC

Update an existing dynamic tool definition

dynamic.tool.deleteC

Delete a dynamic tool and unregister it from MCP

dynamic.tool.enableC

Enable or disable a dynamic tool at runtime

run_js_ephemeralA

Execute one-off Node.js code in the configured execution sandbox (Docker preferred, Node fallback) without persisting a tool

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/mcpland/dynamic-mcp'

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