Jovancoding/Network-AI
🔌 MCP ServerJovancoding
Multi-agent orchestration MCP server with race-condition-safe shared blackboard and 20+ tools for agent control.
Network-AI is a multi-agent orchestration MCP server designed for building and managing collaborative AI agent systems. It provides a race-condition-safe shared blackboard that enables multiple agents to read and write data concurrently without data corruption. The server exposes over 20 MCP tools covering essential orchestration capabilities: blackboard operations (read/write/delete), agent lifecycle management (spawn, stop, list), finite state machine transitions, budget and token tracking for resource management, and comprehensive audit logging. This makes it suitable for complex multi-agent workflows where agents need to share state and coordinate actions safely. The server is easy to deploy via npx and configurable with ports.
💡Highlights
- ├─Race-condition-safe shared blackboard
- ├─20+ MCP orchestration tools
- └─Built-in budget & token tracking
🎯For
- ├─AI Developers
- ├─Multi-Agent Architects
- └─MCP Contributors