Skip to content
MCP ServerCommunity

Filesystem

Sandboxed filesystem access for Cursor's AI assistant. Read, write, and search files within allowed directories while keeping everything else off-limits.

Details

Author
ModelContextProtocol
Trust Level
Scriptsincludes executable code
Compatible With
cursor

Tags

filesystemfiles

Quick Install

Add this snippet to your MCP configuration file:

"filesystem": {
  "command": "npx",
  "args": ["-y", "@mcp/filesystem"]
}

The server starts on demand — no global install required.

More from Cursor