Skip to content

Add network-ai — multi-agent orchestration MCP server with blackboard, FSM, and compliance tools#2516

Open
jovanSAPFIONEER wants to merge 2 commits intopunkpeye:mainfrom
jovanSAPFIONEER:add-network-ai
Open

Add network-ai — multi-agent orchestration MCP server with blackboard, FSM, and compliance tools#2516
jovanSAPFIONEER wants to merge 2 commits intopunkpeye:mainfrom
jovanSAPFIONEER:add-network-ai

Conversation

@jovanSAPFIONEER
Copy link

Description

network-ai is an open-source multi-agent orchestration MCP server with a race-condition-safe shared blackboard.

What it does:

  • 20+ MCP tools: blackboard read/write, agent spawn/stop, FSM transitions, budget tracking, token management, audit log query
  • Prevents race conditions when multiple AI agents share state (distributed locking, versioned writes)
  • Works with any MCP client:
    px network-ai-server --port 3001
  • TypeScript/Node.js, MIT license

npm: https://www.npmjs.com/package/network-ai
npm downloads: 2,500+/week

Checklist

  • Entry is in alphabetical order (jovanSAPFIONEER between jaspertvdm and julien040)
  • Entry follows the existing format with correct emoji flags (📇 🏠 🍎 🪟 🐧)
  • Description is concise and accurate
  • MIT licensed, open source
  • Actively maintained (v4.0.7, released within the past month)

Copilot AI review requested due to automatic review settings February 28, 2026 11:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link

Copilot AI Feb 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- [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`.

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants