Skip to content
/ sql-mcp Public

SQL MCP is a Model Context Provider (MCP) server that allows AI applications to execute SQL queries

Notifications You must be signed in to change notification settings

adetxt/sql-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SQL MCP is a Model Context Provider (MCP) server that allows AI applications to execute SQL queries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published