docs: add STATUS.md for tracking validation progress
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 <crush@charm.land>
This commit is contained in:
57
STATUS.md
Normal file
57
STATUS.md
Normal file
@@ -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 <service-name>
|
||||||
|
```
|
||||||
|
|
||||||
|
To view logs:
|
||||||
|
```bash
|
||||||
|
docker compose logs -f <service-name>
|
||||||
|
```
|
||||||
|
|
||||||
|
To stop a server:
|
||||||
|
```bash
|
||||||
|
docker compose stop <service-name>
|
||||||
|
```
|
||||||
|
|
||||||
|
To rebuild a server after changes:
|
||||||
|
```bash
|
||||||
|
docker compose build --no-cache <service-name>
|
||||||
|
```
|
||||||
|
|
||||||
|
Note: Use lowercase service names from the compose file. Container names will still be prefixed with CDS-AIMW-.
|
||||||
Reference in New Issue
Block a user