Skip to content
VS Code

sdk for VS Code

io.github.bolyra/sdk

TypeScript SDK for mutual ZKP authentication between humans and AI agents.

client:VS Code transport:stdio runtime:npm

Install sdk in VS Code

.vscode/mcp.json

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

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

sdk in other clients