Skip to content
VS Code

aigentify for VS Code

io.github.pooriaarab/aigentify

Audit and generate agent-native product surfaces

client:VS Code transport:stdio runtime:npm

Install aigentify in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

aigentify in other clients