Mcpql Sql Server Mcp Server MCP Server #331
Replies: 1 comment
-
MCPQL - SQL Server MCP ServerA comprehensive Model Context Protocol (MCP) server for SQL Server database operations. This server provides 10 powerful tools for database analysis, object discovery, and data manipulation through the MCP protocol. 🚀 Quick StartPrerequisites
Installation & ConfigurationOption 1: Using npx from GitHub (Recommended)No installation needed! Just configure your MCP client: For Claude Desktop ( {
"mcpServers": {
"mcpql": {
"command": "npx",
"args": ["-y", "hendrickcastro/mcpql"],
"env": {
"DB_AUTHENTICATION_TYPE": "sql",
"DB_SERVER": "your_server",
"DB_NAME": "your_database",
"DB_USER": "your_username",
"DB_PASSWORD": "your_password",
"DB_PORT": "1433",
"DB_ENCRYPT": "false",
"DB_TRUST_SERVER_CERTIFICATE": "true"
}
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Mcpql Sql Server Mcp Server MCP Server
https://mcp.so/server/mcpql---sql-server-mcp-server/hendrickcastro?tab=comments
Beta Was this translation helpful? Give feedback.
All reactions