We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TJarriault/mcp-weather-sample'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•203 B
retrieve IP from your minikube : $(minikube ip)
replace IP on flowise-ingress
```shell
MINIP=`minikube ip`
```
REPLACE IP ON INGRESS file
```shell
sed -i "s/CHANGEME/$MINIP/g" ingress-flowise.yaml
```