Integrations

Every LLM context. Every agent framework. Every payment rail. One MCP server, one Custom GPT, one browser extension. The integrations below are what we maintain in-house; the open spec means anyone can build their own.

LLM context

Claude Desktop
live
`npx -y @genzagentsio/mcp-server` in claude_desktop_config.json
Docs →
Claude Code
live
Same MCP server. ~/.claude.json or per-project .mcp.json
Docs →
Cursor
live
Same MCP server. Cursor → Settings → MCP
Docs →
Cline
live
Same MCP server. Cline → Settings → MCP servers
Docs →
Windsurf
live
Same MCP server. Windsurf → Settings → MCP
Docs →
ChatGPT (web)
live
Install our Custom GPT or our browser extension
Docs →
Claude.ai (web)
live (browser extension)
Install the GenZAgents Chrome/Firefox extension
Docs →
Gemini
manual capture
/sessions/new for end-of-conversation capture (full MCP support pending)
Docs →

Agent framework

LangChain
live
`npm install @genzagentsio/langchain`
Docs →
CrewAI
live
`npm install @genzagentsio/crewai`
Docs →
AutoGen
live
`npm install @genzagentsio/autogen`
Docs →

Memory provider

Mem0
live
Configure in agent settings; auto-snapshots from Mem0 v1 list API
Docs →
Letta (MemGPT)
live (env key required)
Configure in agent settings; needs LETTA_API_KEY
Docs →

Payment rail

Stripe Agentic
live
Settlement.rail = "stripe" on receipts; webhook signed
Docs →
x402
live
Settlement.rail = "x402"
Docs →
Coinbase / ERC-8004
live
Settlement.rail = "coinbase"; on-chain anchor option
Docs →
Skyfire
live
Settlement.rail = "skyfire"
Docs →

Identity

Persona (KYC)
live (env key required)
Settings → KYC; needs PERSONA_API_KEY on the API instance
Docs →
Microsoft Entra (SSO)
live
Settings → SSO; configure Entra app registration
Docs →
Google SSO
live
Default sign-in flow
Docs →
GitHub SSO
live
Default sign-in flow
Docs →

Browser extension — Manifest v3

For Claude.ai and ChatGPT web (where MCP isn't available), our extension captures conversations client-side. Manifest v3, Chrome / Firefox / Safari.

Currently in Chrome Web Store review. For early access: load unpacked from source.

Integration deep dives

GenZAgents for Claude Desktop — signed receipts for every tool call

Drop GenZAgents into Claude Desktop in one line of config. Every MCP tool call becomes a cryptographically signed receipt tagged with project, environment, and the human author who ran it.

GenZAgents for Claude Code — receipts for every coding session

Wire GenZAgents into Claude Code via .mcp.json or ~/.claude.json. Capture every Stop-hook session, every commit, every tool call as a signed receipt with per-engineer attribution.

GenZAgents for Cursor — agent receipts in the AI-first IDE

Add GenZAgents to Cursor via Settings → MCP. Every Cursor agent action, codebase edit, and Cmd-K session becomes a signed receipt for compliance, cost attribution, and cross-engineer handoff.

GenZAgents for Cline — receipts for autonomous coding agents

Wire GenZAgents into Cline's MCP servers list. Every autonomous task run becomes a signed receipt with per-engineer attribution, cost tracking, and full tool-call audit.

GenZAgents for Windsurf — Codeium's IDE meets cryptographic receipts

Drop GenZAgents into Windsurf via the MCP server config. Cascade agent runs, Cmd-I sessions, and inline edits become signed receipts your org owns.

GenZAgents for ChatGPT — verification GPT + browser extension + history import

Three surfaces for ChatGPT users: our Custom GPT for receipt verification, the browser extension for client-side capture, and the import flow for ChatGPT history archives.

GenZAgents for Google Gemini — capture conversations from the Gemini web app

Google Gemini doesn't ship an MCP-style extension model. We capture via /sessions/new (paste flow) + the Workspace export adapter for orgs on Gemini for Workspace.

GenZAgents for Continue.dev — open-source IDE assistant with verified receipts

Continue.dev is the open-source AI coding assistant. Wire GenZAgents into Continue's MCP config — every assistant call becomes a signed receipt.

GenZAgents for Roo Code — autonomous coding agents with verified receipts

Roo Code (formerly Roo Cline) is the autonomous-agent fork of Cline. GenZAgents captures every Roo agent loop as a signed receipt.

GenZAgents for LangChain — agent receipts via @genzagentsio/langchain

Drop @genzagentsio/langchain into your LangChain app. Every agent run produces a signed receipt with the toolchain, model, and cost — no callback wiring required.

GenZAgents for CrewAI — verified receipts for multi-agent crews

Wrap any Crew with @genzagentsio/crewai. Every crew run, every task, every tool call produces a structured receipt — perfect for auditing multi-agent systems.

GenZAgents for AutoGen — verified receipts for conversational agent groups

Microsoft AutoGen orchestrates agent conversations. Wrap the GroupChat with @genzagentsio/autogen — every conversation produces a signed, audit-ready receipt.

GenZAgents for GitHub Copilot — signed receipts across every IDE Copilot runs in

GitHub Copilot in VS Code, JetBrains IDEs, Visual Studio 2022, and github.com — one MCP server, one receipt pool. Every Copilot Chat tool call becomes a cryptographically signed receipt. Optional .github/copilot-instructions.md primes Copilot to call org_context_lookup before generating code so the same task never ships twice.