MCP File Manager
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP File Managerlist files in the current directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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) orpip
Quick Start
Install dependencies:
uv syncRun 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.jsonWindows:
%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.
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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