NIRA File Intel MCP for Zed
io.github.pachote/nira-file-intel
Smart file intelligence for Claude — search, deduplicate, organize, and analyze files
client:Zed
transport:stdio
runtime:pypi
Install NIRA File Intel MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nira-file-intel": {
"command": "uvx",
"args": [
"nira-file-intel"
],
"env": {
"FILE_INTEL_ROOT": "<FILE_INTEL_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs