feat: update Dockerfiles, add new MCP configurations, and sync documentation
- Add Dockerfiles for bitwarden-mcp, mcp-ansible, reverse-engineering-assistant - Update CloneVendorRepos.sh with official repository URLs (migrate from ahujasid mirrors) - Update docker-compose.yml with new services and reorganization - Update STATUS.md with current operational status of all MCP servers - Update AGENTS.md with webserial-mcp and terraform-ls documentation - Add journal entries for recent work (ADRs, insights, patterns) 💔 Generated with Crush Assisted-by: GLM-5 via Crush <crush@charm.land>
This commit is contained in:
@@ -50,33 +50,37 @@ clone_repo() {
|
||||
# Clone all repositories
|
||||
clone_repo "KiCAD-MCP-Server" "https://github.com/mixelpixx/KiCAD-MCP-Server.git"
|
||||
clone_repo "blender-mcp" "https://github.com/ahujasid/blender-mcp.git"
|
||||
clone_repo "freecad-mcp" "https://github.com/ahujasid/freecad-mcp.git"
|
||||
clone_repo "freecad-mcp" "https://github.com/neka-nat/freecad-mcp.git"
|
||||
clone_repo "context7" "https://github.com/upstash/context7.git"
|
||||
clone_repo "gimp-mcp" "https://github.com/ahujasid/gimp-mcp.git"
|
||||
clone_repo "gimp-mcp" "https://github.com/maorcc/gimp-mcp.git"
|
||||
clone_repo "bash-language-server" "https://github.com/bash-lsp/bash-language-server.git"
|
||||
clone_repo "docker-language-server" "https://github.com/rcjsuen/docker-language-server.git"
|
||||
clone_repo "docker-language-server" "https://github.com/docker/docker-language-server.git"
|
||||
clone_repo "marksman" "https://github.com/artempyanykh/marksman.git"
|
||||
clone_repo "drawio-mcp-server" "https://github.com/ahujasid/drawio-mcp-server.git"
|
||||
clone_repo "matomo-mcp-client" "https://github.com/ahujasid/matomo-mcp-client.git"
|
||||
clone_repo "imap-mcp" "https://github.com/ahujasid/imap-mcp.git"
|
||||
clone_repo "mcp-redmine" "https://github.com/ahujasid/mcp-redmine.git"
|
||||
clone_repo "ghost-mcp" "https://github.com/ahujasid/ghost-mcp.git"
|
||||
clone_repo "discourse-mcp" "https://github.com/ahujasid/discourse-mcp.git"
|
||||
clone_repo "mcp-cloudron" "https://github.com/ahujasid/mcp-cloudron.git"
|
||||
clone_repo "postizz-MCP" "https://github.com/ahujasid/postizz-MCP.git"
|
||||
clone_repo "snipeit-mcp" "https://github.com/ahujasid/snipeit-mcp.git"
|
||||
clone_repo "nextcloud-mcp-server" "https://github.com/ahujasid/nextcloud-mcp-server.git"
|
||||
clone_repo "drawio-mcp-server" "https://github.com/lgazo/drawio-mcp-server.git"
|
||||
clone_repo "matomo-mcp-client" "https://github.com/openmost/matomo-mcp-client.git"
|
||||
clone_repo "imap-mcp" "https://github.com/non-dirty/imap-mcp.git"
|
||||
clone_repo "mcp-redmine" "https://github.com/runekaagaard/mcp-redmine.git"
|
||||
clone_repo "ghost-mcp" "https://github.com/MFYDev/ghost-mcp.git"
|
||||
clone_repo "discourse-mcp" "https://github.com/discourse/discourse-mcp.git"
|
||||
clone_repo "mcp-cloudron" "https://github.com/serenichron/mcp-cloudron.git"
|
||||
clone_repo "postizz-MCP" "https://github.com/oculairmedia/postizz-MCP.git"
|
||||
clone_repo "snipeit-mcp" "https://github.com/Wil-Collier/snipeit-mcp.git"
|
||||
clone_repo "nextcloud-mcp-server" "https://github.com/cbcoutinho/nextcloud-mcp-server.git"
|
||||
clone_repo "docspace-mcp" "https://github.com/ONLYOFFICE/docspace-mcp.git"
|
||||
clone_repo "docker-mcp" "https://github.com/ahujasid/docker-mcp.git"
|
||||
clone_repo "kubernetes-mcp-server" "https://github.com/ahujasid/kubernetes-mcp-server.git"
|
||||
clone_repo "ProxmoxMCP" "https://github.com/ahujasid/ProxmoxMCP.git"
|
||||
clone_repo "terraform-mcp-server" "https://github.com/ahujasid/terraform-mcp-server.git"
|
||||
clone_repo "mcp-ansible" "https://github.com/ahujasid/mcp-ansible.git"
|
||||
clone_repo "docker-mcp" "https://github.com/QuantGeekDev/docker-mcp.git"
|
||||
clone_repo "kubernetes-mcp-server" "https://github.com/containers/kubernetes-mcp-server.git"
|
||||
clone_repo "ProxmoxMCP" "https://github.com/canvrno/ProxmoxMCP.git"
|
||||
clone_repo "terraform-mcp-server" "https://github.com/hashicorp/terraform-mcp-server.git"
|
||||
clone_repo "mcp-ansible" "https://github.com/bsahane/mcp-ansible.git"
|
||||
clone_repo "mcp-server" "https://github.com/Bitwarden/clients.git"
|
||||
clone_repo "mcp-adapter" "https://github.com/ahujasid/mcp-adapter.git"
|
||||
clone_repo "audiobook-mcp-server" "https://github.com/ahujasid/audiobook-mcp-server.git"
|
||||
clone_repo "mcp-adapter" "https://github.com/WordPress/mcp-adapter.git"
|
||||
clone_repo "audiobook-mcp-server" "https://github.com/joelmale/audiobook-mcp-server.git"
|
||||
clone_repo "mcp-server-elasticsearch" "https://github.com/ahujasid/mcp-server-elasticsearch.git"
|
||||
clone_repo "penpot-mcp" "https://github.com/ahujasid/penpot-mcp.git"
|
||||
clone_repo "ghidra-mcp" "https://github.com/bethington/ghidra-mcp.git"
|
||||
clone_repo "reverse-engineering-assistant" "https://github.com/cyberkaida/reverse-engineering-assistant.git"
|
||||
clone_repo "webserial-mcp" "https://github.com/DG1001/webserial-mcp.git"
|
||||
clone_repo "terraform-ls" "https://github.com/hashicorp/terraform-ls.git"
|
||||
|
||||
echo -e "${GREEN}=== All repositories cloned successfully! ===${NC}"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user