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.
Maintenance
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
- Flicense-qualityDmaintenanceCustom 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.
- Flicense-qualityDmaintenanceEnables 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.
- FlicenseAqualityDmaintenanceProvides safe local file operations through MCP, including reading, writing, searching, organizing, and protected deletion with configurable path restrictions.122
- Alicense-qualityBmaintenanceEnables file system operations such as listing directories, reading, writing, creating, and deleting files or directories through MCP.24MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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