Skip to content
Cursor

Mirofy for Cursor

io.github.hasan-laraib/mirofy

Ask a repository what depends on what. Every answer cites the file, line and commit it came from.

client:Cursor transport:stdio runtime:npm

Install Mirofy in Cursor

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

{
  "mcpServers": {
    "mirofy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mirofy-cli"
      ]
    }
  }
}

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

Mirofy in other clients