
Local by Flywheel
Automatically detects and connects to Local by Flywheel WordPress database environments, giving AI assistants direct read-only access to inspect schemas and query data without manual configuration.
14310 views6Local (stdio)
What it does
- Execute read-only SQL queries against WordPress databases
- Inspect database table schemas and structure
- Auto-detect running Local by Flywheel instances
- List all tables in WordPress database
- Show table columns and indexes
Best for
WordPress developers using Local by FlywheelDebugging WordPress database issues with AI assistancePlugin development and custom query writing
Zero configuration setupAuto-detects Local environments
Tools (2)
mysql_query
Execute a read-only SQL query against the Local WordPress database
mysql_schema
Inspect database schema. Without args: lists tables. With table: shows columns and indexes.