Dig
Rank #15,495io.github.nakishiyaman/dig
MCP server providing dig capabilities
Dig is a Model Context Protocol (MCP) server published by nakishiyaman. It ranks #15,495 of 132,046 servers tracked on MCP Toplist. Dig is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on Mar 10, 2026.
Ranks ahead of 116,551 of 132,046 servers on MCP Toplist.
Use Dig
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dig -- npx -y mcp-server-dig[mcp_servers.dig]
command = "npx"
args = ["-y", "mcp-server-dig"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dig": {
"command": "npx",
"args": [
"-y",
"mcp-server-dig"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dig": {
"command": "npx",
"args": [
"-y",
"mcp-server-dig"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dig": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-dig"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dig": {
"command": "npx",
"args": [
"-y",
"mcp-server-dig"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dig": {
"command": "npx",
"args": [
"-y",
"mcp-server-dig"
]
}
}
}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.nakishiyaman%2Fdig)<a href="https://mcptoplist.com/server/io.github.nakishiyaman%2Fdig"><img src="https://mcptoplist.com/badge/io.github.nakishiyaman%2Fdig.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nakishiyaman
Available versions (2)
| Version | Published |
|---|---|
| 0.4.1 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dig?
- Dig is maintained by nakishiyaman, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Dig listed on the Official MCP Registry?
- Yes — Dig is listed on the Official MCP Registry.
- How many versions does Dig have?
- MCP Toplist tracks 2 versions of Dig, most recently published on Mar 10, 2026.
- Where can I find the source code for Dig?
- The source code for Dig is hosted at github.com/nakishiyaman/mcp-server-dig.
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.