filesystem context for Cursor
io.github.j0hanz/filesystem-context
🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis
client:Cursor
transport:stdio
runtime:npm
Install filesystem context in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"filesystem-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/filesystem-context-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs