MCP server

Filesystem
MCPThe reference server for the tree you already trust.
Official Model Context Protocol filesystem server. Roots you name. Reads and writes stay inside them.
latest·MIT·Updated this month·github.com/modelcontextprotocol/servers·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed"
]
}
}
}Spec
What the server actually exposes.
read_file
readRead a file inside an allowed root.
write_file
writeWrite a file inside an allowed root.
list_directory
readList a directory you allowed.
search_files
readFind files by name under a root.
Guardrails
- Roots are explicit
- No path traversal past a root
- Writes are logged by the client
mcp-filesystem.mcp/tools
Tools
- read
read_file
Read a file inside an allowed root.
- write
write_file
Write a file inside an allowed root.
- read
list_directory
List a directory you allowed.
- read
search_files
Find files by name under a root.
Last call
{ "ok": true,
"tool": "read_file",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.