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
{
"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