Back to MCP Servers
Filesystem
Golang implementation for local file system access.
file-systemsgo
By mark3labs
Installation
npx -y mcp-filesystem-serverConfiguration
{
"mcpServers": {
"mcp-filesystem-server": {
"command": "npx",
"args": ["-y", "mcp-filesystem-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes