
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@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.
The npm package @sqlike/mcp receives a total of 91 weekly downloads. As such, @sqlike/mcp popularity was classified as not popular.
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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.