Skip to main content
Glama
605,780 tools. Updated 2026-09-24 04:32

"Setting up a MySQL server on localhost and using cursors" matching MCP tools:

  • Start a local HTTP server to serve Alethia demo pages on localhost and return the base URL. Use this localhost URL to show demo pages in preview panels instead of file:// paths.
    MIT
  • Update a server configuration setting at runtime. Changes take effect immediately but may not persist across restarts; check available settings with get_server_settings first.
    Apache 2.0
  • List active database sessions and identify blocking locks using system views for PostgreSQL, MySQL, and SQL Server.
    MIT
  • Monitor TimeBase server activity by listing active cursors, loaders, connections, and locks. Choose a specific collection or view all to diagnose resource usage.
    Apache 2.0
  • Render a Ghost theme locally to preview layout and styling in a browser before activating on the live site. Builds static templates with sample content and serves on localhost.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Inspect, manage, and kill local dev servers via MCP. Stop guessing what's on :3000. Five tools: list servers with framework detection, inspect ports, find zombies, diagnose conflicts, safe-kill with dry-run default. Local, no cloud, no telemetry.
    5
    5 npm
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MySQL MCP server that lets AI agents list tables, describe schemas, and run SELECT/SHOW/EXPLAIN queries with a row cap, bound to a single database for safety.
    3
    MIT

Matching MCP Connectors

  • Complete two-factor authentication by prompting a human to enter the one-time code on a secure localhost page; the server submits it and returns status without exposing the code to the AI.
    MIT
  • Check MySQL server and database reachability, returning ok status and latency in milliseconds without exposing credentials or configuration details.
    MIT
  • Creates compressed remote MySQL, PostgreSQL, or MongoDB backups over SSH without modifying the source database. Supports transaction-safe MySQL dumps and PostgreSQL custom-format backups.
    MIT
  • List databases on a remote server, or list tables (SQL) and collections (MongoDB) for a given database. Supports MySQL, PostgreSQL, and MongoDB. Read-only operation.
    MIT
  • Retrieve a list of all databases accessible to the current user on a MySQL server. Choose output as formatted markdown or JSON.
    MIT
  • Confirm a dev server is running and responding on a specified localhost port. Run this check before viewing the page to ensure it is up.
    MIT
  • List all MySQL and PostgreSQL databases with details including id, name, charset, size, owner, linked site, server, and last dump timestamp.
    MIT
  • Switch the active database on a MySQL server instantly, without restarting. Select the target database to run subsequent read-only queries.
    MIT
  • Restart a server service (nginx, php-fpm, mysql, redis, or supervisor) to apply configuration changes immediately.
    MIT
    Destructive
  • List all databases on a MySQL server to discover available ones before querying. Returns a JSON array of database names.
    MIT
  • Retrieve schemas (MySQL) or databases (MongoDB) for a given server ID obtained from list_databases, enabling direct database structure access.
    MIT