fs-mcp-rs for VS Code
io.github.nihmadev/fs-mcp-rs
A fast, configurable filesystem server for the Model Context Protocol (MCP), written in Rust.
client:VS Code
transport:stdio
runtime:npm
Install fs-mcp-rs in VS Code
.vscode/mcp.json
{
"servers": {
"fs-mcp-rs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fs-mcp-rs"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs