Skip to main content
Glama
reader.go256 B
package io import ( "io" ) // ReadSeekNopCloser wraps an io.ReadSeeker with an additional Close method // that does nothing. type ReadSeekNopCloser struct { io.ReadSeeker } // Close does nothing. func (ReadSeekNopCloser) Close() error { return nil }

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/mozillazg/kube-audit-mcp'

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