Skip to main content
Glama

CentralMind/Gateway

remapper.go272 B
package remapper import ( "gopkg.in/yaml.v3" ) func Remap[TValue any](config any) (TValue, error) { var t TValue raw, err := yaml.Marshal(config) if err != nil { return t, err } if err := yaml.Unmarshal(raw, &t); err != nil { return t, err } return t, 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/centralmind/gateway'

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