Skip to content
VS Code

autron core for VS Code

io.github.hungnguyenhtbvn-max/autron-core

Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow

client:VS Code transport:stdio runtime:npm

Install autron core in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "autron-identity",
      "description": "AUTRON_IDENTITY",
      "password": true
    }
  ],
  "servers": {
    "autron-core": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@autron/core"
      ],
      "env": {
        "AUTRON_IDENTITY": "${input:autron-identity}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

autron core in other clients