StackQL MCP server - SQL-native query and provisioning engine for cloud infrastructure, served over MCP. Downloads the signed stackql binary on first run.
Project description
stackql-mcp-server
mcp-name: io.github.stackql/stackql-mcp
uvx/pip-able launcher for the StackQL MCP server - a SQL-native query and provisioning engine for cloud and SaaS infrastructure (AWS, Azure, Google, GitHub, Databricks, and 40+ other providers), served over the Model Context Protocol.
On first run, the launcher downloads the signed stackql binary for your
platform from the matching GitHub release (sha256-verified against pins baked
into this package), caches it under ~/.stackql/mcp-server-bin/, and starts
it as an MCP stdio server. Subsequent runs start instantly from the cache.
Pure stdlib - no dependencies.
Usage
With any MCP client that supports stdio servers:
{
"mcpServers": {
"stackql": {
"command": "uvx",
"args": ["stackql-mcp-server"]
}
}
}
Provider credentials are passed through with stackql's standard --auth flag:
{
"mcpServers": {
"stackql": {
"command": "uvx",
"args": [
"stackql-mcp-server",
"--auth={\"github\":{\"type\":\"null_auth\"}}"
]
}
}
}
Or install it: pip install stackql-mcp-server, then use stackql-mcp as the
command. Any extra arguments are passed to stackql after the standard MCP
server arguments. The launcher sets --approot to ~/.stackql and disables
the audit file sink by default; pass your own --approot or --mcp.config
to override (later flags win).
Environment overrides
STACKQL_MCP_BIN- path to an existingstackqlbinary; skips the download.STACKQL_MCP_BUNDLE- path to a local.mcpbbundle to extract the binary from (testing; skips download and sha verification).
Other installation vectors
- Claude Desktop one-click bundles (
.mcpb): https://github.com/stackql/stackql/releases/latest - npm:
npx -y @stackql/mcp-server - Docker:
docker run -i --rm stackql/stackql-mcp - Native installers and package managers: https://stackql.io/docs/installing-stackql
Links
- Docs: https://stackql.io/docs
- MCP Registry:
io.github.stackql/stackql-mcp - Source: https://github.com/stackql/stackql
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stackql_mcp_server-0.10.500.tar.gz.
File metadata
- Download URL: stackql_mcp_server-0.10.500.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96722e2501b2b1658ee9933f220c2038d630e7e3104585d05615acf1a3665a03
|
|
| MD5 |
0967c38de9563025753a2db0a412b48b
|
|
| BLAKE2b-256 |
6740bf2466f06e553886a55f11c1e53cd7369237b6783354a3f3b4a9f65d5d6a
|
File details
Details for the file stackql_mcp_server-0.10.500-py3-none-any.whl.
File metadata
- Download URL: stackql_mcp_server-0.10.500-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65470b07651a472ca2461dc54b0bb3ab5ea159cfb59f2fc37d092283172538c1
|
|
| MD5 |
0b496e86c98e489e076168c3996ac6f1
|
|
| BLAKE2b-256 |
14663349de5afd0a7912a71acece2d7387c49fd458f9161193ffb1afd0c31054
|