# verdigraph MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-jdhart81-verdigraph
- Repository: https://github.com/jdhart81/viridis-agent-fleet

## Install
- Endpoint: https://mcp.viridisconservation.com/verdigraph/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.viridisconservation.com/verdigraph/mcp

## Tools
- 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. Endpoint: https://mcp.viridisconservation.com/verdigraph/mcp
- 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). Endpoint: https://mcp.viridisconservation.com/verdigraph/mcp
- detect_format - Detect which supported agent-file format the content is
    (verdigraph_genome, claude_project_export, openai_assistant,
    prompt_list) before building. Endpoint: https://mcp.viridisconservation.com/verdigraph/mcp
- describe_agent - Return capabilities and input contract. Endpoint: https://mcp.viridisconservation.com/verdigraph/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.jdhart81
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 18, 2026
- Source: https://registry.modelcontextprotocol.io
