Skip to content
Cursor

autron core for Cursor

io.github.hungnguyenhtbvn-max/autron-core

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

client:Cursor transport:stdio runtime:npm

Install autron core in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "autron-core": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@autron/core"
      ],
      "env": {
        "AUTRON_IDENTITY": "<AUTRON_IDENTITY>"
      }
    }
  }
}

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

autron core in other clients