
Gravitino MCP Server Integration
The Gravitino MCP Server bridges AI assistants with Apache Gravitino, enabling seamless metadata management, catalog discovery, and workflow automation through ...

The Grafana MCP Server empowers AI assistants with real-time access to Grafana dashboards, datasources, and Prometheus queries—streamlining observability and DevOps workflows inside FlowHunt.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Grafana MCP (Model Context Protocol) Server is an integration layer that connects AI assistants with Grafana, enabling enhanced access to dashboards, data sources, and monitoring tools within the Grafana ecosystem. By exposing Grafana’s capabilities via MCP, the server allows AI-powered clients to perform tasks such as searching for dashboards, retrieving detailed dashboard information, managing dashboards, accessing and querying datasources, and executing Prometheus queries programmatically. This streamlines development and operational workflows by allowing AI assistants to interact directly with observability data, automate dashboard management, and facilitate real-time monitoring and troubleshooting, all within the context of AI-driven development environments.
No explicit prompt templates are mentioned in the provided files or documentation.
windsurf.config.json).{
"mcpServers": {
"grafana-mcp": {
"command": "npx",
"args": ["@grafana/mcp-grafana@latest"]
}
}
}
{
"mcpServers": {
"grafana-mcp": {
"command": "npx",
"args": ["@grafana/mcp-grafana@latest"],
"env": {
"GRAFANA_API_KEY": "${GRAFANA_API_KEY}"
},
"inputs": {
"grafana_url": "https://your-grafana-instance"
}
}
}
}
{
"mcpServers": {
"grafana-mcp": {
"command": "npx",
"args": ["@grafana/mcp-grafana@latest"]
}
}
}
cursor.config.json file.{
"mcpServers": {
"grafana-mcp": {
"command": "npx",
"args": ["@grafana/mcp-grafana@latest"]
}
}
}
{
"mcpServers": {
"grafana-mcp": {
"command": "npx",
"args": ["@grafana/mcp-grafana@latest"]
}
}
}
{
"mcpServers": {
"grafana-mcp": {
"command": "npx",
"args": ["@grafana/mcp-grafana@latest"],
"env": {
"GRAFANA_API_KEY": "${GRAFANA_API_KEY}"
},
"inputs": {
"grafana_url": "https://your-grafana-instance"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"grafana-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “grafana-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | No prompt templates mentioned in repo/files |
| List of Resources | ✅ | Dashboards, Datasources, Panel Queries, Prometheus |
| List of Tools | ✅ | Dashboard search, update, datasource, query tools |
| Securing API Keys | ✅ | Example configs for env vars provided |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the above, the Grafana MCP server is well-documented for setup and covers the core MCP primitives (resources, tools, API key security), but lacks explicit prompt templates and information about sampling support. It is a strong, practical project for Grafana users and developers.
| Has a LICENSE | ✅ Apache-2.0 |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 82 |
| Number of Stars | 951 |
Leverage AI to automate dashboard management and monitoring by integrating Grafana with FlowHunt’s MCP Server. Experience seamless, intelligent observability today.

The Gravitino MCP Server bridges AI assistants with Apache Gravitino, enabling seamless metadata management, catalog discovery, and workflow automation through ...

The Prometheus MCP Server enables AI assistants to interact with Prometheus metrics using standardized Model Context Protocol (MCP) interfaces. It supports Prom...

The Grafbase MCP Server bridges AI assistants and external data sources or APIs, enabling LLMs to access real-time data, automate workflows, and extend capabili...