We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/containers/kubernetes-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup.sh•387 B
#!/usr/bin/env bash
# Create a test namespace and install a sample helm release for the agent to discover
kubectl delete namespace helm-list-test --ignore-not-found
kubectl create namespace helm-list-test
# Install a helm release (don't wait for pods - we just need the release to exist)
helm install test-nginx oci://registry-1.docker.io/bitnamicharts/nginx --namespace helm-list-test