NIRA File Intel MCP
Rank #27,225io.github.pachote/nira-file-intel
Smart file intelligence for Claude — search, deduplicate, organize, and analyze files
NIRA File Intel MCP is a Model Context Protocol (MCP) server published by pachote. It ranks #27,225 of 115,591 servers tracked on MCP Toplist. NIRA File Intel MCP is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 28, 2026 and most recently updated on May 28, 2026.
Ranks ahead of 88,366 of 115,591 servers on MCP Toplist.
Use NIRA File Intel MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nira-file-intel -e "FILE_INTEL_ROOT=<your FILE_INTEL_ROOT>" -- uvx nira-file-intelReplace each placeholder with your own value before saving.
[mcp_servers.nira-file-intel]
command = "uvx"
args = ["nira-file-intel"]
[mcp_servers.nira-file-intel.env]
FILE_INTEL_ROOT = "<your FILE_INTEL_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-file-intel": {
"command": "uvx",
"args": [
"nira-file-intel"
],
"env": {
"FILE_INTEL_ROOT": "<your FILE_INTEL_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-file-intel": {
"command": "uvx",
"args": [
"nira-file-intel"
],
"env": {
"FILE_INTEL_ROOT": "<your FILE_INTEL_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nira-file-intel": {
"type": "stdio",
"command": "uvx",
"args": [
"nira-file-intel"
],
"env": {
"FILE_INTEL_ROOT": "<your FILE_INTEL_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-file-intel": {
"command": "uvx",
"args": [
"nira-file-intel"
],
"env": {
"FILE_INTEL_ROOT": "<your FILE_INTEL_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-file-intel": {
"command": "uvx",
"args": [
"nira-file-intel"
],
"env": {
"FILE_INTEL_ROOT": "<your FILE_INTEL_ROOT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pachote%2Fnira-file-intel)<a href="https://mcptoplist.com/server/io.github.pachote%2Fnira-file-intel"><img src="https://mcptoplist.com/badge/io.github.pachote%2Fnira-file-intel.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
pachote
Other servers by pachote
- NIRA Video Production MCP#19,897 · 1 ver
- NIRA REPL MCP#27,226 · 1 ver
- NIRA Screen Vision MCP#27,227 · 1 ver
- NIRA Temporal MCP#27,228 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 28, 2026 |
Frequently asked questions
- Who maintains NIRA File Intel MCP?
- NIRA File Intel MCP is maintained by pachote, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is NIRA File Intel MCP listed on the Official MCP Registry?
- Yes — NIRA File Intel MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does NIRA File Intel MCP have?
- MCP Toplist tracks 1 version of NIRA File Intel MCP, most recently published on May 28, 2026.
- Where can I find the source code for NIRA File Intel MCP?
- The source code for NIRA File Intel MCP is hosted at github.com/pachote/nira-file-intel.