Skip to content
VS Code

athena protocol for VS Code

io.github.n0zer0d4y/athena-protocol

AI tech lead for coding agents with validation and impact analysis

client:VS Code transport:stdio runtime:npm

Install athena protocol in VS Code

.vscode/mcp.json

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

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

athena protocol in other clients