Streamable-HTTP MCP server exposing a simulated multi-project filesystem (Rust port of mcp-fs, 1:1 parity with the C# implementation)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-fs-rust": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-fs-rust"
]
}
}
}
Run in terminal:
claude mcp add mcp-fs-rust cargo run -- mcp-fs-rust
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-fs-rust": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-fs-rust"
]
}
}
}