mcp server filesystem for VS Code
io.github.bytedance/mcp-server-filesystem
MCP server for filesystem access
client:VS Code
transport:stdio
runtime:npm
Install mcp server filesystem in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server-filesystem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-filesystem"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs