Glossary

MCP server — Model Context Protocol server

An **MCP server** is a server that implements the Model Context Protocol. MCP-compatible hosts (Claude Desktop, Cursor, Cline, Windsurf) connect to MCP servers to expose external tools to the AI model.

GenZAgents MCP server

@genzagentsio/mcp-server. Exposes 16 tools: draft_receipt, verify_receipt, restore_chat, org_context_lookup, snapshot_agent_memory, transfer_agent, and more.

Transport

stdio (default — host launches the server as a subprocess) or HTTP (server runs long-running).

Why MCP server pattern

Write the server once; every MCP-compatible host gets it for free. Standardisation lets us scale integrations across the AI tool ecosystem.

Install

`npx -y @genzagentsio/mcp-server` in your host's MCP config. See /mcp.

Related

Get the trust layer for your AI work

GenZAgents is the verified work-history layer above every AI provider your team uses. Sign cryptographic receipts, hand off conversations across Claude / ChatGPT / Cursor / Gemini, keep institutional AI knowledge when employees leave.

Last reviewed · 2 min read· Open spec· Changelog