emcp

slezica/emcp

3.2

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

Essentials MCP server with tools for filesystem operations, shell execution, and web search.

Tools

Functions exposed to the LLM to take actions

fs_pwd

Get the current working directory

fs_stat

Get file/directory metadata (size, times, type, permissions)

fs_list

List directory contents with size, type, and name

fs_read

Read file contents with optional line ranges

fs_write

Write content to a file using specified mode (w, a, etc.)

fs_search

Search files by regex pattern using ripgrep

fs_replace

Replace occurrences of a string in a file (precise edits)

fs_mkdir

Create directories recursively

fs_rm

Remove files or directories (with user confirmation for directories)

shell_run

Execute shell commands with an interactive permission system

web_search

Search the web using DuckDuckGo

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources