mark3labs/mcp-filesystem-server
by Various
Go server implementing Model Context Protocol (MCP) for filesystem operations.
MCP
mark3labs/mcp-filesystem-server
Added 1 June 2026
Overview
A Go-based server that implements the Model Context Protocol (MCP) to expose filesystem operations as tools for AI agents. It allows AI models to read, write, list, and modify files and directories through a standardized interface.
Best for
Best for
Developers building AI agents that need direct filesystem interaction
Use cases
- Enabling LLM agents to read and write local files
- Providing file search and directory listing for AI workflows
- Integrating file management into MCP-compatible assistant tools
Notes
A Go-based server that implements the Model Context Protocol (MCP) to expose filesystem operations as tools for AI agents. It allows AI models to read, write, list, and modify files and directories through a standardized interface.
646 stars on GitHub. Last updated 2025-11-24. Licensed MIT.
Use cases
- Enabling LLM agents to read and write local files
- Providing file search and directory listing for AI workflows
- Integrating file management into MCP-compatible assistant tools
Pros
- Lightweight Go server with minimal dependencies
- Standard MCP interface ensures broad compatibility
- Supports essential filesystem operations out of the box
Cons
- Requires running a separate server process on the host
- No built-in authentication or access control
- Limited to local filesystem; no remote or cloud storage support
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Go server with minimal dependencies
- Standard MCP interface ensures broad compatibility
- Supports essential filesystem operations out of the box
Cons
- Requires running a separate server process on the host
- No built-in authentication or access control
- Limited to local filesystem; no remote or cloud storage support
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.