File Edit Check MCP Server
by 8grackles
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 |
---|---|
checked_read_file | Read a file and mark it as read for future editing |
checked_write_to_file | Write to a file, requiring it to have been read first if it exists |
checked_apply_diff | Apply a diff to a file, requiring it to have been read first |
list_my_tools | List the tools registered in this server |