Catalog
io.github.pachote/nira-file-intel
OfficialNIRA File Intel MCP
Smart file intelligence for Claude — search, deduplicate, organize, and analyze files
Searches, deduplicates, organizes, and analyzes files intelligently.
README not available yet.
Install
Configuration
Environment variables
FILE_INTEL_ROOTDefault root directory to search (default: home dir)
claude_desktop_config.json
{
"mcpServers": {
"nira-file-intel": {
"command": "uvx",
"args": [
"nira-file-intel"
],
"env": {
"FILE_INTEL_ROOT": "<YOUR_FILE_INTEL_ROOT>"
}
}
}
}