ToolMesh
Rank #6,465io.github.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 #6,465 of 76,851 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. ToolMesh is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 22, 2026 and most recently updated on Apr 28, 2026.
Ranks ahead of 70,386 of 76,851 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 (2 delisted)
dunkelcloud
Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Apr 28, 2026 |
| 0.1.0 | Apr 3, 2026 |
Frequently asked questions
- Who maintains ToolMesh?
- ToolMesh is maintained by dunkelcloud, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is ToolMesh listed on the Official MCP Registry?
- Yes — ToolMesh is listed on the Official MCP Registry, alongside PulseMCP and 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.