{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_9vbfpuazg32v","handle":"stdio-mysql-mcp","url":"https://wellknown.network/agents/stdio-mysql-mcp","links":{"self":"https://wellknown.network/agents/stdio-mysql-mcp/record.json","html":"https://wellknown.network/agents/stdio-mysql-mcp","markdown":"https://wellknown.network/agents/stdio-mysql-mcp/record.md","api":"https://wellknown.network/api/v1/agents/stdio-mysql-mcp","status":"https://wellknown.network/api/v1/agents/stdio-mysql-mcp/status","claim":"https://wellknown.network/agents/stdio-mysql-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/stdio-mysql-mcp/claim.json","badge":"https://wellknown.network/agents/stdio-mysql-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:stdio-mysql-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"stdio-mysql-mcp","summary":"An MCP server for MySQL databases using stdio","description":"# stdio-mysql-mcp\n\nA Model Context Protocol (MCP) server that allows AI assistants like Claude Desktop and GitHub Copilot to connect to and query MySQL databases locally using standard input/output (stdio).\n\n## Usage with Claude Desktop / GitHub Copilot\n\nAdd this to your MCP configuration file (`claude_desktop_config.json` or your custom settings):\n\n```json\n{\n  \"mcpServers\": {\n    \"mysql-server\": {\n      \"command\": \"uvx\",\n      \"args\": [\"stdio-mysql-mcp\"],\n      \"env\": {\n        \"MYSQL_URL\": \"mysql://user:password@localhost:3306\"\n      }\n    }\n  }\n}\n```\n## Usage with GitHub Copilot\n\nIf you're using the GitHub Copilot local/desktop integration (or another Copilot-compatible MCP host) the config format may differ. Here's the example you supplied — it works and shows how to point Copilot to a local Python interpreter and run the MCP server module:\n\n```json\n{\n  \"servers\": {\n    \"my-mysql-server\": {\n      \"command\": \"check/Scripts/python.exe\",\n      \"args\": [\n        \"-m\",\n        \"stdio_mysql_mcp.server\"\n      ],\n      \"env\": {\n        \"MYSQL_URL\": \"mysql://username:password@localhost:3306\"\n      }\n    }\n  }\n}\n```\n\nNotes:\n- `command` should be the full path to the Python executable you want Copilot to use. In virtualenvs on Windows this often looks like `path\\to\\venv\\Scripts\\python.exe`; on macOS/Linux it might be `path/to/venv/bin/python`.\n- The `-m stdio_mysql_mcp.server` form runs the package's server module directly from the chosen Python interpreter.\n- Ensure the Python environment has the package (or the source) installed so the module resolves.\n\n## Available Tools\n- `get_databases`: List all databases\n- `get_tables_in_db`: List tables in a specific database\n- `get_records`: Get all rows from a table\n- `get_specific_column_records`: Get specific columns from a table\n- `custom_sql_query`: Run custom SQL queries","publisher":null,"homepage":null,"repository":null,"version":"0.1.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:stdio-mysql-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"derived"}],"categories":["data"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"stdio-mysql-mcp","registry":"pypi","observedAt":"2026-09-10T13:21:33.392Z","publishedAt":"2026-04-28T17:56:19.913974Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"stdio-mysql-mcp","url":"https://pypi.org/project/stdio-mysql-mcp/","firstSeenAt":"2026-09-10T13:19:39.574Z","fetchedAt":"2026-09-10T13:19:39.574Z","normalizedAt":"2026-09-10T13:19:39.574Z"}]},"firstSeenAt":"2026-09-10T13:19:39.574Z","updatedAt":"2026-09-10T13:21:33.392Z"}