Skip to content
Cursor

athena protocol for Cursor

io.github.n0zer0d4y/athena-protocol

AI tech lead for coding agents with validation and impact analysis

client:Cursor transport:stdio runtime:npm

Install athena protocol in Cursor

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

{
  "mcpServers": {
    "athena-protocol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@n0zer0d4y/athena-protocol"
      ]
    }
  }
}

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

athena protocol in other clients