A secure and efficient MCP server for MySQL database operations, enabling LLMs to execute SQL queries with read-only access by default and optional write permissions.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MYSQL_CACHE_ENABLED— Enable query result caching trueMYSQL_CACHE_TTL— Cache TTL (ms) 60000MYSQL_CACHE_MAX_SIZE— Maximum cache entries 1000MYSQL_CACHE_EVICTION_POLICY— Cache eviction policy (lru/ttl/fifo) lruMYSQL_CACHE_MEMORY_ENABLEDMYSQL_CACHE_MEMORY_MAX_SIZEMYSQL_CACHE_MEMORY_TTLMYSQL_CACHE_REDIS_ENABLEDMYSQL_CACHE_REDIS_URLMYSQL_CACHE_REDIS_TTLMYSQL_CACHE_REDIS_PREFIXMYSQL_CACHE_INVALIDATION_MODE— Cache invalidation strategy aggressiveMYSQL_CACHE_TAG_ENABLEDMYSQL_CACHE_STATS_ENABLEDMYSQL_ALLOW_INSERT— Enable INSERT queries falseMYSQL_ALLOW_UPDATE— Enable UPDATE queries falseMYSQL_ALLOW_DELETE— Enable DELETE queries false[](https://m8ven.ai/mcp/jinto-fastmcp-mysql-tpe7mv)