We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZanzyTHEbar/mcp-memory-libsql-go'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
prometheus_stub.go•159 B
//go:build noprom
package metrics
// When built with -tags noprom, provide a stub that does nothing.
func enablePrometheus(addr string) error { return nil }