Jovancoding/Network-AI
Verified
Summary
Multi agent orchestration MCP server with race condition safe shared blackboard. 20+ MCP tools: blackboard read/write, agent spawn/stop, FSM transitions, budget tracking, token management, and audit log query. `npx network ai server port 3001`.
Links
Install instructions
Add to Cursor
Where to put this
Merge into the existing file if needed. Top-level key: mcpServers.
Global
Linux / macOS
~/.cursor/mcp.jsonWindows
%USERPROFILE%\.cursor\mcp.jsonProject
Linux / macOS
<project_folder>/.cursor/mcp.jsonWindows
<project_folder>\.cursor\mcp.json{
"mcpServers": {
"jovancoding-network-ai": {
"command": "npx",
"args": [
"-y",
"Network-AI"
]
}
}
}Replace placeholder values with secrets from your environment. Confirm the package name in the repository README; the catalog uses a best-guess npx -y target when registry metadata is not available.
Transport
stdio
Metadata
- Primary category
- Aggregator & Multi-tool
- Popularity (composite)
- 85.0 / 100
- GitHub stars
- 29
- Tags
- AggregatorsAggregator & Multi toolmultiagentorchestrationmcpserverwithracecondition