File Edit Check MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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