io.github.jdhart81/verdigraph
io.github.jdhart81/verdigraphVerifiable cognition: any agent file to a deterministic content-addressed brain_id.
Tools · 4
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.…
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 th…
Detect which supported agent-file format the content is (verdigraph_genome, claude_project_export, openai_assistant, prompt_list) before building.
Return capabilities and input contract.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.jdhart81/verdigraph": {
"url": "https://mcp.viridisconservation.com/verdigraph/mcp",
"transport": "streamable-http"
}
}
}