Skip to main content
Glama
519,350 tools. Updated 2026-09-06 07:28

"How to fetch and query data using a MySQL cursor" matching MCP tools:

Matching MCP Servers

  • 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
  • A
    license
    A
    quality
    A
    maintenance
    A Model Context Protocol server that provides read-only MySQL database queries for AI assistants, allowing them to execute queries, explore database structures, and investigate data directly from AI-powered tools.
    3
    61
    13
    MIT

Matching MCP Connectors

  • Fetch web pages and extract exactly the content you need. Select elements with CSS and retrieve co…

  • A simple tool that performs a fetch request to a webpage.

  • Read agent stdout/stderr from a character cursor. Pass the returned cursor to fetch only new output for a task.
    Apache 2.0
  • Identify and analyze slow MySQL queries using performance_schema data to optimize database performance by examining execution times, row statistics, and query patterns.
    Apache 2.0
  • Execute read-only SQL SELECT queries to retrieve data from a MySQL database. This tool enables data analysis and information extraction through direct database queries.
    MIT
  • Retrieve the execution plan for a SQL query without executing it. Supports PostgreSQL, MySQL, and Redshift, returning JSON or text plans for query optimization.
    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
  • Fetch prediction markets from supported exchanges using cursor-based pagination. First request caches all markets; subsequent calls use the cached snapshot until expiration.
    MIT
  • Register a new MySQL or Snowflake database connection to enable data reconciliation tasks. After adding, verify the connection using test_datasource.
    MIT
  • Terminate a running MySQL query or connection thread by process ID to stop problematic operations. Requires readOnly mode disabled.
    MIT
  • Retrieve data and inspect schema safely with read-only MySQL queries, validated to allow only SELECT, SHOW, DESCRIBE, and EXPLAIN statements.
    MIT
  • Search tweets inside a specific Twitter community using a query string. Supports pagination to browse all matching results.
    MIT
  • Fetch tweets from a specified Twitter list, with pagination support using a cursor to retrieve additional batches.
    MIT