PluginBench
MCP Server

NIRA File Intel MCP MCP Server

io.github.pachote/nira-file-intel

What is the NIRA File Intel MCP MCP server?

Smart file intelligence for Claude — search, deduplicate, organize, and analyze files

How to install NIRA File Intel MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FILE_INTEL_ROOT

    Default root directory to search (default: home dir)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nira-file-intel": {
      "command": "uvx",
      "args": [
        "nira-file-intel"
      ],
      "env": {
        "FILE_INTEL_ROOT": "<YOUR_FILE_INTEL_ROOT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nira-file-intel": {
      "command": "uvx",
      "args": [
        "nira-file-intel"
      ],
      "env": {
        "FILE_INTEL_ROOT": "<YOUR_FILE_INTEL_ROOT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nira-file-intel": {
      "command": "uvx",
      "args": [
        "nira-file-intel"
      ],
      "env": {
        "FILE_INTEL_ROOT": "<YOUR_FILE_INTEL_ROOT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nira-file-intel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nira-file-intel"
      ],
      "env": {
        "FILE_INTEL_ROOT": "<YOUR_FILE_INTEL_ROOT>"
      }
    }
  }
}
Claude Code
claude mcp add nira-file-intel --env FILE_INTEL_ROOT=<YOUR_FILE_INTEL_ROOT> -- uvx nira-file-intel

Related MCP servers

Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands

View repository →

Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen

View repository →

Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules

View repository →

Video production MCP: 55 tools — edit, grade, TTS captions, beat-sync, master, AI generate.

View repository →