sql-mcp
SQL MCP is a Model Context Provider (MCP) server that allows AI applications to execute SQL queries
GitHubスター
0
ユーザー評価
未評価
フォーク
1
イシュー
1
閲覧数
1
お気に入り
0
README
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.