How to integrate Grafana MCP (Model Context Protocol) Docker with Agno AI Agent?

Hi everyone,

I’ve recently pulled the Grafana MCP (Model Context Protocol) Docker image (grafana/mcp-server) from Docker Hub and am looking to integrate it with an Agno AI agent. The goal is to be able to query context data from the MCP server via Agno tools.

Hi @Abhishek
thanks for reaching out and supporting Agno!
We’ve shared this with the team and are working through requests one by one—we’ll get back to you as soon as we can.
We’ve just kicked off the Global Agent Hackathon, so things are a bit busier than usual. If you’re up for it, we’d love for you to join—it’s a great chance to build, win some exciting prizes and connect with the agent community!
If it’s urgent, just let us know. Thanks for your patience!

Hi,
any updates regarding my query?
Very Urgent
Thanks & Regards
Abhishek

Hey @Abhishek
We are very sorry for the delay. We will get back to you as soon as possible

adding the link to another thread of yours here: Grafana MCP not working to keep all the conversation in one thread for the engineers

Hey @Abhishek

You can refer to one of our cookbooks to see how to use Agno agents with MCP tools:

If your Grafana MCP server is running on a local docker and exposed on your localhost:8000, your code will be something like this:

 async with MCPTools(transport="sse", url="http://localhost:8000/sse) as mcp_tools:
        agent = Agent(...)
        [...]

Please let me know if I can help further or if you’re facing any problems.