fs-mcp-rs for Cursor
io.github.nihmadev/fs-mcp-rs
A fast, configurable filesystem server for the Model Context Protocol (MCP), written in Rust.
client:Cursor
transport:stdio
runtime:npm
Install fs-mcp-rs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fs-mcp-rs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fs-mcp-rs"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs