CodeIgniter4 (MCP Server)

GitHub

Open Source PHP Framework (originally from EllisLab)

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "CodeIgniter4": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-CodeIgniter4"
      ]
    }
  }
}