For integrators
You are wiring SEIF into another system — an editor, an agent framework, or a provenance pipeline. Connect over MCP and the CLI, then verify.
You want SEIF inside another system: an IDE, an agent framework, or a pipeline that needs verifiable provenance. SEIF exposes the same protocol two ways — a CLI for scripts and a Model Context Protocol (MCP) server for AI tools.
1. Connect over MCP
The MCP server gives any compatible AI tool the SEIF toolset — grounding, memory, governance, provenance — as first-class tools. This is the fastest way to make an agent SEIF-aware.
2. Wire it into your AI tool
Connect SEIF to the editor or agent you already use, so sessions ground, remember, and sign without leaving the tool.
3. Emit verifiable provenance
Every artifact your system produces can carry a signed, timestamped Evidence record, addressable by a public URL and verifiable by anyone.
4. Drive it from scripts
Anything the tools expose, the CLI exposes too. Build SEIF into CI, hooks, or any automation.
The CLI, MCP, and API references are generated directly from the binary and are always current.