Network-AI
TypeScript multi-agent orchestrator with shared state, guardrails, and an MCP server.
Install
npx network-ai-server --port 3001
Add this to your Claude Code MCP settings or run via the CLI.
About
Network-AI is a TypeScript/Node.js multi-agent orchestrator for coordinating AI agents with shared state, guardrails, budgets, and audit trails. The repository includes an MCP server mode, exposed in the README as `npx network-ai-server --port 3001`, along with a CLI and library APIs. It also documents Claude Code plugin installation and other integrations, but the core project is broader agent orchestration rather than a Claude Code-specific resource. Its main features include an atomic shared blackboard, governance controls, context packing, and adapters for many agent frameworks. The README positions it as infrastructure for cross-framework agent coordination and model-interaction lifecycle governance.