Replies: 4 comments 4 replies
-
Hi! I have have docker containers running MCP servers locally. This is my docker compose file
|
Beta Was this translation helpful? Give feedback.
-
So I have done this. But is doesn't work on windows, becuase spawning process in windows throws notimplemented exception. You have to create a python script to start univicorn server, and set the if sys.platform == "win32": and use this script instead of adk web I hope this issue is addressed more correctly. |
Beta Was this translation helpful? Give feedback.
-
Did you check the new Agentic Compose feature introduced in the recent Docker Desktop release? Do check out this use case of using Agentic Compose +MCP + Model Runner + ADK https://github.com/docker/compose-for-agents/tree/main/adk This project demonstrates a collaborative multi-agent system built with the Agent Development Kit (ADK), where a top-level Auditor agent coordinates the workflow to verify facts. The Critic agent gathers evidence via live internet searches using DuckDuckGo through the Model Context Protocol (MCP), while the Reviser agent analyzes and refines the conclusion using internal reasoning alone. The system showcases how agents with distinct roles and tools can collaborate under orchestration. |
Beta Was this translation helpful? Give feedback.
-
I am building a prototype for work, and the organization currently does not use linux only windows servers.
Thanks
James
…________________________________
From: Magnus Jensen ***@***.***>
Sent: Monday, July 21, 2025 9:50 AM
To: google/adk-python ***@***.***>
Cc: James deGraft-Johnson ***@***.***>; Comment ***@***.***>
Subject: Re: [google/adk-python] Has anyone used docker with ADK with MCP servers? (Discussion #1817)
I am using windows too, but i try to do most things in WSL nowadays. Are you also using wsl?
—
Reply to this email directly, view it on GitHub<#1817 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACHH3NXDWZBOSK474TYBB3T3JT443AVCNFSM6AAAAACA6LSYW6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOBTGQ4TENI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I have gotten MCP servers working with ADK but I am trying to figure out to make it work using docker so that the ADK app can be deployed anywhere.
From what i understand now, best practice would be to use docker compose so that each MCP server is a separate container.
I also found out that docker desktop has their own MCP Toolkit now which seems to be great.
Search online, this depo, and the subreddit, docker does not really seem to be something that is used right now when it comes to ADK. Or it could just be that people that are learning it (like me) does not have the skills yet to implement it.
Beta Was this translation helpful? Give feedback.
All reactions