From ff5f487162b7591cf321fdfad9822fdf3508414f Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 21 Jan 2026 17:17:27 -0500 Subject: [PATCH] docs: add STATUS.md for tracking validation progress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Track setup and validation status of all 27 MCP servers with markdown table showing repository name and status. Include usage instructions for building, starting, stopping, and rebuilding individual services. 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush --- STATUS.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 STATUS.md diff --git a/STATUS.md b/STATUS.md new file mode 100644 index 0000000..cf1f505 --- /dev/null +++ b/STATUS.md @@ -0,0 +1,57 @@ +# MCP Servers Setup Status + +Tracking the setup and validation of MCP/LSP servers via Docker Compose. + +| Repository | Status | Notes | +|------------|--------|-------| +| KiCAD-MCP-Server | Pending | | +| freecad-mcp | Pending | | +| blender-mcp | Pending | | +| context7 | Pending | | +| gimp-mcp | Pending | | +| bash-language-server | Pending | | +| docker-language-server | Pending | | +| drawio-mcp-server | Pending | | +| matomo-mcp-client | Pending | | +| imap-mcp | Pending | | +| mcp-redmine | Pending | | +| ghost-mcp | Pending | | +| discourse-mcp | Pending | | +| mcp-cloudron | Pending | | +| postizz-MCP | Pending | | +| snipeit-mcp | Pending | | +| nextcloud-mcp-server | Pending | | +| docspace-mcp | Pending | | +| docker-mcp | Pending | | +| kubernetes-mcp-server | Pending | | +| ProxmoxMCP | Pending | | +| terraform-mcp-server | Pending | | +| mcp-ansible | Pending | | +| mcp-server (Bitwarden) | Pending | | +| mcp-adapter (WordPress) | Pending | | +| audiobook-mcp-server | Pending | | +| mcp-server-elasticsearch | Pending | | + +## Usage + +To build and start a specific server: +```bash +docker compose up -d +``` + +To view logs: +```bash +docker compose logs -f +``` + +To stop a server: +```bash +docker compose stop +``` + +To rebuild a server after changes: +```bash +docker compose build --no-cache +``` + +Note: Use lowercase service names from the compose file. Container names will still be prefixed with CDS-AIMW-.