Enterprise-grade distributed AI agent framework | Develop → Deploy → Observe | K8s-native | Dynamic DI | Auto-failover | Multi-LLM | Python + Java + TypeScript
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-mesh": {
"args": [
"-y",
"@mcpmesh/cli"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The future of AI is not one large model, but many specialized agents working together.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @mcpmesh/cli against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / devops
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
MCP server for using the GitLab API
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Mesh and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The future of AI is not one large model, but many specialized agents working together.
📚 Documentation · 🚀 Quick Start · 🎬 YouTube · 💬 Discord
# Install the CLI
npm install -g @mcpmesh/cli
# Explore commands
meshctl --help
# Built-in documentation
meshctl man
Python Quick Start → | Java Quick Start → | TypeScript Quick Start →
You write the agent logic. The mesh discovers, connects, heals, and traces — across languages, machines, and clouds.
Stop fighting infrastructure. Start building intelligence.
meshctl - a familiar command-line tool to run, monitor, and manage your entire agent networkfrom fastmcp import FastMCP
import mesh
app = FastMCP("TripPlanner")
@app.tool()
@mesh.tool(
capability="plan_trip",
dependencies=[
{"capability": "weather", "tags": ["+claude"]},
{"capability": "hotels", "tags": ["+gpt"]},
{"capability": "flights"},
{"capability": "budget",
... [View full README on GitHub](https://github.com/dhyansraj/mcp-mesh#readme)