We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/orneryd/Mimir'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// Package ui provides the embedded NornicDB web UI assets.
// This file is used for normal builds that include the UI.
//
//go:build !noui
package ui
import "embed"
// Assets contains the built UI files from the dist directory.
// Build the UI with `npm run build` before compiling the Go binary.
//
//go:embed dist/*
var Assets embed.FS