Hi,
I started to read about grafana mcp , but can’t make it run properly.
Does anyone knows why grafana-mcp is returning 404 and doesn’t log anything ?, looks like it’s not connecting on grafana instance. I tried to enable debug but didn’t help, even if I define a wrong token, looks like grafana mcp daemon does nothing. The same happens using helm chart. Thanks in advance
docker run --rm -p 8000:8000 -e GRAFANA_URL=<http://localhost:3000> -e GRAFANA_SERVICE_ACCOUNT_TOKEN=<token> mcp/grafana
Also tried using env : GRAFANA_API_KEY, nothing happens
time=2025-09-10T03:19:44.992Z level=INFO msg="Starting Grafana MCP server using SSE transport" version=(devel) address=0.0.0.0:8000 basePath=""
I did something similar, had some issues with networking inside the docker. but 404 means he’s getting there, it’s just not getting the page the app is looking for.
Are you trying to go directly to the MCP service via http://localhost:8000? I don’t think it has a landing page like this.
also, I found after I spent the time setting up the MCP, that most agents when you want to set up the MCP want to run the docker run command as part of the config. I managed with LM studio and Gemini agent, but have since wiped my computer (I have been experimenting too much and filled the computer with junk , now I’m planning to use virtualbox )