LogoSTMCP
Download
mcp-files

MCP Tools

MCP Files enables AI agents to perform surgical code editing with tools for finding symbols, importing modules, and precise text manipulation across codebases with cross-platform support.

Tools

1. read_symbol

Find and extract code blocks by symbol name(s) from files, supporting multiple symbols via array.

2. import_symbol

Import and inspect JavaScript/TypeScript modules and their properties.

3. search_replace

Search and replace with intelligent whitespace handling and automation-friendly multiple match resolution.

4. insert_text

Insert/replace text at precise line ranges, perfect for direct line operations and surgical edits in large files.

5. os_notification

Send OS notifications using native notification systems.

Open Graph image for MCP Tools

JSON Config

{
  "mcpServers": {
    "mcp-files": {
      "command": "npx",
      "args": ["-y", "mcp-files"]
    }
  }
}

Useful Links

Information

Categories