dryrun
Rank #1,999io.github.boringSQL/dryrun
PostgreSQL schema intelligence from a committed snapshot. No connection, no credentials.
dryrun is a Model Context Protocol (MCP) server published by boringSQL. It ranks #1,999 of 132,046 servers tracked on MCP Toplist, and its repository has 35 GitHub stars. dryrun is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 4, 2026 and most recently updated on Sep 13, 2026.
Ranks ahead of 130,047 of 132,046 servers on MCP Toplist.
Use dryrun
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dryrun -- npx -y @boringsql/dryrun mcp-serve[mcp_servers.dryrun]
command = "npx"
args = ["-y", "@boringsql/dryrun", "mcp-serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dryrun": {
"command": "npx",
"args": [
"-y",
"@boringsql/dryrun",
"mcp-serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dryrun": {
"command": "npx",
"args": [
"-y",
"@boringsql/dryrun",
"mcp-serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dryrun": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@boringsql/dryrun",
"mcp-serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dryrun": {
"command": "npx",
"args": [
"-y",
"@boringsql/dryrun",
"mcp-serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dryrun": {
"command": "npx",
"args": [
"-y",
"@boringsql/dryrun",
"mcp-serve"
]
}
}
}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.boringSQL%2Fdryrun)<a href="https://mcptoplist.com/server/io.github.boringSQL%2Fdryrun"><img src="https://mcptoplist.com/badge/io.github.boringSQL%2Fdryrun.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
boringSQL
Available versions (4)
| Version | Published |
|---|---|
| 0.17.0 | Sep 13, 2026 |
| 0.16.6 | Sep 3, 2026 |
| 0.16.5 | Sep 2, 2026 |
| 0.15.1 | Aug 23, 2026 |
Frequently asked questions
- Who maintains dryrun?
- dryrun is maintained by boringSQL, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is dryrun listed on the Official MCP Registry?
- Yes — dryrun is listed on the Official MCP Registry, alongside Glama.
- How many versions does dryrun have?
- MCP Toplist tracks 4 versions of dryrun, most recently published on Sep 13, 2026.
- Where can I find the source code for dryrun?
- The source code for dryrun is hosted at github.com/boringSQL/dryrun.
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.