Mesh
Freeby MCP Community
MCP Mesh - Self-hostable MCP Gateway for managing AI connections and tools
v2.156.0Added Apr 12, 2026
mcpmodel-context-protocolaigatewayself-hosted
Mesh MCP Server
MCP Mesh - Self-hostable MCP Gateway for managing AI connections and tools
Installation
Reviews
Installation
Quick install
npx -y @decocms/mesh
Add to claude_desktop_config.json
{
"mcpServers": {
"mesh": {
"command": "npx",
"args": ["-y", "@decocms/mesh"]
}
}
}