Hey the another day i saw this video on Youtube: <...
# koog-agentic-framework
e
Hey the another day i saw this video on Youtube:

Building Smarter AI Agents With Koog

Something that interested me and I couldn't figure out how to do it is the connection of the agent with an MCP server (tool), in this case, Google Maps... I wanted to know what the steps are to integrate an MCP that I got from this page: https://hub.docker.com/r/mcp/google-maps. Do I have to download Docker Desktop? Or is there some kind of configuration that I need to do?
v
Hey! You only need to have the Docker running locally + the Key to the Google Maps API, https://github.com/JetBrains/koog/blob/develop/examples/trip-planning-example/README.md
s
Also see our docs with example using that same docker image https://docs.koog.ai/examples/GoogleMapsMcp/
plus1 1
v
Yes, so basically, if you need to run the Maps MCP without this Koog example, you’d need to run this command locally in your terminal. But as it’s already written in the code, you don’t need to:
e
cool! so if i want run another mcp like this one https://hub.docker.com/r/mcp/fetch i only need to run docker locally
v
Yes, and also run the
docker run -i -e <params> mcp/fetch
, I would assume