Skip to main content
Glama
Adithyenkandasamy

MCP File Manager

MCP File Manager

A local file management MCP server built with Python and the official mcp library (FastMCP).

Features

  • List Files: List contents of directories.

  • Read Files: Read content of text files.

  • File Info: Get metadata (size, modification time) of files.

  • Search: Recursively search for files by name.

Related MCP server: Local File Management MCP Server

Dependencies

  • Python 3.10+

  • uv (recommended) or pip

Quick Start

  1. Install dependencies:

    uv sync
  2. Run the server:

    uv run main.py

Claude Desktop Configuration

Add the following to your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "file-manager": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/MCP-file-managment",
        "run",
        "main.py"
      ]
    }
  }
}

Note: Replace /ABSOLUTE/PATH/TO/MCP-file-managment with the actual absolute path to the directory where you cloned this repository.

Available Tools

  • list_files(directory): List files and directories in the specified path (defaults to current directory).

  • read_file(file_path): Read the content of a text file.

  • file_info(file_path): Get file size, type, and modification time.

  • search_files(keyword): Recursively search for filenames containing a keyword in the current working directory.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Adithyenkandasamy/MCP-file-managment'

If you have feedback or need assistance with the MCP directory API, please join our Discord server