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.

Install Server
F
license - not found
A
quality
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.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Custom MCP tools for local development that enable file system access, shell command execution, and web resource browsing. Designed for local use with safety considerations for potentially destructive operations.
  • F
    license
    -
    quality
    D
    maintenance
    Enables file system operations such as listing, reading, and creating files within a scoped local project directory. It provides a secure way to manage local files through standardized MCP tools built with FastMCP.

View all related MCP servers

Related MCP Connectors

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

  • An MCP server for deep research or task groups

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

View all MCP Connectors

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