Public TypeScript packages, local MCP server, conformance fixtures, and agent skill for Burnerform.
Burnerform lets humans and agents create encrypted forms, collect responses, and burn the form when it is finished—without accounts or API keys.
@burnerform/core— canonical schemas, API contracts, and browser-compatible cryptography.@burnerform/sdk— TypeScript client and local encrypted custody for complete form lifecycles.@burnerform/mcp— local stdio MCP server built on the SDK.skills/burnerform— installable Burnerform skill for supported coding agents.
pnpm add @burnerform/sdkFor MCP clients:
pnpm dlx @burnerform/mcpSee the Burnerform documentation for setup, examples, custody, recovery, and lifecycle guidance.
Use Node.js 24 and pnpm 11.
pnpm install --frozen-lockfile
pnpm format
pnpm lint
pnpm typecheck
pnpm test
pnpm conformance
pnpm packages:check
pnpm skill:check
pnpm mcp:smokeResponses are encrypted before upload. Secrets and passwords used by the SDK and MCP server remain in local custody. Read the security and custody guide and report suspected vulnerabilities privately through the contact method on burnerform.com/security.
Apache-2.0.