Skip to main content
Glama
anderdebona

mcp-autonomous-agent-fabric

by anderdebona

Model Context Protocol (MCP) Autonomous Agent Fabric 👑 🤖

License: MIT TypeScript Version CI/CD

PhD-Grade Model Context Protocol (MCP) Autonomous Agent Fabric: Distributed Cluster Sentinel, DAG Tool Execution Planner, Streaming SSE Multiplexers & Distributed Mesh Routers

Engineered with precision by anderdebona


📌 Executive Summary

This project implements an enterprise Model Context Protocol (MCP) autonomous agent fabric. It enables seamless inter-agent collaboration via bi-directional streaming SSE transports, zero-shot multi-hop tool synthesis graphs, dynamic capability negotiation, and deterministic AST policy interception.


Related MCP server: production-grade-mcp-agentic-system

⚡ What's New in v5.0.0

  • 🌊 StreamingSSETransport: High-throughput chunked SSE multiplexing with backpressure and sequence IDs.

  • 🧩 SemanticToolSynthesizer: Multi-hop directed acyclic graph (DAG) tool synthesis and topological parameter routing.

  • 📡 Studio v5.0.0: Real-time Swarm Radar, multi-hop pipeline traces, and policy governor sandbox.

  • 🧪 23/23 Tests Passing: 100% Vitest coverage for MCP JSON-RPC, SSE streaming, routing, and governance.


🚀 Quickstart & Interactive Studio

git clone https://github.com/anderdebona/mcp-autonomous-agent-fabric.git
cd mcp-autonomous-agent-fabric
npm install
npm test
npm run build
npm start
# Open http://localhost:3008

📄 License & Citation

MIT License © 2026 anderdebona. See CITATION.cff for academic attribution.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    A lightweight and fast MCP server that enables AI agents to efficiently discover and execute tools through progressive disclosure, minimizing context consumption while supporting safe code execution in external environments.
    5 npm
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    A passive MCP server that exposes a toolbox of executable tools (shell, network, HTTP, AI search, SSH, S3 file operations) to autonomous agents via Streamable HTTP, with strong security features including Docker sandboxing and WAF.
    2
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that gives AI agents observability over their own tool calls, enabling auditing, cost tracking, latency analysis, and alerting.
    MIT