j0hanz/filesystem-context-mcp-server
by Various
A local filesystem MCP server that lets LLMs and AI agents read, write, search, diff, patch, and manage files safely and efficiently. Built for reliable, structured, and controlled
MCP
j0hanz/filesystem-context-mcp-server
Added 1 June 2026
Overview
A local filesystem MCP server that exposes file read, write, search, diff, patch, and management operations to LLMs and AI agents. It runs as a process on the user's machine, providing structured and controlled filesystem access through the Model Context Protocol.
Best for
Best for
Developers who need to give LLM-based agents safe, structured access to local file systems
Use cases
- Enabling an LLM agent to edit code files in a local project
- Allowing a chat assistant to read and summarize files from disk
- Letting an AI tool perform safe file patching and diff operations
Notes
A local filesystem MCP server that exposes file read, write, search, diff, patch, and management operations to LLMs and AI agents. It runs as a process on the user’s machine, providing structured and controlled filesystem access through the Model Context Protocol.
8 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Enabling an LLM agent to edit code files in a local project
- Allowing a chat assistant to read and summarize files from disk
- Letting an AI tool perform safe file patching and diff operations
Pros
- Runs locally so files never leave the user’s machine
- Provides fine-grained file operations (read, write, diff, patch, search)
- Built with TypeScript for reliability and type safety
Cons
- Very low community adoption with only 8 GitHub stars
- Requires manual setup and running a dedicated server process
- Limited to local filesystem interactions only
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Runs locally so files never leave the user's machine
- Provides fine-grained file operations (read, write, diff, patch, search)
- Built with TypeScript for reliability and type safety
Cons
- Very low community adoption with only 8 GitHub stars
- Requires manual setup and running a dedicated server process
- Limited to local filesystem interactions only
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.