combining many mcps

This commit is contained in:
2025-06-30 16:58:44 -06:00
parent 68384c17cf
commit e6a7356866
3 changed files with 19 additions and 16 deletions

View File

@@ -1,22 +1,12 @@
services:
sequential:
container_name: sequential_thinking
build:
context: .
dockerfile: npx-uvx.Dockerfile
# restart: always
command: uvx mcpo --port 3901 -- npx -y @modelcontextprotocol/server-sequential-thinking
ports:
- 3901:3901
playwright:
container_name: playwrite_mcp
many_mcp:
container_name: many_mcp
build:
context: .
dockerfile: playwright.Dockerfile
# restart: always
ports:
- "3902:3902" # MCP port
- 3901:3901
playwright_novnc:
build:
@@ -29,4 +19,4 @@ services:
- playwright
# restart: always
command: >
websockify --web=/opt/novnc --wrap-mode=ignore 3903 playwrite_mcp:5900
websockify --web=/opt/novnc --wrap-mode=ignore 3903 many_mcp:5900