Skip to content
Cursor

aigentify for Cursor

io.github.pooriaarab/aigentify

Audit and generate agent-native product surfaces

client:Cursor transport:stdio runtime:npm

Install aigentify in Cursor

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

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

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

aigentify in other clients