StackQL MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 460 installs a week from pypi. Last commit 1 Aug 2026.
SQL-native query and provisioning engine for cloud infrastructure, served over MCP.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add stackql-mcp -- npx -y @stackql/mcp-server
{
"mcpServers": {
"stackql-mcp": {
"args": [
"-y",
"@stackql/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.stackql-mcp]
command = "npx"
args = ["-y", "@stackql/mcp-server"]
{
"mcpServers": {
"stackql-mcp": {
"args": [
"-y",
"@stackql/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"stackql-mcp": {
"args": [
"-y",
"@stackql/mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.