Jovancoding/Network-AI
[](https://glama.ai/mcp/servers/Jovancoding/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`.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide β Connected Apps: Jovancoding/Network-AI Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-jovancoding-network-ai
Configuration
{
"mcpServers": {
"jovancoding-network-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jovancoding-network-ai"
],
"env": {}
}
}
}