Skip to content
Cursor

NIRA File Intel MCP for Cursor

io.github.pachote/nira-file-intel

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

client:Cursor transport:stdio runtime:pypi

Install NIRA File Intel MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nira-file-intel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nira-file-intel"
      ],
      "env": {
        "FILE_INTEL_ROOT": "<FILE_INTEL_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NIRA File Intel MCP in other clients