From 14b9f957b847e9f9835810d8eae046b4f83a6c6d Mon Sep 17 00:00:00 2001 From: pab1it0 Date: Thu, 20 Mar 2025 16:13:21 +0200 Subject: [PATCH] Add Prometheus config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbb5ed67..b94caed2 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities. - [mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) β˜• 🏠 - Connect to any JDBC-compatible database and query, insert, update, delete, and more. - [pab1it0/adx-mcp-server](https://github.com/pab1it0/adx-mcp-server) 🐍 ☁️ - Query and analyze Azure Data Explorer databases +- [pab1it0/prometheus-mcp-server](https://github.com/pab1it0/prometheus-mcp-server) 🐍 ☁️ - Query and analyze Prometheus, open-source monitoring system. - [neondatabase/mcp-server-neon](https://github.com/neondatabase/mcp-server-neon) πŸ“‡ ☁️ β€” An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres - [XGenerationLab/xiyan_mcp_server](https://github.com/XGenerationLab/xiyan_mcp_server) πŸ“‡ ☁️ β€” An MCP server that supports fetching data from a database using natural language queries, powered by XiyanSQL as the text-to-SQL LLM. - [bytebase/dbhub](https://github.com/bytebase/dbhub) πŸ“‡ 🏠 – Universal database MCP server supporting mainstream databases.