← Back to Plugins
MCP Server MCP

io.github.DunkelCloud/toolmesh

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{host}:8123/mcp",
      "variables": {
        "host": {
          "description": "Hostname or IP of your ToolMesh instance",
          "isRequired": true,
          "format": "string",
          "placeholder": "toolmesh.example.com"
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...