ToolMesh
Rank #6888glama/DunkelCloud/ToolMesh
ToolMesh is an Apache-2.0, self-hosted MCP gateway written in Go that sits between AI agents and backend systems. It enforces a fail-closed pipeline on every tool call, including per-tool and per-user authorization, server-side credential injection, structured audit logging, and output policies. APIs are declared in YAML with DADL, turning REST endpoints into MCP tools without writing a custom MCP
ToolMesh is a Model Context Protocol (MCP) server published by DunkelCloud. It ranks #6888 of 58,832 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. ToolMesh is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Apr 3, 2026 and most recently updated on Apr 28, 2026.
Ranks ahead of 51,944 of 58,832 servers on MCP Toplist.
Use ToolMesh
Add ToolMesh to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"toolmesh": {
"url": "https://{host}:8123/mcp"
}
}
}Listed on 1 registry (1 delisted)
DunkelCloud
Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Apr 28, 2026 |
| 0.1.0 | Apr 3, 2026 |
Frequently asked questions
- What is ToolMesh?
- ToolMesh is an Apache-2.0, self-hosted MCP gateway written in Go that sits between AI agents and backend systems. It enforces a fail-closed pipeline on every tool call, including per-tool and per-user authorization, server-side credential injection, structured audit logging, and output policies. APIs are declared in YAML with DADL, turning REST endpoints into MCP tools without writing a custom MCP
- Who maintains ToolMesh?
- ToolMesh is maintained by DunkelCloud, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is ToolMesh an official MCP server?
- Yes — ToolMesh is listed on the Official MCP Registry, alongside Glama.
- How many versions does ToolMesh have?
- MCP Toplist tracks 2 versions of ToolMesh, most recently published on Apr 28, 2026.
- Where can I find the source code for ToolMesh?
- The source code for ToolMesh is hosted at github.com/DunkelCloud/ToolMesh.