Skip to content

pasca-l/database-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database MCP

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.

Screenshots

Requirements

  • mise v2026.2.11

Usage

  1. Build the MCP server binary.
$ mise build
  1. 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"
      }
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages