What is the io.github.rog0x/file MCP server?
Dir tree, file stats, duplicates, LOC for AI agents
How to install io.github.rog0x/file
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"file": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-file-tools"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"file": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-file-tools"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"file": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-file-tools"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"file": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-file-tools"
]
}
}
}Claude Code
claude mcp add file -- npx -y @rog0x/mcp-file-tools