Skip to content
Cursor

astracipher for Cursor

io.github.san-techie21/astracipher

Cryptographic identity for AI agents: W3C DIDs, Verifiable Credentials, post-quantum crypto

client:Cursor transport:stdio runtime:npm

Install astracipher in Cursor

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

{
  "mcpServers": {
    "astracipher": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@astracipher/core"
      ]
    }
  }
}

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

astracipher in other clients