Add network-ai — multi-agent orchestration MCP server with blackboard, FSM, and compliance tools#2516
Add network-ai — multi-agent orchestration MCP server with blackboard, FSM, and compliance tools#2516jovanSAPFIONEER wants to merge 2 commits intopunkpeye:mainfrom
Conversation
…, FSM, and compliance tools
There was a problem hiding this comment.
Pull request overview
This PR adds a new entry for jovanSAPFIONEER/Network-AI, a multi-agent orchestration MCP server, to the Aggregators section of the README, placed alphabetically between jaspertvdm/mcp-server-openai-bridge and julien040/anyquery.
Changes:
- Adds a single new list entry to the Aggregators section of
README.md
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.md
Outdated
| - [jaspertvdm/mcp-server-gemini-bridge](https://github.com/jaspertvdm/mcp-server-gemini-bridge) 🐍 ☁️ - Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP. | ||
| - [jaspertvdm/mcp-server-ollama-bridge](https://github.com/jaspertvdm/mcp-server-ollama-bridge) 🐍 🏠 - Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP. | ||
| - [jaspertvdm/mcp-server-openai-bridge](https://github.com/jaspertvdm/mcp-server-openai-bridge) 🐍 ☁️ - Bridge to OpenAI API. Access GPT-4, GPT-4o and other OpenAI models through MCP. | ||
| - [jovanSAPFIONEER/Network-AI](https://github.com/jovanSAPFIONEER/Network-AI) 📇 🏠 🍎 🪟 🐧 - 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`. TypeScript/Node.js. |
There was a problem hiding this comment.
The description ends with "TypeScript/Node.js." which is redundant — the 📇 emoji in the legend already means "TypeScript (or JavaScript) codebase". No other entry in the Aggregators section (or elsewhere in the file) appends the programming language in plain text after using the emoji indicator. This trailing text should be removed to remain consistent with the established format.
| - [jovanSAPFIONEER/Network-AI](https://github.com/jovanSAPFIONEER/Network-AI) 📇 🏠 🍎 🪟 🐧 - 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`. TypeScript/Node.js. | |
| - [jovanSAPFIONEER/Network-AI](https://github.com/jovanSAPFIONEER/Network-AI) 📇 🏠 🍎 🪟 🐧 - 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`. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Description
network-ai is an open-source multi-agent orchestration MCP server with a race-condition-safe shared blackboard.
What it does:
px network-ai-server --port 3001
npm: https://www.npmjs.com/package/network-ai
npm downloads: 2,500+/week
Checklist