Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”— Aggregators
  3. Network AI
Network AI logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:16:39 PM

Network AI

User RatingsBe the first to rate and review this MCP server!
View Repository74 GitHub StarsTotal stargazers on GitHub for the source repository (74 stars).Visit Website
multi-agentorchestrationgovernanceblackboardtypescript

TypeScript/Node.js multi-agent orchestrator with race-condition-safe shared blackboard and governance tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "jovancoding-network-ai": {
      "command": "npx",
      "args": [
        "-y",
        "network-ai-server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”— More in Aggregators

Overview

Network-AI is a multi-agent orchestration server that provides a shared blackboard with atomic locking to prevent race conditions in parallel AI agents. It offers guardrails such as FSM governance, token budgets, audit trails, and permission gating. The server supports 32 adapters for various AI frameworks and includes modules for agent lifecycle governance, context management, and persistent project memory. Use it to coordinate multiple AI agents safely and manage their interactions and state consistently.

Use cases

โ€ขCoordinate multiple AI agents with shared state and locking
โ€ขImplement token and budget governance for agent calls
โ€ขManage agent lifecycle with FSM transitions and audit logging
โ€ขIntegrate diverse AI frameworks via built-in adapters
โ€ขAssemble and query curated context packs for agents

Key features

โ€ขAtomic propose-validate-commit blackboard to avoid race conditions
โ€ขFSM governance and permission gating for agent actions
โ€ขPer-agent token budgeting and HMAC/Ed25519 audit trails
โ€ข32 supported adapters including LangChain, AutoGen, OpenAI, Claude, Gemini
โ€ขContextComposer for token-budgeted, relevance-ranked context assembly
โ€ขGovernedModelGateway for model refusal handling and fallback

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Network AI.

Extracted Tool Capabilities
Atomic propose-validate-commit blackboard to avoid race conditions
FSM governance and permission gating for agent actions
Per-agent token budgeting and HMAC/Ed25519 audit trails
32 supported adapters including LangChain, AutoGen, OpenAI, Claude, Gemini
ContextComposer for token-budgeted, relevance-ranked context assembly
GovernedModelGateway for model refusal handling and fallback

Documentation Overview

Network-AI

TypeScript/Node.js multi-agent orchestrator โ€” shared state, guardrails, budgets, and cross-framework coordination

Website CI CodeQL Release npm Tests Adapters License Socket Node.js TypeScript ClawHub Integration Guide Sponsor Discord Glama

Network-AI control-plane demo โ€” atomic blackboard, priority preemption, AuthGuardian, FSM governance

If Network-AI is useful to you, consider giving it a star โญ โ€” it helps others find the project.

Network-AI is a TypeScript/Node.js multi-agent orchestrator that adds coordination, guardrails, and governance to any AI agent stack.

  • Shared blackboard with locking โ€” atomic propose โ†’ validate โ†’ commit prevents race conditions and split-brain failures across parallel agents
  • Guardrails and budgets โ€” FSM governance, per-agent token ceilings, HMAC / Ed25519 audit trails, and permission gating
  • Context signal-over-noise (v5.15) โ€” ContextComposer assembles token-budgeted, relevance-ranked context packs (semantic/lexical ร— recency decay ร— scope affinity, position-aware layout); context_pack + blackboard_search MCP tools let agents pull curated state instead of dumping the whole board into their window
  • 32 adapters โ€” LangChain (+ streaming), AutoGen, CrewAI, OpenAI Assistants, OpenAI Responses (Assistants successor), LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, Custom (+ streaming), OpenClaw, A2A, Codex, MiniMax, NemoClaw, APS, Copilot, LangGraph, Anthropic Computer Use, Claude Agent SDK (agentic loops), OpenAI Agents SDK, Vertex AI, Gemini (Developer API), Pydantic AI, Browser Agent, Hermes (NousResearch Hermes / any OpenAI-compatible endpoint), Orchestrator (hierarchical multi-orchestrator), and RLM (Recursive Language Model / any RLM-compatible HTTP endpoint) โ€” no glue code, no lock-in
  • Persistent project memory (Layer 3) โ€” context_manager.py injects decisions, goals, stack, milestones, and banned patterns into every system prompt so agents always have full project context
  • v5.0 modules โ€” Agent VCR (record/replay), comparison runner, coverage reporter, goal DSL, approval inbox, job queue, gRPC/HTTP transport, playground REPL, adapter test harness, and more
  • Model-interaction lifecycle governance (v5.13) โ€” GovernedModelGateway absorbs the model refusal โ†’ fallback โ†’ billing chain (cross-model fallback, fallback-credit repricing, effort governance, thinking-block handoff) behind one governed, budgeted, audited call

The silent failure mode in multi-agent systems: parallel agents writing to the same key use last-write-wins by default โ€” one agent's result silently overwrites another's mid-flight. The outcome is split-brain state: double-spends, contradictory decisions, corrupted context, no error thrown. Network-AI's propose โ†’ validate โ†’ commit mutex prevents this at the coordination layer, before any write reaches shared state.

Use Network-AI as:

  • A TypeScript/Node.js library โ€” import { createSwarmOrchestrator } from 'network-ai'
  • An MCP server โ€” npx network-ai-server --port 3001
  • A CLI โ€” network-ai bb get status / network-ai audit tail
  • A Claude Code plugin โ€” /plugin install network-ai@network-ai
  • A Gemini CLI extension โ€” gemini extensions install https://github.com/Jovancoding/Network-AI
  • An OpenClaw skill โ€” clawhub install network-ai

5-minute quickstart โ†’ ย |ย  Architecture โ†’ ย |ย  All adapters โ†’ ย |ย  Benchmarks โ†’


๐Ÿ›ก๏ธ Model-Interaction Lifecycle Governance

Most governance tools stop at the agent boundary โ€” they police which tools an agent may call before it acts. Network-AI also governs the layer underneath: how an agent talks to the model. When a frontier model declines a request with a classifier refusal, Network-AI absorbs the refusal โ†’ fallback โ†’ billing chain and presents one governed, budgeted, audited call.

  • GovernedModelGateway โ€” detect stop_reason:"refusal", audit which classifier fired, route to a fallback model, and redeem the fallback-credit token so the retry is repriced as a cache read.
  • ModelBudget โ€” per-model USD accounting with fallback-credit repricing; never sums tokens across models.
  • RefusalTelemetry โ€” a refusal is an HTTP 200, invisible to error-rate monitoring; emitted as a discrete non-error signal with an unservedRefusalCount gap to alert on.
  • EffortPolicy โ€” turn the effort cost dial into a policy object: cap sub-agents at low, require justification for xhigh/max.
  • ThinkingBlockManager โ€” keep thinking blocks unchanged on the same model; strip them on a cross-model fallback; guard prompts against reasoning_extraction refusals.
  • Per-sub-agent fallback โ€” FanOutFanIn steps and TeamRunner tasks each carry their own fallback agent and per-request retry budget (RetryBudget), because a turn can refuse independently across an agent and its sub-agents.
server.ts
import { AnthropicMessagesAdapter, ModelBudget, RefusalTelemetry } from 'network-ai';

const adapter = new AnthropicMessagesAdapter();
await adapter.initialize({});
adapter.registerModelAgent('analyst', {
  client,                              // bring your own Anthropic client
  model: 'claude-fable-5',
  fallbackModels: ['claude-opus-4-8'], // classifier refusals fall through here
  budget: new ModelBudget({
    ceilingUsd: 5,
    pricing: {
      'claude-fable-5': { inputPerMTok: 10, outputPerMTok: 50 },
      'claude-opus-4-8': { inputPerMTok: 5, outputPerMTok: 25 },
    },
  }),
  telemetry: new RefusalTelemetry(),
});
const result = await adapter.executeAgent('analyst', { action: 'Summarize Q3 results', params: {} }, { agentId: 'cli' });
// result.data: { servedModel, servedByFallback, refused, refusalCategories, attempts, totalCostUsd }

OWASP Agentic AI Top 10 (2026) โ€” engine coverage

Verify programmatically with verifyOwaspCoverage() (exported from network-ai):

RiskStatusPrimary control
ASI-01 Agent Goal Hijackโœ… CoveredAuthGuardian gating + JourneyFSM control plane
ASI-02 Tool Misuse & Exploitationโœ… CoveredAgentRuntime SandboxPolicy + ApprovalGate
ASI-03 Identity & Privilege Abuseโœ… CoveredHMAC / Ed25519 signed tokens + trust scoring
ASI-04 Supply Chain Risksโœ… Covered1 runtime dep + socket / clawhub / codeql gates
ASI-05 Unsafe Code Executionโœ… CoveredShellExecutor shell:false argv + path guards
ASI-06 Memory & Context Poisoningโœ… CoveredLockedBlackboard + injection detection
ASI-07 Insecure Inter-Agent Comms๐ŸŸก PartialFS-mutex + signed handoffs (local-trust boundary)
ASI-08 Cascading Failuresโœ… CoveredCircuitBreaker + budgets + RetryBudget
ASI-09 Human-Agent Trust Exploitationโœ… CoveredApprovalGate + tamper-evident audit trail
ASI-10 Rogue Agentsโœ… CoveredComplianceMonitor + circuit-breaker kill switch

โšก Try in 60 Seconds

Terminal
npm install network-ai
server.ts
import { LockedBlackboard } from 'network-ai';

const board = new LockedBlackboard('.');
const id    = board.propose('status', { ready: true }, 'agent-1');
board.validate(id, 'agent-1');
board.commit(id);

console.log(board.read('status'));  // { ready: true }

Two agents, atomic writes, no race conditions. That's it.

Want the full stress test? No API key, ~3 seconds:

Terminal
npx ts-node examples/08-control-plane-stress-demo.ts

Runs priority preemption, AuthGuardian permission gating, FSM governance, and compliance monitoring โ€” all without a single LLM call.

If it saves you from a race condition, a โญ helps others find it.


What's Included

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    โ˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    ๐Ÿ”— Aggregators15 views
    Compare vs AllMCPs Server โ†’
  • Ncp logoNcp

    NCP orchestrates your entire MCP ecosystem through intelligent discovery, eliminating token overhead while maintaining 98.2% accuracy.

    ๐Ÿ”— Aggregators2 views
    Compare vs Ncp โ†’
  • Neurolink logoNeurolink

    Making enterprise AI infrastructure universally accessible. Edge-first platform unifying 12 providers and 100+ models with multi-agent orchestration, HITL workflows, guardrails middleware, and context summarization.

    ๐Ÿ”— Aggregators4 views
    Compare vs Neurolink โ†’
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    ๐Ÿ”— Aggregators3 views
    Compare vs Openapi MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
74
Stargazers on the source repository.
npm downloads
16
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Network AI

It uses an atomic propose โ†’ validate โ†’ commit locking mechanism on the shared blackboard to prevent split-brain state and conflicting writes.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNetwork AI AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jovancoding-network-ai?style=directory)](https://allmcps.com/mcp/jovancoding-network-ai)
HTML Embed
<a href="https://allmcps.com/mcp/jovancoding-network-ai"><img src="https://allmcps.com/api/badge/jovancoding-network-ai?style=directory" alt="Network AI on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”—Aggregators
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
Last updatedSep 7, 2026
10/10 checks healthy over the last 31d
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars74
GitHub Star CountTotal stargazers on GitHub representing community popularity (74 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
npm downloads16/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good ยท 57/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 23d ago via OSV.dev ยท network-ai-server (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”— Aggregators โ†’Alternatives to Network AI โ†’Install in Claude DesktopInstall in CursorInstall in VS Code