DrillerDB
Rank #20,458com.drillerdb/drillerdb
Drilling jobs, customers, invoices, crews, schedules, and well logs for well contractors.
DrillerDB is a Model Context Protocol (MCP) server published by CraigVG. It ranks #20,458 of 115,591 servers tracked on MCP Toplist. DrillerDB is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 27, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 95,133 of 115,591 servers on MCP Toplist.
Use DrillerDB
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http drillerdb https://mcp.drillerdb.com/[mcp_servers.drillerdb]
url = "https://mcp.drillerdb.com/"Add to ~/.codex/config.toml.
https://mcp.drillerdb.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"drillerdb": {
"url": "https://mcp.drillerdb.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"drillerdb": {
"type": "http",
"url": "https://mcp.drillerdb.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"drillerdb": {
"serverUrl": "https://mcp.drillerdb.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"drillerdb": {
"url": "https://mcp.drillerdb.com/"
}
}
}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/com.drillerdb%2Fdrillerdb)<a href="https://mcptoplist.com/server/com.drillerdb%2Fdrillerdb"><img src="https://mcptoplist.com/badge/com.drillerdb%2Fdrillerdb.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
CraigVG
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Aug 28, 2026 |
| 1.0.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains DrillerDB?
- DrillerDB is maintained by CraigVG, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is DrillerDB listed on the Official MCP Registry?
- Yes — DrillerDB is listed on the Official MCP Registry.
- How many versions does DrillerDB have?
- MCP Toplist tracks 2 versions of DrillerDB, most recently published on Aug 28, 2026.
- Where can I find the source code for DrillerDB?
- The source code for DrillerDB is hosted at github.com/CraigVG/drillerdb-mcp.