MCP server

Planned

Let a compatible AI client run Molthood workflows directly and read the evidence.

What it is
A server exposing Molthood executions as tools an assistant can call.
Why it matters
Today an assistant can describe what an analysis would find. Through MCP it performs the analysis and reads what was actually established, including what could not be checked.
What it will enable
  • Execute
  • Read evidence
  • Fetch artifacts
  • List providers

Configuration

How a compatible client will point at the server.

mcp.jsonillustrative
{
  "mcpServers": {
    "molthood": {
      "command": "npx",
      "args": ["-y", "@molthood/mcp"],
      "env": { "MOLTHOOD_API_KEY": "mk_live_..." }
    }
  }
}

Transport and clients

Planned support.

stdioHTTPClaudeCursorVS CodeAny MCP client

Not available yet

No server is published and no endpoint accepts connections.

There is nothing to configure here yet.