Skip to main content
Glama

mcp-victoriametrics

fuzz.go274 B
// +build gofuzz package fastjson func Fuzz(data []byte) int { err := ValidateBytes(data) if err != nil { return 0 } v := MustParseBytes(data) dst := make([]byte, 0) dst = v.MarshalTo(dst) err = ValidateBytes(dst) if err != nil { panic(err) } return 1 }

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/VictoriaMetrics-Community/mcp-victoriametrics'

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