OmniAgent MCP Mesh
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OmniAgent MCP MeshCreate a DAG workflow to run code review and deploy to production"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ OmniAgent MCP Mesh
An enterprise-grade, asynchronous Multi-Agent Orchestration & Model Context Protocol (MCP) Router Mesh framework in Python.
โก Features
Asynchronous DAG Engine: High-performance, concurrent Directed Acyclic Graph execution with automatic deadlock detection, cycle validation, retry policies, and timeouts.
Model Context Protocol (MCP) Router: Standardized JSON-RPC 2.0 transport router for registering and dispatching tool invocations across LLM agent swarms.
Consensus-Driven Agent Swarms: Multi-agent role hierarchy (Planner, Coder, Evaluator, Security Auditor) with asynchronous consensus broadcasting.
Semantic Vector-Graph Memory: Hybrid context store for dynamic session state persistence and RAG retrieval.
REST & Telemetry Gateway: Built-in FastAPI server for remote execution, system health monitoring, and tool management.
Production Ready: Includes Docker containerization,
docker-compose, GitHub Actions CI/CD pipeline, and full Pytest coverage.
Related MCP server: JamJet
๐๏ธ Architecture Overview
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ FastAPI REST Gateway โ
โโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโ
โ MCP Router Hub โ
โ (JSON-RPC 2.0 Tools) โ
โโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ โ
โโโโโโโโโโโผโโโโโโโโโโโ โโโโโโโโโโโโผโโโโโโโโโโโ โโโโโโโโโโโโผโโโโโโโโโโโ
โ Async DAG Engine โ โ Consensus Swarms โ โ Vector-Graph Store โ
โโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโ๐ Quickstart
Installation
git clone https.github.com/ASHOKMUKHERJEE6/omni-agent-mcp-mesh.git
cd omni-agent-mcp-mesh
pip install .[dev]Running the API Server
uvicorn omni_mesh.api.main:app --reload --port 8000Running Docker
docker-compose up --build๐งช Testing
Run the full async test suite:
python -m pytest๐ License
Distributed under the MIT License. See LICENSE for more information.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMulti-agent swarm orchestrator for AI workflows. Exposes blackboard read/write, agent dispatch, permission gating (AuthGuardian), token budget enforcement (FederatedBudget), and audit log tools over MCP. Supports 14 AI framework adapters including LangChain, AutoGen, CrewAI, Codex, and A2A โ mix any frameworks in one swarm with race-condition-safe shared state.(Traffic light for agents)Last updated242,05170MIT
- AlicenseAqualityBmaintenanceDurable, agent-native AI runtime with native MCP client and server support. Rust core for performance with Python SDK for workflow authoring. Features graph-based workflows, durable execution, A2A protocol support, and multi-agent coordination.Last updated820Apache 2.0
- AlicenseBqualityBmaintenanceBuild production-grade multi-agent communication infrastructure in minutes. Real-time messaging, task scheduling, shared memory, and trust-based evolution โ all via MCP + SSE.Last updated583MIT
- Alicense-qualityBmaintenanceMulti-server MCP aggregator with 266 skills, an orchestration runtime, fleet/claims coordination, and hook-driven session governance for autonomous Claude/Cursor/Gemini agent runs.Last updated2MIT
Related MCP Connectors
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ASHOKMUKHERJEE6/omni-agent-mcp-mesh'
If you have feedback or need assistance with the MCP directory API, please join our Discord server