
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@sqlike/mcp
Advanced tools
MCP server for sqlike — deterministic SQL static analysis. A thin remote client that tokenizes locally and forwards to the sqlike API.
MCP server for sqlike — a deterministic SQL static analyzer and advisor (validity, anti-patterns, rewrites, schema advice) for Postgres, MySQL, SQLite, and SQL Server.
This package is a thin remote client: it tokenizes your SQL locally (identifiers and literals are replaced before anything leaves your machine) and forwards the tokenized query to the sqlike API for analysis. It contains no analysis engine.
No install needed — point your MCP client at it via npx:
{
"mcpServers": {
"sqlike": {
"command": "npx",
"args": ["-y", "@sqlike/mcp"]
}
}
}
It exposes two tools:
analyze — static analysis of a single SQL query.diff — whether two queries are equivalent.Both are read from the environment:
SQLIKE_URL — API base URL (default https://api.sqlike.com).SQLIKE_API_KEY — optional; sent as a Bearer token for higher rate limits.{
"mcpServers": {
"sqlike": {
"command": "npx",
"args": ["-y", "@sqlike/mcp"],
"env": { "SQLIKE_API_KEY": "sk_..." }
}
}
}
The server is a native binary. Each platform's binary is published as its own optional-dependency
package (@sqlike/mcp-linux-x64, @sqlike/mcp-darwin-arm64, …); npm installs only the one matching
your OS and CPU. No install scripts run — this works with --ignore-scripts and in locked-down
environments. Supported: linux x64/arm64, macOS x64/arm64, Windows x64.
MIT OR Apache-2.0
FAQs
MCP server for sqlike — deterministic SQL static analysis. A thin remote client that tokenizes locally and forwards to the sqlike API.
We found that @sqlike/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.