Skip to content
VS Code

Filesystem for VS Code

io.github.domdomegg/filesystem-mcp

Read, create, and edit files.

client:VS Code transport:stdio runtime:npm

Install Filesystem in VS Code

.vscode/mcp.json

{
  "servers": {
    "filesystem-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "filesystem-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Filesystem in other clients