← Index

io.github.andezdev/tokenlite-mysql-mcp

io.github.andezdev/tokenlite-mysql-mcpv4.1.0Databases

A secure, efficient, and intelligent MySQL server for the Model Context Protocol

The current version, v4.1.0, was published to the official MCP registry on 2026-06-07. It is distributed as @andezdev/tokenlite-mysql-mcp on npm, filed under Databases by this index, and declares 27 environment variables. Removals and unreachable sources are measured across every server this index tracks, contract drift across the servers that answer in consecutive snapshots; the index's current counts put this record in context.

In-path gate · all MCP tools

Using io.github.andezdev/tokenlite-mysql-mcp in Claude, Cursor, Gemini CLI, Cline, or Zed?

MCP tool contracts can change remotely with no version bump. The mcpindex gate pins each contract and HOLDs the call when it drifts-before your agent acts. Zero credentials. This is not the package install for this server itself (use Install this server for that).

Install the mcpindex gate (one command)

Rewrites your MCP host config so each server launches behind the gate. Inspect first: curl -fsSL https://mcpindex.ai/install.sh | less

uv tool install mcpindex-gate && mcpindex-config-wire
Trust verdict · v1 advisory · method
REVIEWstatus: PARTIALfresh until 2026-09-07 17:38 UTC
screened 2026-07-25tier: scannedgranularity: description-levelsource: registry

Semantic screen found no manipulation pattern in the description. Conformance probe not yet run.

mcpindex.integrity.descriptionpassINFO

evidenceNo malicious instructions foundvia static_description

Limits of this verdict
  • - Semantic screen only - the deterministic conformance probe has not run on this server
  • - Confidence is reported but not yet calibrated (v1)
  • - Screen reads the tool description, not the live behavior
  • - advisory
  • - registry description only no input schema
  • - screen model 8b
  • - Still current: the description we screened is unchanged, re-checked against the registry

Semantic screen: an LLM judge reads the tool description for hidden instructions (status PARTIAL). A pass means the description is not lying, not that the tool is safe: a high-capability tool with an honest description still warrants caution. The deterministic conformance probe has not been run on this server yet, so the screen here is semantic-only. Posture: advisory. Confidences are reported but not yet calibrated (calibrated=false at v1). Full verdict history is not shown on this page.

Own this server? Screen its description →

That verdict was true at screening time (snapshot 2026-08-31).

Contracts can change after screening, with no version bump. The gate pins io.github.andezdev/tokenlite-mysql-mcp’s tool contracts on first sight and holds any silent change before your agent acts - the check that keeps being true on Tuesday.

See your first HOLD in 2 minutes →

Related: how to trust an MCP server · screen before install · silent contract drift

Cite this record

People vet a server before wiring it in. One line on your project site or docs answers that with an independent record: screening verdict, registry provenance, contract drift history. It stays current as new screens and drift events land.

Markdown
[Independent trust record for io.github.andezdev/tokenlite-mysql-mcp](https://mcpindex.ai/server/io-github-andezdev-tokenlite-mysql-mcp) - screening verdict, registry provenance, and contract drift monitoring.
HTML
<a href="https://mcpindex.ai/server/io-github-andezdev-tokenlite-mysql-mcp">Independent trust record for io.github.andezdev/tokenlite-mysql-mcp</a> - screening verdict, registry provenance, and contract drift monitoring.
Embed this badge

A live verdict badge for your README or listing. It reflects the current screen, links back here, and updates when the verdict does.

Markdown
[![mcpindex](https://mcpindex.ai/api/v1/badge/io-github-andezdev-tokenlite-mysql-mcp)](https://mcpindex.ai/server/io-github-andezdev-tokenlite-mysql-mcp)
HTML
<a href="https://mcpindex.ai/server/io-github-andezdev-tokenlite-mysql-mcp"><img src="https://mcpindex.ai/api/v1/badge/io-github-andezdev-tokenlite-mysql-mcp" alt="mcpindex verdict" height="20" /></a>
Environment variables
DB_HOST

MySQL Host address (defaults to localhost)

DB_PORT

MySQL Port (defaults to 3306)

DB_USER

MySQL Username (defaults to root)

DB_PASSWORD
secret

MySQL Password (defaults to empty string)

DB_NAME
required

MySQL Database name

MCP_EXPLAIN_MAX_SCAN_ROWS

EXPLAIN guardrail: max estimated rows for unindexed full table scans before blocking (defaults to 1000). MCP_SAFE_QUERY_MAX_ROWS is a deprecated alias.

MCP_QUERY_ROW_LIMIT

Max rows returned per SELECT; injected as LIMIT at the AST level (defaults to 500)

MCP_SAFE_QUERY_MAX_ROWS

Deprecated alias for MCP_EXPLAIN_MAX_SCAN_ROWS

MCP_SAFE_QUERY_ENABLE_BLOCKING

Enable or disable the EXPLAIN guardrail (defaults to true)

MCP_METADATA_PATH

Absolute path to your custom metadata.json dictionary

MCP_TEMPLATES_PATH

Absolute path to your custom templates.json pre-approved queries

TOOL_PREFIX

Prefix for tool names, e.g., to run multiple instances (defaults to DB_NAME, e.g. mydb_). Only set to override.

MCP_RATE_LIMIT_RPM

Max tool invocations per minute, sliding window (defaults to 60). Set to 0 to disable.

MYSQL_QUERY_TIMEOUT

Max execution time for a query in milliseconds to protect against DoS (defaults to 15000)

MYSQL_CONNECTION_LIMIT

Max concurrent pool connections (defaults to 10)

MYSQL_CONNECT_TIMEOUT

Max time to wait for a connection socket to establish in milliseconds (defaults to 10000)

MYSQL_RETRY_ATTEMPTS

Max retries on transient connection errors (defaults to 3)

MYSQL_RETRY_DELAY_MS

Base delay in milliseconds for exponential backoff between retries (defaults to 1000)

MYSQL_QUEUE_LIMIT

Max queued requests when all pool connections are busy to prevent memory leak (defaults to 50)

MCP_DDL_CACHE_TTL

Time-to-live in seconds for cached DDL statements (defaults to 60)

MCP_LOG_LEVEL

Minimum severity level for MCP log notifications (defaults to info). Levels: debug, info, notice, warning, error, critical, alert, emergency

ALLOW_INSERT_OPERATION

Enable INSERT and REPLACE queries (defaults to false)

ALLOW_UPDATE_OPERATION

Enable UPDATE queries (defaults to false)

ALLOW_DELETE_OPERATION

Enable DELETE and TRUNCATE queries (defaults to false)

ALLOW_DDL_OPERATION

Enable Data Definition Language queries like CREATE, ALTER, DROP, RENAME (defaults to false)

DB_SSL

Enable TLS for the MySQL connection (defaults to false)

DB_SSL_REJECT_UNAUTHORIZED

Reject self-signed or untrusted TLS certificates when DB_SSL is true (defaults to true)

MCP quality score · maturity, not trust · methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
Alternatives in Databases