AdoMcp
Rank #7,293io.github.John0King/adomcp
Database MCP server for schema discovery, comments, and SQL queries.
AdoMcp is a Model Context Protocol (MCP) server published by john0king. It ranks #7,293 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. AdoMcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Sep 18, 2025 and most recently updated on Aug 21, 2026.
Ranks ahead of 108,298 of 115,591 servers on MCP Toplist.
Use AdoMcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add adomcp -- dnx adomcp[mcp_servers.adomcp]
command = "dnx"
args = ["adomcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"adomcp": {
"command": "dnx",
"args": [
"adomcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"adomcp": {
"command": "dnx",
"args": [
"adomcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"adomcp": {
"type": "stdio",
"command": "dnx",
"args": [
"adomcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"adomcp": {
"command": "dnx",
"args": [
"adomcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"adomcp": {
"command": "dnx",
"args": [
"adomcp"
]
}
}
}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.John0King%2Fadomcp)<a href="https://mcptoplist.com/server/io.github.John0King%2Fadomcp"><img src="https://mcptoplist.com/badge/io.github.John0King%2Fadomcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
john0king
Other servers by john0king
View all john0king servers →Available versions (3)
| Version | Published |
|---|---|
| 1.2.0 | Aug 21, 2026 |
| 1.1.0 | Aug 7, 2026 |
| 1.0.2 | Apr 25, 2026 |
Frequently asked questions
- Who maintains AdoMcp?
- AdoMcp is maintained by john0king, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is AdoMcp listed on the Official MCP Registry?
- Yes — AdoMcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AdoMcp have?
- MCP Toplist tracks 3 versions of AdoMcp, most recently published on Aug 21, 2026.
- Where can I find the source code for AdoMcp?
- The source code for AdoMcp is hosted at github.com/john0king/adomcp.