Shadow Crawl
Rank #12,969io.github.DevsHero/shadow-crawl
MCP server providing shadow-crawl capabilities
Shadow Crawl is a Model Context Protocol (MCP) server published by DevsHero. It ranks #12,969 of 115,460 servers tracked on MCP Toplist, and its repository has 70 GitHub stars. Shadow Crawl is listed across 2 registries — Official MCP and Smithery, with 3 tracked versions. It was first listed on Feb 13, 2026 and most recently updated on Feb 14, 2026.
Ranks ahead of 102,491 of 115,460 servers on MCP Toplist.
Use Shadow Crawl
claude mcp add --transport http shadow-crawl https://shadowcrawl--devshero.run.tools/[mcp_servers.shadow-crawl]
url = "https://shadowcrawl--devshero.run.tools/"Add to ~/.codex/config.toml.
https://shadowcrawl--devshero.run.tools/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"shadow-crawl": {
"url": "https://shadowcrawl--devshero.run.tools/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"shadow-crawl": {
"type": "http",
"url": "https://shadowcrawl--devshero.run.tools/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"shadow-crawl": {
"serverUrl": "https://shadowcrawl--devshero.run.tools/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"shadow-crawl": {
"url": "https://shadowcrawl--devshero.run.tools/"
}
}
}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.DevsHero%2Fshadow-crawl)<a href="https://mcptoplist.com/server/io.github.DevsHero%2Fshadow-crawl"><img src="https://mcptoplist.com/badge/io.github.DevsHero%2Fshadow-crawl.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
DevsHero
Available versions (3)
| Version | Published |
|---|---|
| 2.0.0-rc | Feb 14, 2026 |
| 1.1.0 | Feb 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Shadow Crawl?
- Shadow Crawl is maintained by DevsHero, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Shadow Crawl listed on the Official MCP Registry?
- Yes — Shadow Crawl is listed on the Official MCP Registry, alongside Smithery.
- How many versions does Shadow Crawl have?
- MCP Toplist tracks 3 versions of Shadow Crawl, most recently published on Feb 14, 2026.
- Where can I find the source code for Shadow Crawl?
- The source code for Shadow Crawl is hosted at github.com/DevsHero/ShadowCrawl.