Skip to content
Windsurf

grad-agent for Windsurf

io.github.i-ninte/grad-agent

Autonomous MCP agent for grad school applications: prof discovery, cold emails, SOP, tracking.

client:Windsurf transport:stdio runtime:pypi

Install grad-agent in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "grad-agent": {
      "command": "uvx",
      "args": [
        "grad-agent"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "SMTP_SERVER": "<SMTP_SERVER>",
        "SMTP_PORT": "<SMTP_PORT>",
        "SMTP_USERNAME": "<SMTP_USERNAME>",
        "SMTP_PASSWORD": "<SMTP_PASSWORD>",
        "SMTP_FROM": "<SMTP_FROM>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "HF_TOKEN": "<HF_TOKEN>",
        "GRAD_AGENT_HOME": "<GRAD_AGENT_HOME>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

grad-agent in other clients