Odel
grad-agent

grad-agent

Local
@i-ninte4PythonUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgrad-agentv0.2.5

Run

uvx grad-agent

MCP client config

{
  "mcpServers": {
    "grad-agent": {
      "command": "uvx",
      "args": [
        "grad-agent"
      ]
    }
  }
}