Files
KNEL-AIMiddleware/STATUS.md
Charles N Wyble 2ab7b7045f fix: update freecad-mcp Dockerfile and STATUS.md
Fixed freecad-mcp Dockerfile to include uv.lock in COPY command
Container builds successfully using --frozen flag
Updated STATUS.md to reflect successful build status

💘 Generated with Crush

Co-Authored-By: Crush <crush@charm.land>
2026-01-21 17:49:44 -05:00

59 lines
1.7 KiB
Markdown

# MCP Servers Setup Status
Tracking the setup and validation of MCP/LSP servers via Docker Compose.
| Repository | Status | Notes |
|------------|--------|-------|
| KiCAD-MCP-Server | Documented | Host-only - requires KiCAD installed on host. Connects via TCP to KICAD_HOST:KICAD_PORT |
| freecad-mcp | Built | Container built successfully with uvx entrypoint |
| blender-mcp | Built | Container built successfully with uvx entrypoint |
| 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 | |
| penpot-mcp | Built | Container built successfully with uvx entrypoint |
## 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 KNELDevStack-AIMW-.