Skip to main content
Glama
config.mts1.76 kB
import {defineConfigWithTheme} from 'vitepress' import type {ThemeConfig} from 'vitepress-carbon' import baseConfig from 'vitepress-carbon/config' import nav from './nav.mjs' import sidebar from './sidebar.mjs' // https://vitepress.dev/reference/site-config export default defineConfigWithTheme<ThemeConfig>({ extends: baseConfig, lang: 'en-US', title: 'prometheus-mcp', description: 'MCP server + CLI tools with retries, caching, and an optional metrics exporter.', srcDir: 'src', base: '/prometheus-mcp/', lastUpdated: true, cleanUrls: true, metaChunk: true, ignoreDeadLinks: 'localhostLinks', sitemap: { hostname: 'https://brenoepics.github.io/prometheus-mcp/' }, head: [ ['link', {rel: 'icon', href: '/bg.svg'}], ['meta', {name: 'theme-color', content: '#E6522C'}], ['meta', {property: 'og:url', content: 'https://github.com/brenoepics/prometheus-mcp'}], ['meta', {property: 'og:type', content: 'Repository'}], ['meta', {property: 'og:title', content: 'prometheus-mcp'}], ['meta', { property: 'og:description', content: 'Prometheus MCP server + CLI tools with retries, caching, and an optional metrics exporter.' }] ], themeConfig: { nav: nav, sidebar, search: {provider: 'local'}, outline: [2, 3], socialLinks: [ {icon: 'github', link: 'https://github.com/brenoepics/prometheus-mcp'} ], editLink: { pattern: 'https://github.com/brenoepics/prometheus-mcp/edit/main/docs/src/:path', text: 'Edit this page on GitHub' }, footer: { message: 'Apache-2.0 Licensed' } } })

Latest Blog Posts

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/brenoepics/prometheus-rs'

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