Skip to main content
Glama
340,402 tools. Last updated 2026-07-30 08:39

"XAMPP" matching MCP tools:

  • Execute SQL write queries (INSERT, UPDATE, DELETE, DDL) on a specified database. Requires write permission enabled.
    MIT
  • Execute read-only SQL queries on a specified database. Supports SELECT, SHOW, DESCRIBE, EXPLAIN, and WITH statements for data retrieval and schema exploration.
    MIT
  • Get the structure of a database table: columns, data types, and key constraints. Provide database and table names to inspect.
    MIT
  • List all accessible databases on a MariaDB/MySQL server to quickly identify available data sources for queries.
    MIT
  • Retrieve all table names from a specified database. Provide the database name to get the list.
    MIT