JUHE API Marketplace
adetxt avatar
MCP Server

SQL MCP Server

A Model Context Protocol server that provides a standardized interface for interacting with SQL databases through the MCP protocol.

0
GitHub Stars
8/18/2025
Last Updated
MCP Server Configuration
1{
2 "name": "sql-mcp",
3 "command": "npx",
4 "args": [
5 "@adetxt/sql-mcp"
6 ]
7}
JSON7 lines

README Documentation

SQL MCP Server

A Model Context Protocol (MCP) server implementation for SQL databases, providing a standardized interface for interacting with SQL databases through the MCP protocol.

Installation

Install in Widsurf
{
  "mcpServers": {
    "sql-mcp": {
      "command": "npx",
      "args": ["@adetxt/sql-mcp"]
    }
  }
}
Install in Cursor
{
  "mcpServers": {
    "sql-mcp": {
      "command": "npx",
      "args": ["@adetxt/sql-mcp"]
    }
  }
}
Install in VS Code
{
  "mcp": {
    "servers": {
      "sql-mcp": {
        "type": "stdio",
        "command": "npx",
        "args": ["@adetxt/sql-mcp"]
    }
  }
}

License

MIT

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Support

For support, please open an issue in the GitHub repository.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source