Evolvable, quality-proven agentic graphs — a registry of verified multi-agent workflows (AGR v1): validator, eval harness, mutation layer, LangGraph adapter, MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agenticgraphs": {
"command": "uvx",
"args": [
"agenticgraphs"
]
}
}
}
Run in terminal:
claude mcp add agenticgraphs uvx agenticgraphs
Add to .cursor/mcp.json:
{
"mcpServers": {
"agenticgraphs": {
"command": "uvx",
"args": [
"agenticgraphs"
]
}
}
}
Or install with pip: pip install agenticgraphs