Skip to content
Cursor

Files for Cursor

io.github.abhishekkumar2021/files

Sandboxed local filesystem: read, search, edit, copy, archive, and safely manage files.

client:Cursor transport:stdio runtime:npm

Install Files in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "files": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@abhishekmcp/files"
      ],
      "env": {
        "FS_ROOTS": "<FS_ROOTS>",
        "FS_READONLY": "<FS_READONLY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Files in other clients