Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jdhart81/verdigraph

io.github.jdhart81/verdigraph

Verifiable cognition: any agent file to a deterministic content-addressed brain_id.

Uptime
100.0%
1 direct probes · 30d
Response
592ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

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

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 th…

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.

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"
    }
  }
}