This page tracks current tasks, pending improvements, and coordination requests for the Lucille4 primary application server. It is automatically updated by the git-Ansible coordination system.
Current Status: Working with manual configuration required
All MCP servers are accessible via the proxy:
http://mcp-proxy:3001/servers/filesystem-wiki/ssehttp://mcp-proxy:3001/servers/filesystem-personal/ssehttp://mcp-proxy:3001/servers/github/ssehttp://mcp-proxy:3001/servers/todoist/ssehttp://mcp-proxy:3001/servers/wikijs/ssehttp://mcp-proxy:3001/servers/karakeep/ssehttp://mcp-proxy:3001/servers/paperless/ssehttp://mcp-proxy:3001/servers/n8n/sseFor Claude Desktop integration, add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"filesystem-wiki": {
"command": "curl",
"args": ["-N", "-H", "Accept: text/event-stream",
"http://mcp-proxy.dratspiker.com:3001/servers/filesystem-wiki/sse"]
}
}
}
Last Update: 2025-06-22 15:00:00
| Metric | Status |
|---|---|
| Services Status | All running normally |
| CPU Usage | 25% |
| Memory Usage | 70% |
| Disk Usage | 65% |
| Last Backup | 2025-06-22 02:00:00 |
| Container Health | All healthy |
| Authentik SSO | Operational |
This file is automatically managed by the git-Ansible coordination system. Manual updates are preserved and integrated with automated status updates. The coordination system monitors:
For implementation details, see Overview | Security Configuration | Maintenance Guide
Merged from next-steps-wiki.md on 2025-07-01
This document tracks local tasks and coordination requests for the primary application server. The git-Ansible coordination system updates this file automatically.
The MCP proxy successfully serves all servers at:
http://mcp-proxy:3001/servers/filesystem-wiki/ssehttp://mcp-proxy:3001/servers/filesystem-personal/ssehttp://mcp-proxy:3001/servers/github/ssehttp://mcp-proxy:3001/servers/todoist/ssehttp://mcp-proxy:3001/servers/wikijs/ssehttp://mcp-proxy:3001/servers/karakeep/ssehttp://mcp-proxy:3001/servers/paperless/ssehttp://mcp-proxy:3001/servers/n8n/sseSince MetaMCP has issues, connect to MCP servers directly:
For Claude Desktop, add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"filesystem-wiki": {
"command": "curl",
"args": ["-N", "-H", "Accept: text/event-stream",
"http://mcp-proxy.dratspiker.com:3001/servers/filesystem-wiki/sse"]
},
"github": {
"command": "curl",
"args": ["-N", "-H", "Accept: text/event-stream",
"http://mcp-proxy.dratspiker.com:3001/servers/github/sse"]
}
// Add other servers as needed
}
}
For testing, use curl:
curl -N -H "Accept: text/event-stream" http://localhost:3001/servers/filesystem-wiki/sse
/home/mspeicher/homelab-lucille4/mcp-servers.json - Server configurations for import/home/mspeicher/homelab-lucille4/add-mcp-servers.js - JavaScript helper for manual additionMetaMCP required manual database initialization:
metamcp-repo/drizzle/*.sqlinit-db.sql filemcp_servers_url_checkSee PLANNED_IMPROVEMENTS for detailed implementation:
0 2 * * * /home/mspeicher/homelab-lucille4/scripts/backup-cron.shLast Update: 2025-06-27 19:36:00
Services Status: All running normally (39 containers)
Resource Usage: CPU 16%, Memory 32%, Disk 37%
Backup Status: ⚠️ Last backup November 2024 - cron configuration needed
Docker Health: All services healthy with resource limits
Authentik SSO: Operational, serving all homelab services
Environment: Primary application server
Role: Provides SSO authentication for entire homelab
Dependencies: All other servers depend on Authentik service
Note: The git-Ansible coordination system manages this file automatically. Manual updates are preserved and integrated with automated status updates.