# AffixIO SDK — LLM mirror # Base: https://www.affix-io.com/git-sdk/ > Public filesystem mirror of the AffixIO Node SDK checkout for tooling and LLM retrieval. > No API key required. node_modules, .git, and env files are not served. ## Start here - [README](https://www.affix-io.com/git-sdk/README.md) - [CHANGELOG](https://www.affix-io.com/git-sdk/CHANGELOG.md) - [package.json](https://www.affix-io.com/git-sdk/package.json) ## Code surface - [dist/](https://www.affix-io.com/git-sdk/dist/) — published JS + .d.ts - [examples/](https://www.affix-io.com/git-sdk/examples/) — agentic pay, MCP gate, yesno demo - [circuits/](https://www.affix-io.com/git-sdk/circuits/) — bundled circuit assets ## Notes for agents - SpendJournal / CodeUseStore are single-device; dual offline admits are not conflict-surfaced in-SDK. - Offline queue flush syncs proofs (verify/attest/Merkle), not multi-gate spend merge conflicts. ## Sticky MCP connect - One-liner: `npx affixio mcp` (same as `npx affix-sdk mcp`) - Wires Cursor `~/.cursor/mcp.json` (and project `.cursor/mcp.json` when present) to `https://www.affix-io.com/mcp/` - Subcommands: install (default), status, remove, print; flags: --dry-run, --project, --url, --stdio, --open - OAuth stays in AffixIO Hub — CLI writes client config only ## Legacy alias - Older URL with /private/ still works: https://www.affix-io.com/git-sdk/private/ - Former API-host mirror redirects here from https://api.affix-io.com/git-sdk/