FileSystem MCP Server for Cursor
io.github.oncorporation/filesystem-server
Secure filesystem access for AI agents with configurable directory and file type restrictions
client:Cursor
transport:stdio
runtime:pypi
Install FileSystem MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"filesystem-server": {
"type": "stdio",
"command": "uvx",
"args": [
"vs-filesystem-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs