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
{
"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