My Mcp icon

My Mcp

Provides a custom Model Context Protocol (MCP) server implementation with file system and command execution tools for LLM clients.

About

This project implements a FastMCP server equipped with tools designed to enable Large Language Models (LLMs) like Claude to interact with your local system. It extends LLMs' capabilities with secure and controlled access to local file systems and command execution through standardized tool interfaces, offering a versatile solution for integrating LLMs with local data and tools.

Key Features

  • Executes shell commands and provides stdout/stderr results.
  • Edits files with string replacements and line operations.
  • Writes or appends content to files.
  • Searches for patterns in files using regular expressions.
  • Views file contents with optional line range specification.

Use Cases

  • Automating code analysis by searching for specific patterns in code files.
  • Modifying configuration files programmatically to enable or disable features.
  • Creating and updating log files with specific entries.