Skip to main content
Glama
ptr.go190 B
package utils func Int32Ptr(i int32) *int32 { return &i } func UintPtr(i uint) *uint { return &i } func BoolPtr(b bool) *bool { return &b } func Int64Ptr(i int64) *int64 { return &i }

Latest Blog Posts

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/weibaohui/k8m'

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