Blazing-fast, asynchronous MCP server for seamless filesystem operations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rust-mcp-filesystem": {
"command": "cargo",
"args": [
"run",
"--",
"rust-mcp-filesystem"
]
}
}
}
Run in terminal:
claude mcp add rust-mcp-filesystem cargo run -- rust-mcp-filesystem
Add to .cursor/mcp.json:
{
"mcpServers": {
"rust-mcp-filesystem": {
"command": "cargo",
"args": [
"run",
"--",
"rust-mcp-filesystem"
]
}
}
}