Skip to main content
Glama

alertmanager-mcp-server

Apache 2.0
7
  • Linux
  • Apple
pyproject.toml1.13 kB
[project] name = "alertmanager_mcp_server" version = "1.0.0" description = "MCP Server for Prometheus Alertmanager integration" readme = "README.md" requires-python = ">=3.12" dependencies = [ "mcp[cli]>=1.8.1", "requests>=2.32.3", ] [project.scripts] alertmanager-mcp-server = "alertmanager_mcp_server.server:run_server" [tool.setuptools] packages = ["alertmanager_mcp_server"] package-dir = { "" = "src" } [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [dependency-groups] dev = [ "pytest-cov>=6.1.1", "pytest>=8.3.5", "pytest-asyncio>=0.26.0", ] [tool.pytest.ini_options] testpaths = ["tests"] python_files = "test_*.py" python_functions = "test_*" python_classes = "Test*" addopts = "--cov=src --cov-report=term-missing" [tool.coverage.run] source = ["src/alertmanager_mcp_server"] omit = ["*/__pycache__/*", "*/tests/*", "*/.venv/*", "*/venv/*"] [tool.coverage.report] exclude_lines = [ "pragma: no cover", "def __repr__", "if self.debug:", "raise NotImplementedError", "if __name__ == .__main__.:", "pass", "raise ImportError", ]

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

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