Skip to main content
Glama

Last9 Observability MCP

Official
Apache 2.0
122
45
  • Apple
config.go995 B
package models // Config holds the server configuration parameters type Config struct { // Last9 connection settings AuthToken string // API token for authentication BaseURL string // Last9 API URL RefreshToken string // Refresh token for authentication // Rate limiting configuration RequestRateLimit float64 // Maximum requests per second RequestRateBurst int // Maximum burst capacity for requests // HTTP server configuration HTTPMode bool // Enable HTTP server mode instead of STDIO Port string // HTTP server port Host string // HTTP server host // Access token for authenticated requests AccessToken string OrgSlug string // Organization slug for multi-tenant support APIBaseURL string // Base URL for API requests // Prometheus configuration PrometheusReadURL string // URL for Prometheus read API PrometheusUsername string // Username for Prometheus authentication PrometheusPassword string // Password for Prometheus authentication }

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/last9/last9-mcp-server'

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