Skip to content
VS Code

file for VS Code

io.github.rog0x/file

Dir tree, file stats, duplicates, LOC for AI agents

client:VS Code transport:stdio runtime:npm

Install file in VS Code

.vscode/mcp.json

{
  "servers": {
    "file": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-file-tools"
      ]
    }
  }
}

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

file in other clients