verdigraph

Verifiable cognition: compile any agent file (Claude project export, OpenAI Assistant config, genome, prompt list) into a deterministic content-addressed…

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • 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.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

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.

Список инструментов сервера (4)

Технические названия из tools/list. Нужны только разработчикам.

build_brainCompile 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_brainMachine-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_formatDetect which supported agent-file format the content is (verdigraph_genome, claude_project_export, openai_assistant, prompt_list) before building.
describe_agentReturn capabilities and input contract.