This website requires JavaScript.
Explore
Help
Sign in
zgaetano
/
mcp-servers
Watch
1
Star
0
Fork
You've already forked mcp-servers
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c387d80d1b
mcp-servers
/
ssh-mcp
/
requirements.txt
6 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
Add Memory Bank, Puppeteer, Sequential Thinking, and Docker MCP servers New MCP servers added to the gateway stack: - memory-bank-mcp (port 8700): Persistent key-value memory storage with tags, categories, and search - puppeteer-mcp (port 8800): Headless browser automation via Pyppeteer (navigate, screenshot, click, JS eval, PDF gen) - sequential-thinking-mcp (port 8900): Structured step-by-step reasoning with branching hypotheses and synthesis - docker-mcp (port 9000): Docker container/image/network/volume management via Docker socket All servers follow the existing Python/FastMCP pattern with streamable-http transport. docker-compose.yml updated with service definitions and gateway backend routes.
2026-03-31 23:02:47 -04:00
mcp[cli]>=1.0.0
Replace docker-mcp with ssh-mcp SSH access to TrueNAS covers all Docker management needs (docker compose, logs, restarts) making a dedicated Docker MCP redundant. - Add ssh-mcp (port 8600): execute shell commands, read files, list dirs, tail logs, find files, check disk usage on the TrueNAS host via asyncssh - Remove docker-mcp (port 9000): redundant given SSH access to the host - Update docker-compose.yml: wire in ssh-mcp service, remove docker-mcp service and its MCP_BACKEND_DOCKER gateway env var
2026-03-31 23:25:10 -04:00
asyncssh>=2.14.0
Add Memory Bank, Puppeteer, Sequential Thinking, and Docker MCP servers New MCP servers added to the gateway stack: - memory-bank-mcp (port 8700): Persistent key-value memory storage with tags, categories, and search - puppeteer-mcp (port 8800): Headless browser automation via Pyppeteer (navigate, screenshot, click, JS eval, PDF gen) - sequential-thinking-mcp (port 8900): Structured step-by-step reasoning with branching hypotheses and synthesis - docker-mcp (port 9000): Docker container/image/network/volume management via Docker socket All servers follow the existing Python/FastMCP pattern with streamable-http transport. docker-compose.yml updated with service definitions and gateway backend routes.
2026-03-31 23:02:47 -04:00
pydantic>=2.0.0
uvicorn>=0.30.0
starlette>=0.38.0
Reference in a new issue
Copy permalink