Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_LOG_LEVEL | No | Logging level: debug, info, warn, error | info |
| MCP_READ_ONLY | No | Disable all write operations | false |
| MCP_WORKSPACE_ROOT | Yes | Absolute path to workspace directory where the AI can read/write files | |
| MCP_COMMAND_TIMEOUT | No | Command timeout in milliseconds (5 min default) | 300000 |
| MCP_ALLOWED_COMMANDS | No | Comma-separated list of allowed commands (e.g., npm,git,node) |
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 | |