Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| read_file | Read complete contents of a file |
| read_multiple_files | Read multiple files simultaneously |
| write_file | Create new file or overwrite existing |
| create_directory | Create new directory or ensure it exists |
| list_directory | List directory contents with [FILE] or [DIR] prefixes |
| move_file | Move or rename files and directories |
| search_files | Recursively search for files/directories |
| get_file_info | Get detailed file/directory metadata |
| list_allowed_directories | List all directories the server is allowed to access |