my-mcp-server

my-mcp-server

3.4

If you are the rightful owner of my-mcp-server 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.

A custom Model Context Protocol (MCP) server implementation that provides file system and command execution tools for Claude Desktop and other LLM clients.

The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). This project implements a FastMCP server with several useful tools that enable Claude and other LLMs to interact with your local file system and execute commands. It extends LLMs' capabilities with local system access in a controlled way through well-defined tool interfaces. MCP provides a standardized way to connect AI models to different data sources and tools, offering benefits such as standardized integration, vendor flexibility, security, and tool exposure. The server supports file system operations and command execution, enhancing the interaction between LLMs and local systems.

Features

  • execute_shell_command: Execute shell commands and get stdout/stderr results.
  • show_file: View file contents with optional line range specification.
  • search_in_file: Search for patterns in files using regular expressions.
  • edit_file: Make precise changes to files with string replacements and line operations.
  • write_file: Write or append content to files.