StackQL MCP Server
Rank #1,017io.github.stackql/stackql-mcp
SQL-native query and provisioning engine for cloud infrastructure, served over MCP.
StackQL MCP Server is a Model Context Protocol (MCP) server published by stackql. It ranks #1,017 of 98,958 servers tracked on MCP Toplist, and its repository has 867 GitHub stars. StackQL MCP Server is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 3 tracked versions. It was first listed on Apr 12, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 97,941 of 98,958 servers on MCP Toplist.
Use StackQL MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
Add StackQL MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
Published as mcp bundle `https://github.com/stackql/stackql/releases/download/v0.10.582/stackql-mcp-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/stackql/stackql/releases/download/v0.10.582/stackql-mcp-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/stackql/stackql/releases/download/v0.10.582/stackql-mcp-windows-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/stackql/stackql/releases/download/v0.10.582/stackql-mcp-darwin-universal.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"stackql-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/stackql/stackql-mcp:0.10.582"
]
}
}
}{
"mcpServers": {
"stackql-mcp": {
"command": "npx",
"args": [
"-y",
"@stackql/mcp-server"
]
}
}
}{
"mcpServers": {
"stackql-mcp": {
"command": "uvx",
"args": [
"stackql-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.stackql%2Fstackql-mcp)<a href="https://mcptoplist.com/server/io.github.stackql%2Fstackql-mcp"><img src="https://mcptoplist.com/badge/io.github.stackql%2Fstackql-mcp.svg" alt="MCP Toplist: Top 5% of 98,958" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
stackql
Available versions (3)
| Version | Published |
|---|---|
| 0.10.582 | Jul 31, 2026 |
| 0.10.557 | Jul 20, 2026 |
| 0.10.500.2 | Jun 15, 2026 |
Frequently asked questions
- Who maintains StackQL MCP Server?
- StackQL MCP Server is maintained by stackql, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is StackQL MCP Server listed on the Official MCP Registry?
- Yes — StackQL MCP Server is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does StackQL MCP Server have?
- MCP Toplist tracks 3 versions of StackQL MCP Server, most recently published on Jul 31, 2026.
- Where can I find the source code for StackQL MCP Server?
- The source code for StackQL MCP Server is hosted at github.com/stackql/stackql.