We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kmio11/agent-timeline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ui_nobundle.go•193 B
//go:build !ui
package ui
import (
"github.com/labstack/echo/v4"
)
func RegisterWebHandlers(e *echo.Echo) bool {
// not bundle web pages if build tag "ui" is not specified
return false
}