Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ALLOW_EDIT | No | Allow modification of existing files | false |
ALLOW_MOVE | No | Allow moving/renaming files and directories | false |
ALLOW_CREATE | No | Allow creation of new files and directories | false |
ALLOW_DELETE | No | Allow deletion of files and directories | false |
FOLLOW_SYMLINKS | No | Whether to follow symlinks (both link and target must be in allowed directories) | true |
PERMISSION_MODE | No | Permission mode for file operations (readonly, full-access, or specific permissions) | readonly |
ALLOWED_DIRECTORIES | Yes | Directories the server is allowed to access. Multiple directories can be specified but will share the same permission settings. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |