How to use grafana mcp server with agno?

i need urgent help with this, i am unable to instantiate and use garfana mcp server with agno mcp, is there any implimentation??

Hey @pavbyte
Thank you for reaching out and using Agno.
We currently do not have this implementation. 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.

Hey @pavbyte ,

You can pass the Grafana MCP server the same way you’d pass any custom MCP implementation—just point it in the args of the StdioServerParameters, like we do here:

Should work out of the box if your server conforms to the MCP protocol.

Let me know if you run into any specific constraints with it :))

1 Like