Skip to main content
Glama

Inspektor Gadget MCP Server

.golangci.yml848 B
version: "2" run: go: 1.24.4 linters: default: none enable: - errorlint - staticcheck settings: errorlint: errorf: true asserts: true comparison: true staticcheck: checks: - all exclusions: generated: lax rules: # Ignore check: Packages must have a package comment - linters: - staticcheck text: 'ST1000: at least one file in a package should have a package comment' # Ignore rule about ID vs Id: https://github.com/golang/lint/issues/89 - linters: - staticcheck text: 'ST1003:' issues: max-issues-per-linter: 0 max-same-issues: 0 formatters: enable: - gofumpt - goimports settings: goimports: local-prefixes: - github.com/inspektor-gadget/ig-mcp-server exclusions: generated: lax

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