MCP Server
MCP
io.github.DunkelCloud/toolmesh
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
By
Comments
Sign in to leave a comment