RadarDev tools
Filesystem
Dev tools · MCP Server
About Filesystem
A reference server that lets an assistant read and edit files in directories you allow. It's the simplest way to give a model controlled access to a project on disk.
Read and write local files, safely scoped.
CategoryDev tools
TypeMCP Server
SourceOfficial
WebsiteInstalling Filesystem
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dir
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/dir"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.