coding-agent-mcp

Sukarth/coding-agent-mcp

3.3

If you are the rightful owner of coding-agent-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Coding Agent MCP Server is a comprehensive Model Context Protocol server designed to provide advanced coding agent capabilities, including file operations, terminal commands, search functionality, and utility operations.

Tools

Functions exposed to the LLM to take actions

read_file

Read file contents with encoding support

write_file

Write content to file (overwrites existing)

create_file

Create new file with optional content and overwrite protection

edit_file

Edit file using 4 methods (replace, line-numbers, character-match, diff)

delete_file

Delete a file safely

copy_file

Copy file to new location with overwrite control

move_file

Move/rename file with overwrite control

list_directory

List directory contents (recursive/non-recursive)

create_directory

Create directory with recursive option

delete_directory

Delete directory with recursive option

run_command

Execute terminal command with working directory and timeout control

run_command_stream

Execute command with real-time streaming output

get_environment

Get and filter environment variables

get_working_directory

Get current working directory

which_command

Find command path (cross-platform which/where)

search_text

Search for text patterns in files with regex, case sensitivity, context

search_files

Search for files by name pattern with glob support

find_and_replace

Bulk find and replace across files with dry-run mode

search_duplicates

Find duplicate files by content, name, or size

delay

Wait for specified time (milliseconds or seconds)

get_system_info

Get system information (basic or detailed)

generate_uuid

Generate UUIDs (v1 and v4, single or multiple)

encode_decode

Encode/decode text (Base64, URL, HTML)

hash_text

Generate text hashes (MD5, SHA1, SHA256, SHA512)

format_json

Format and validate JSON with key sorting

validate_regex

Validate and test regular expressions

calculate_file_stats

Calculate comprehensive file statistics

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources