Skip to content
VS Code

astracipher for VS Code

io.github.san-techie21/astracipher

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

client:VS Code transport:stdio runtime:npm

Install astracipher in VS Code

.vscode/mcp.json

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

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

astracipher in other clients