ToolMesh
Rank #5,521io.github.DunkelCloud/toolmesh
MCP gateway to REST APIs with authorization, credential injection, audit, and output policies.
ToolMesh is a Model Context Protocol (MCP) server published by dunkelcloud. It ranks #5,521 of 115,460 servers tracked on MCP Toplist, and its repository has 6 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 109,939 of 115,460 servers on MCP Toplist.
Use ToolMesh
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http toolmesh https://{host}:8123/mcp[mcp_servers.toolmesh]
url = "https://{host}:8123/mcp"Add to ~/.codex/config.toml.
https://{host}:8123/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"toolmesh": {
"url": "https://{host}:8123/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"toolmesh": {
"type": "http",
"url": "https://{host}:8123/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"toolmesh": {
"serverUrl": "https://{host}:8123/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"toolmesh": {
"url": "https://{host}:8123/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.DunkelCloud%2Ftoolmesh)<a href="https://mcptoplist.com/server/io.github.DunkelCloud%2Ftoolmesh"><img src="https://mcptoplist.com/badge/io.github.DunkelCloud%2Ftoolmesh.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
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.