We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kocierik/mcp-nomad'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
package types
// SentinelPolicy represents a Nomad Sentinel policy
type SentinelPolicy struct {
Name string `json:"Name"`
Description string `json:"Description"`
Scope string `json:"Scope"`
EnforcementLevel string `json:"EnforcementLevel"`
Policy string `json:"Policy"`
Hash string `json:"Hash,omitempty"`
CreateIndex int `json:"CreateIndex,omitempty"`
ModifyIndex int `json:"ModifyIndex,omitempty"`
}