mark3labs/mcp-filesystem-server
Golang implementation for local file system access.
Quick Start
Clone the repository:
git clone https://github.com/mark3labs/mcp-filesystem-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-filesystem-server": {
"command": "npx",
"args": [
"-y",
"mark3labs/mcp-filesystem-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.