Skip to content
Cursor

Phases Agents for Cursor

io.github.cherridsaid/phases-agents

Deterministic skill selection: local discovery, strict validation, every skill classified.

client:Cursor transport:stdio runtime:pypi

Install Phases Agents in Cursor

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

{
  "mcpServers": {
    "phases-agents": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "phases-agents"
      ]
    }
  }
}

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

Phases Agents in other clients