agent-graph-mcp 0.3.0

Run 9 agents at once — MCP server for graph-orchestrated LLM workflows with parallel fan-out (up to 16 nodes), checkpoint/resume, HITL approvals, HMAC receipts
Documentation
{
  "name": "@recursiveintell/agent-graph-mcp",
  "version": "1.0.3",
  "description": "Run 9 agents at once — MCP server for graph-orchestrated LLM workflows with parallel fan-out (up to 16 nodes), checkpoint/resume, HITL approvals, and HMAC receipts",
  "bin": {
    "agent-graph-mcp": "bin/agent-graph-mcp.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "agent-orchestration",
    "graph-workflow",
    "llm-pipeline",
    "rust",
    "langgraph",
    "parallel-execution",
    "lobehub"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/RecursiveIntell/agent-graph-mcp.git"
  },
  "homepage": "https://github.com/RecursiveIntell/agent-graph-mcp",
  "dependencies": {}
}