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
{
"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