We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b43a1 commit e8f4688Copy full SHA for e8f4688
Makefile
@@ -56,3 +56,8 @@ mcphost:
56
## inspector: use inspector to run the prometheus-mcp-server
57
inspector:
58
npx @modelcontextprotocol/inspector --config ./mcp.json --server "${BINARY}"
59
+
60
+## open-webui: use open-webui to run the prometheus-mcp-server
61
+open-webui: build
62
+ podman run --rm -d -p 11119:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:main
63
+ uvx mcpo --port 18000 -- "./${BINARY}"
0 commit comments