MCP server for database connecting and querying.
Warning
Users assume full responsibility for all database operations performed with this tool. Developers of this project are not liable for any data loss, corruption, or unintended modifications.
- mise v2026.2.11
- Build the MCP server binary.
$ mise build- Configure the binary path in the MCP server settings for any LLM service.
- for Claude Code, modify
.claude.json
{
"mcpServers": {
"database-mcp": {
"command": "/ABSOLUTE_PATH_TO_BINARY/database-mcp"
}
}
}- for GitHub Copilot in VSCode, modify
settings.json
{
"mcp": {
"servers": {
"database-mcp": {
"command": "/ABSOLUTE_PATH_TO_BINARY/database-mcp"
}
}
}
}