Filesystem MCP Server
Filesystem MCP Server exposes controlled file access for MCP-compatible clients.
Key Features
- List, read, write, move, and search files.
- Restrict access to configured workspace directories.
- Useful for local coding, document workflows, and project automation.
Server Configuration
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["@modelcontextprotocol/server-filesystem", "/path/to/workspace"]
}
}
}
Security Notes
Only grant access to directories you intend the agent to inspect or modify.