MCP.so
Sign In

Multi-File Reader MCP Server

@strawgate

About Multi-File Reader MCP Server

MCP Server for reading many files at the same time

Basic information

Category

Files & Storage

Runtime

python

Transports

stdio

Publisher

strawgate

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-many-files": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Multi-File Reader MCP Server?

This is a FastMCP server that exposes a tool to read the content of multiple files. It is designed for use with MCP-compatible clients.

How to use Multi-File Reader MCP Server?

Add the provided configuration to your McpServer settings, using uvx to run the server directly from its GitHub repository. The server exposes the read_files tool, which accepts a list of file paths.

Key features of Multi-File Reader MCP Server?

  • Exposes

Comments

More Files & Storage MCP servers