M
MCP Grafana
by @Ziomiu
Repository for project on ŚUU( Środowiska Udostępniania Usług - Service Provisioning Environments ).
Created 3/8/2026
Updated about 19 hours ago
README
Repository documentation and setup instructions
MCP_Grafana
Repository for project on ŚUU( Środowiska Udostępniania Usług - Service Provisioning Environments ). The goal of this project is to demonstrate Grafana MCP Server usage for control Grafana from selected LLM.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/Ziomiu/MCP_Grafana
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"ziomiu-mcp-grafana": {
"command": "git",
"args": [
"clone",
"https://github.com/Ziomiu/MCP_Grafana"
]
}
}
}