filerun mcp for Zed
io.github.mrfentmen/filerun-mcp
FileRun file browsing, search and folders.
client:Zed
transport:stdio
runtime:npm
Install filerun mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"filerun-mcp": {
"command": "npx",
"args": [
"-y",
"filerun-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs