mcpbeat Sign in

StackQL MCP Server

local only

StackQL MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 186 installs a week from pypi. Last commit 18 Sep 2026.

SQL-native query and provisioning engine for cloud infrastructure, served over MCP.

Installs per day peak 171 · avg 19 · +89% w/w
a month agotoday
186
Installs / week
npm · @stackql/mcp-server
965
Stars
98 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

A live secret is committed in the code .vscode/launch.json:241, .vscode/mcp.json:38
…ws_signing_v4\", \"credentialsfilepath\": \"${workspaceFolder}/cicd/keys/integration/aws-secret-key.txt\", \"keyID\": \"AKIA376P4FQSS2ONB2NS\" }, \"netlify\": { \"type\": \"api_key\", \"valuePrefix\": \"Bearer \", \"credentialsfilepath\": \"${workspaceFolder}/cicd/keys/netlify-to…
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/stackql_mcp_server/__init__.py:1
этот файл ставится пользователю, но в репозитории его нет
Runs with shell=True cicd/python/build.py:27
        shell=True
    rv, err := filepath.Abs(filepath.Join(curDir, "../../..", relativePath))
  const child = spawn(bin, args, { stdio: "inherit", windowsHide: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch StackQL MCP Server and you get told the day something new turns up.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add stackql-mcp -- npx -y @stackql/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stackql-mcp": {
      "args": [
        "-y",
        "@stackql/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stackql-mcp]
command = "npx"
args = ["-y", "@stackql/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "stackql-mcp": {
      "args": [
        "-y",
        "@stackql/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stackql-mcp": {
      "args": [
        "-y",
        "@stackql/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to StackQL MCP Server

same job, measured the same way
MCP Trino
by tuannvm

MCP server for Trino distributed SQL query engine access

local only
I
Exoscale MCP Server
by samisouabni

MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage

61 installs/wk local only
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
freebase.cloud
by freebase

Free cloud databases over MCP: query, store, list and annotate across 15 engines.

answering
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
Ainative Postgres MCP
by ainative-studio

Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.

74 installs/wk local only
Mysql
by codechap

MCP server for MySQL/MariaDB — pooled async queries with destructive-query safety

local only
Statey
by statey

An agent-native database over MCP: shared, validated, structured records in every AI chat.

answering

StackQL MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for StackQL MCP Server?
StackQL MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @stackql/mcp-server was installed 186 times last week.
How do I connect StackQL MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @stackql/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use StackQL MCP Server?
The npm package @stackql/mcp-server was installed 186 times in the last week. Week over week that is +89%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is StackQL MCP Server open source?
Yes — it is published under the MIT licence, written in Go, 965 stars on GitHub and 98 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.