MySQL MCP Server
Provides read-only access to MySQL databases, allowing SQL queries, table listing, schema inspection, index viewing, DDL retrieval, and query execution plan analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MySQL MCP Servershow me the users table schema"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MySQL MCP Server
Claude Code에서 MySQL 데이터베이스에 접근하기 위한 읽기 전용 MCP(Model Context Protocol) 서버입니다.
특징
읽기 전용:
SELECT,SHOW,DESCRIBE,EXPLAIN쿼리만 허용안전한 연결: Connection Pool 사용 (최대 5개 연결)
6가지 도구 제공: 쿼리 실행, 테이블 목록, 스키마 조회, 인덱스 확인, DDL 조회, 실행 계획 분석
Related MCP server: MariaDB MCP Server
설치
npm install @ahngbeom/mysql-mcp-serverClaude Code 설정
~/.claude.json 또는 프로젝트의 .mcp.json에 추가:
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": ["@ahngbeom/mysql-mcp-server"],
"env": {
"MYSQL_HOST": "localhost",
"MYSQL_PORT": "3306",
"MYSQL_USER": "your_user",
"MYSQL_PASS": "your_password",
"MYSQL_DB": "your_database"
}
}
}
}환경 변수
변수 | 설명 | 기본값 |
| MySQL 호스트 |
|
| MySQL 포트 |
|
| 사용자 이름 |
|
| 비밀번호 | (없음) |
| 데이터베이스 이름 |
|
제공 도구
도구 | 설명 | 예시 |
| 읽기 전용 SQL 쿼리 실행 |
|
| 데이터베이스의 모든 테이블 조회 | - |
| 테이블 구조 (컬럼, 타입, 키) 확인 |
|
| 테이블의 인덱스 정보 조회 |
|
| CREATE TABLE 문 확인 |
|
| 쿼리 실행 계획 분석 |
|
보안
INSERT,UPDATE,DELETE,DROP등 쓰기 쿼리는 차단됩니다프로덕션 환경에서는 읽기 전용 DB 계정 사용을 권장합니다
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ahngbeom/mysql-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server