Skip to content
Claude Desktop

toolmesh for Claude Desktop

io.github.dunkelcloud/toolmesh

Self-hosted MCP gateway. Turn any REST API into MCP tools via YAML (DADL). Authz, audit, policies.

client:Claude Desktop transport:streamable-http

Install toolmesh in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "toolmesh": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{host}:8123/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

toolmesh in other clients