Problem
All Coolify MCP tools consistently return errors like:
coolify_list_servers → "Error: Tool 'list_servers' not found"
coolify_list_databases → "Error: Tool 'database' not found"
coolify_get_infrastructure_overview → "Error: Tool 'get_infrastructure_overview' not found"
coolify_list_applications → "Error: Tool 'application' not found"
coolify_projects → "Error: Tool 'projects' not found"
Impact
- Agents cannot access Coolify infrastructure data
- Agents waste time trying broken tools instead of using SSH alternatives
- 9 Coolify tools disabled via migration
moiria_v1103_10 as workaround
Root Cause Analysis
The error messages suggest the MCP tool name resolution is stripping the coolify_ prefix:
- Agent calls
coolify_list_servers
- MCP server looks for
list_servers (without prefix)
- Tool not found
This is different from other MCP tools (Hetzner, SSH) which work correctly.
Current Workaround
Migration moiria_v1103_10 disables these 9 broken tools:
- coolify_system
- coolify_list_servers
- coolify_list_databases
- coolify_get_infrastructure_overview
- coolify_list_applications
- coolify_list_services
- coolify_projects
- coolify_teams
- coolify_list_deployments
Investigation Needed
- Check Coolify MCP server configuration on LiteLLM staging
- Verify tool name mapping in LiteLLM config
- Check if Coolify MCP server needs re-import
- Compare with working MCP servers (hetzner_cloud, mcp_ssh_bridge)
Acceptance Criteria
Problem
All Coolify MCP tools consistently return errors like:
coolify_list_servers→ "Error: Tool 'list_servers' not found"coolify_list_databases→ "Error: Tool 'database' not found"coolify_get_infrastructure_overview→ "Error: Tool 'get_infrastructure_overview' not found"coolify_list_applications→ "Error: Tool 'application' not found"coolify_projects→ "Error: Tool 'projects' not found"Impact
moiria_v1103_10as workaroundRoot Cause Analysis
The error messages suggest the MCP tool name resolution is stripping the
coolify_prefix:coolify_list_serverslist_servers(without prefix)This is different from other MCP tools (Hetzner, SSH) which work correctly.
Current Workaround
Migration
moiria_v1103_10disables these 9 broken tools:Investigation Needed
Acceptance Criteria