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.