Skip to content
VS Code

AIRAS for VS Code

io.github.airas-org/airas

Automated AI research toolkit: hypothesis generation, experiments, and paper writing

client:VS Code transport:stdio runtime:pypi

Install AIRAS in VS Code

.vscode/mcp.json

{
  "servers": {
    "airas": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "airas"
      ]
    }
  }
}

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

AIRAS in other clients