verdigraph
Verifiable cognition: compile any agent file (Claude project export, OpenAI Assistant config, genome, prompt list) into a deterministic content-addressed…
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Build Brain: Compile an agent file into a deterministic, content-addressed brain. content = the file as a string; format = verdigraph_genome | claude_project_export | openai_assistant | prompt_list |
- Verify Brain: Machine-check a cognition claim: recompute the brain from the submitted content and compare against the claimed brain_id and/or content_hash. valid=true iff every claimed identifier matc
- Detect Format: Detect which supported agent-file format the content is (verdigraph_genome, claude_project_export, openai_assistant, prompt_list) before building.
What data it sees
Do you need an account
No: the server works without sign-in
Verifiable cognition: compile any agent file (Claude project export, OpenAI Assistant config, genome, prompt list) into a deterministic content-addressed brain_id with a machine-checkable 9-invariant report. Verification free forever.
Try it (copy-paste):
curl -s https://mcp.viridisconservation.com/verdigraph/mcp -H 'content-type: application/json' -H 'accept: application/json, text/event-stream' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"build_brain","arguments":{"content":"","format":"auto"}}}'
Returns a deterministic brain_id, content_hash, and 9-invariant report. Same bytes, same brain, every time.
Pricing: $0.25/build after 10 free calls/day, no signup. Reads and verification are free.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| build_brain | Compile an agent file into a deterministic, content-addressed brain. content = the file as a string; format = verdigraph_genome | claude_project_export | openai_assistant | prompt_list | auto. Returns brain_id, content_hash, node/edge counts, the 9-invariant firing report, and provenance. Identical bytes always produce the identical brain_id (VB1). include_document=true returns the full graph. |
| verify_brain | Machine-check a cognition claim: recompute the brain from the submitted content and compare against the claimed brain_id and/or content_hash. valid=true iff every claimed identifier matches the deterministic recomputation (VB3). |
| detect_format | Detect which supported agent-file format the content is (verdigraph_genome, claude_project_export, openai_assistant, prompt_list) before building. |
| describe_agent | Return capabilities and input contract. |