io.github.jdhart81/agent-provenance
io.github.jdhart81/agent-provenanceGenesis certificates, lineage, and cascading recalls: birth certificates + bloodlines for the agent
Tools · 11
Register an agent's birth. Issues a content-addressed genesis certificate with a strictly monotone index (epoch 0 = the founding cohort). parent_id records lineage; children of recalled/quaran…
Fetch an agent's genesis certificate + recall/quarantine status.
Verify a certificate: recompute its content hash and check the ledger.
Full ancestry and descendants of an agent, plus its generation number.
Recall an agent: flags it and quarantines every transitive descendant. Reports exactly which agents were quarantined.
List genesis records, optionally by epoch (0 = founding cohort).
Register a content-addressed artifact in a separate provenance DAG. Parent hashes may be registered artifacts or external content roots. Idempotent on artifact_id; does not consume a genesis i…
Fetch one registered artifact by artifact_id.
Recompute an artifact record hash and verify it against the DAG ledger.
List artifacts, optionally filtered by producer agent.
Fleet-standard self-description.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.jdhart81/agent-provenance": {
"url": "https://mcp.viridisconservation.com/provenance/mcp",
"transport": "streamable-http"
}
}
}