Skip to content
VS Code

filerun mcp for VS Code

io.github.mrfentmen/filerun-mcp

FileRun file browsing, search and folders.

client:VS Code transport:stdio runtime:npm

Install filerun mcp in VS Code

.vscode/mcp.json

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

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

filerun mcp in other clients