dynamic-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host to bind for HTTP mode, default 127.0.0.1 | 127.0.0.1 |
| MCP_PATH | No | Path for MCP endpoint, default /mcp | /mcp |
| MCP_PORT | No | Port for HTTP mode, default 8788 | 8788 |
| MCP_PROFILE | No | Profile: mvp or enterprise, default mvp | mvp |
| MCP_AUTH_MODE | No | Authentication mode: none or jwt, default none | none |
| MCP_TRANSPORT | No | Transport mode: stdio or http, default stdio | stdio |
| MCP_ADMIN_TOKEN | No | Admin token for privileged operations | |
| MCP_AUTH_ISSUER | No | JWT issuer | |
| MCP_AUTH_AUDIENCE | No | JWT audience | |
| MCP_AUTH_JWKS_URL | No | JWKS URL for JWT authentication | |
| MCP_DYNAMIC_STORE | No | Path to tools storage file for file backend | |
| MCP_DYNAMIC_BACKEND | No | Backend for dynamic tools: file or postgres, default file | file |
| MCP_EXECUTION_ENGINE | No | Execution engine: auto, docker, or node, default auto | auto |
| MCP_SANDBOX_DOCKER_BIN | No | Docker binary path, default docker | docker |
| MCP_REQUIRE_ADMIN_TOKEN | No | Require admin token for privileged operations, default false | false |
| MCP_AUTH_REQUIRED_SCOPES | No | Required scopes for JWT authentication | |
| MCP_EXPERIMENTAL_UPSTREAM_MCP_ATTACH | No | Enable experimental upstream MCP attach, default false | false |
| MCP_EXPERIMENTAL_UPSTREAM_MCP_ATTACH_MAX | No | Max upstream attach sessions, default 8 | 8 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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