Skip to main content
Glama

Inspektor Gadget MCP Server

rbac-read-only.yaml658 B
apiVersion: v1 kind: ServiceAccount metadata: name: ig-mcp-server-sa namespace: gadget --- apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: namespace: gadget name: ig-mcp-server-role rules: - apiGroups: [ "" ] resources: [ "pods/portforward" ] verbs: [ "create" ] - apiGroups: [ "" ] resources: [ "pods"] verbs: [ "list" ] --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: ig-mcp-server-binding namespace: gadget subjects: - kind: ServiceAccount name: ig-mcp-server-sa namespace: gadget roleRef: kind: Role name: ig-mcp-server-role apiGroup: rbac.authorization.k8s.io

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/inspektor-gadget/ig-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server