SQLike
Rank #5,360io.github.orifisher2/sqlike-mcp
SQL static analysis & query-equivalence for Postgres, MySQL, SQLite, and SQL Server
SQLike is a Model Context Protocol (MCP) server published by orifisher2. It ranks #5,360 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. SQLike is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 16, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 126,686 of 132,046 servers on MCP Toplist.
Use SQLike
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sqlike-mcp -e "SQLIKE_API_KEY=<your SQLIKE_API_KEY>" -- npx -y @sqlike/mcpReplace each placeholder with your own value before saving.
[mcp_servers.sqlike-mcp]
command = "npx"
args = ["-y", "@sqlike/mcp"]
[mcp_servers.sqlike-mcp.env]
SQLIKE_API_KEY = "<your SQLIKE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sqlike-mcp": {
"command": "npx",
"args": [
"-y",
"@sqlike/mcp"
],
"env": {
"SQLIKE_API_KEY": "<your SQLIKE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sqlike-mcp": {
"command": "npx",
"args": [
"-y",
"@sqlike/mcp"
],
"env": {
"SQLIKE_API_KEY": "<your SQLIKE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sqlike-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sqlike/mcp"
],
"env": {
"SQLIKE_API_KEY": "<your SQLIKE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sqlike-mcp": {
"command": "npx",
"args": [
"-y",
"@sqlike/mcp"
],
"env": {
"SQLIKE_API_KEY": "<your SQLIKE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sqlike-mcp": {
"command": "npx",
"args": [
"-y",
"@sqlike/mcp"
],
"env": {
"SQLIKE_API_KEY": "<your SQLIKE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.orifisher2%2Fsqlike-mcp)<a href="https://mcptoplist.com/server/io.github.orifisher2%2Fsqlike-mcp"><img src="https://mcptoplist.com/badge/io.github.orifisher2%2Fsqlike-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
orifisher2
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 16, 2026 |
Frequently asked questions
- Who maintains SQLike?
- SQLike is maintained by orifisher2, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SQLike listed on the Official MCP Registry?
- Yes — SQLike is listed on the Official MCP Registry, alongside Glama.
- How many versions does SQLike have?
- MCP Toplist tracks 1 version of SQLike, most recently published on Jul 16, 2026.
- Where can I find the source code for SQLike?
- The source code for SQLike is hosted at github.com/orifisher2/sqlike.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.