Mysql Mcp Server Java
БесплатноНе проверенMysql Mcp Server Java — Model Context Protocol server
Описание
Mysql Mcp Server Java — Model Context Protocol server
README
Spring Boot server implementing Model Context Protocol (MCP) for MySQL database operations.
Features
- Execute SELECT queries
- List all tables in database
- Get table schema information
API
Tools
query
- Execute a SELECT SQL query and return results
- Input:
sql(string) - Returns: List of query results (truncated after 4000 characters)
- Note: Only SELECT queries are allowed
listAllTablesName
- List all table names in the database
- No input required
- Returns: Comma-separated list of table names
getTableSchema
- Get schema information for a specific table
- Input:
tableName(string) - Returns: Comma-separated list of column information including:
- Column name
- Data type
- Nullable constraint
- Default value
Build
Maven build:
mvn install
Usage with Claude Desktop or Cline
Add this to your mcp server config file:
{
"mysql-server": {
"command": "java",
"args": [
"-jar",
"{{ProjectDirectory}}\\target\\mcp-mysql-server-1.0.0.jar"
],
"env": {
"SPRING_DATASOURCE_URL": "jdbc:mysql://username:password@localhost:3306/database"
}
}
}

Example

License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Установка Mysql Mcp Server Java
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kioyong/mysql-mcp-server-javaFAQ
Mysql Mcp Server Java MCP бесплатный?
Да, Mysql Mcp Server Java MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mysql Mcp Server Java?
Нет, Mysql Mcp Server Java работает без API-ключей и переменных окружения.
Mysql Mcp Server Java — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Mysql Mcp Server Java в Claude Desktop, Claude Code или Cursor?
Открой Mysql Mcp Server Java на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Mysql Mcp Server Java with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
