Skip to content
VS Code

AgentCanary for VS Code

io.github.mrcerq/agentcanary

Retired compatibility stub for AgentCanary MCP. Daily briefs continue on X and Telegram.

client:VS Code transport:stdio runtime:npm

Install AgentCanary in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentcanary": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentcanary-mcp"
      ]
    }
  }
}

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

AgentCanary in other clients