filesystem for Cursor
io.github.fieldcure/filesystem
Secure MCP server for sandboxed filesystem operations with document parsing support.
client:Cursor
transport:stdio
runtime:nuget
Install filesystem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"filesystem": {
"type": "stdio",
"command": "dnx",
"args": [
"FieldCure.Mcp.Filesystem",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs