Skip to content
VS Code

agent q for VS Code

io.github.stelis-dev/agent-q

Local MCP server for requesting signatures from Agent-Q Firmware.

client:VS Code transport:stdio runtime:npm

Install agent q in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-q": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stelis/agent-q"
      ]
    }
  }
}

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

agent q in other clients