Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI โ†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
  • Remote MCP โ†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) โ†— (opens in a new tab)
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Deadends.dev
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:38:26 PM

Deadends.dev

Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View RepositoryVisit Website

Structured failure knowledge for AI agents โ€” dead ends, workarounds, error chains

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "deadends-dev": {
      "command": "npx",
      "args": [
        "-y",
        "deadends-dev"
      ]
    }
  }
}

๐Ÿ’ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

deadends.dev

Precision@1 MRR Entries Domains Countries MCP Tools PyPI License

Stop AI agents from repeating known failures - in code AND in the real world.

AI assistants reliably fumble two kinds of problems: known-failed code fixes, and country-specific real-world rules they've never been exposed to in training. deadends.dev now covers both:

  • Code errors (2,089 entries, 51 domains): what NOT to try when an agent hits ModuleNotFoundError, CUDA OOM, CrashLoopBackOff, etc.
  • Country-scoped dead ends (250+ entries across 52 countries): visa rules (ETA/eVisitor, NZeTA, e-visas, arrival cards), banking requirements, legal red lines (lรจse-majestรฉ, ยง86a, Article 301), cultural taboos (chopsticks in rice, clock gifts in China, red-ink names in Korea), food safety (tap-water safety by country), emergency numbers, driving norms (left-hand traffic), housing contracts - all the friction where a plausible-sounding global answer is wrong locally.

Why the expansion? Coding dead ends are largely solved by a good LLM. Country-specific friction - Japanese hanko requirements, Schengen 90/180 math, Ramadan business hours, Saudi alcohol ban, Indian beef taboos - is where generic AI advice breaks hardest. The codebase and schema are identical; the env segment just carries a country code.

90% Precision@1 ยท 0.935 MRR ยท Data Quality Dashboard

Website: deadends.dev ยท MCP Server: Smithery ยท PyPI: deadends-dev ยท API: /api/v1/index.json Repository: https://github.com/dbwls99706/deadends.dev

Why Use This?

Without deadends.devWith deadends.dev
Agent tries sudo pip install โ†’ breaks system Python โ†’ wastes 3 retriesAgent sees "dead end: sudo pip - fails 70%" โ†’ skips it immediately
Agent tells user to tip 15% at a Tokyo restaurantAgent knows tipping is refused in Japan (culture/tipping-refused/jp)
Agent drafts a Thai social post referencing King Rama XAgent stops: Article 112 lรจse-majestรฉ risk (legal/lese-majeste-article-112/th)
Agent fixes error A, gets confused by error BAgent knows "A leads to B 78% of the time" โ†’ handles both
Agent tells unmarried couple to kiss publicly in DubaiAgent flags UAE public decency law (legal/unmarried-public-affection/ae)

What makes this different from asking an LLM?

  • Deterministic: Same query โ†’ same answer, every time. No hallucination.
  • Country-scoped: ID format {domain}/{slug}/{env} - env holds the country code (kr, jp, us, de...) so the same taboo can be answered differently for different jurisdictions.
  • Primary-sourced: Every country canon cites government sites, embassies, or verifiable reporting. No "based on general knowledge" answers.
  • Community-validated: Fix success rates updated from real outcome reports.
  • Sub-millisecond: Local regex matching, no API roundtrip.

ํ˜„์‹ค์ ์ธ ํ•œ๊ณ„ (์šด์˜ ๊ด€์ )

  • ๋ชจ๋“  ์—๋Ÿฌ๋ฅผ ๋‹ค ์ปค๋ฒ„ํ•˜์ง€๋Š” ๋ชปํ•ฉ๋‹ˆ๋‹ค. ์—†๋Š” ์ผ€์ด์Šค๋Š” ์ด์Šˆ/PR/report_outcome๋กœ ๋น ๋ฅด๊ฒŒ ๋ณด์™„ํ•ฉ๋‹ˆ๋‹ค.
  • ์„ค๋ช…์˜ ๊นŠ์ด๋ณด๋‹ค ์‹ค์ „ ํ•ด๊ฒฐ ์šฐ์„ (dead end/workaround ์ค‘์‹ฌ)์œผ๋กœ ์„ค๊ณ„๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.
  • ์‹ ๋ขฐ์„ฑ์€ ๋„๋ฉ”์ธ/์ผ€์ด์Šค๋งˆ๋‹ค ๋‹ค๋ฅผ ์ˆ˜ ์žˆ์œผ๋ฏ€๋กœ, ๊ณ ์œ„ํ—˜ ๋ณ€๊ฒฝ์€ ๊ณต์‹ ๋ฌธ์„œ/๋ฒค๋” ๊ฐ€์ด๋“œ์™€ ๊ต์ฐจ ๊ฒ€์ฆ์„ ๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค.

Quick Start (30 seconds)

Terminal
pip install deadends-dev
deadends "CUDA error: out of memory"

MCP Server (Claude Desktop / Cursor)

Add to ~/.claude/claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "deadend": {
      "command": "python",
      "args": ["-m", "mcp.server"],
      "cwd": "/path/to/deadends.dev"
    }
  }
}

Or install via Smithery (no local setup):

Terminal
npx -y @smithery/cli@latest install deadend/deadends-dev --client claude

MCP Unauthorized ๋น ๋ฅธ ํ•ด๊ฒฐ ๊ฐ€์ด๋“œ (์‚ฌ๋žŒ์šฉ)

deadend: calling "initialize": sending "initialize": Unauthorized ์—๋Ÿฌ๊ฐ€ ๋ณด์ด๋ฉด ์•„๋ž˜๋ฅผ ์ˆœ์„œ๋Œ€๋กœ ๊ทธ๋Œ€๋กœ ์‹คํ–‰/ํ™•์ธํ•˜์„ธ์š”.

  1. ๋กœ์ปฌ ์„œ๋ฒ„ ๋ชจ๋“œ์ธ์ง€, ์›๊ฒฉ(Smithery) ๋ชจ๋“œ์ธ์ง€ ํ•˜๋‚˜๋งŒ ์‚ฌ์šฉ
bash
# ๋กœ์ปฌ ์„œ๋ฒ„ ํ™•์ธ (์ •์ƒ ์‹œ ํˆด ๋ชฉ๋ก์ด ์ถœ๋ ฅ๋จ)
python -m mcp.server --help
  1. Claude Desktop ์„ค์ • ํŒŒ์ผ ์ ๊ฒ€ (cwd๋Š” ์‹ค์ œ ๊ฒฝ๋กœ์—ฌ์•ผ ํ•จ)
bash
cat ~/.claude/claude_desktop_config.json
  1. ๋กœ์ปฌ ์„œ๋ฒ„ ์ง์ ‘ ์‹คํ–‰ ํ…Œ์ŠคํŠธ
bash
cd /path/to/deadends.dev
python -m mcp.server
  1. Smithery ๋ชจ๋“œ๋ผ๋ฉด ์žฌ์„ค์น˜(ํ† ํฐ/์„ค์ • ๊ผฌ์ž„ ๋ณต๊ตฌ)
Terminal
npx -y @smithery/cli@latest uninstall deadend/deadends-dev --client claude
npx -y @smithery/cli@latest install deadend/deadends-dev --client claude
  1. ๋งˆ์ง€๋ง‰์œผ๋กœ Claude Desktop ์™„์ „ ์žฌ์‹œ์ž‘
bash
# macOS ์˜ˆ์‹œ
osascript -e 'quit app "Claude"'
open -a Claude

ํŒ: Unauthorized๋Š” ๋ณดํ†ต ์ž˜๋ชป๋œ cwd, ์ค‘๋ณต ์„œ๋ฒ„ ์„ค์ •(๋กœ์ปฌ+์›๊ฒฉ ๋™์‹œ), ๋˜๋Š” ๋งŒ๋ฃŒ๋œ ์ธ์ฆ ์ƒํƒœ์—์„œ ๋ฐœ์ƒํ•ฉ๋‹ˆ๋‹ค.

Antigravity (Google AI IDE)

Add as a remote MCP server - no authentication required:

config.json
{
  "mcpServers": {
    "deadend": {
      "serverUrl": "https://deadends.dev/mcp",
      "type": "http"
    }
  }
}

Note: Antigravity uses serverUrl (not url). If you get Unauthorized, remove any existing deadend entries from the MCP Store and re-add manually using the config above. See the Antigravity MCP auth guide for general troubleshooting.

Python SDK

server.ts
from generator.lookup import lookup, batch_lookup, search

# Single error lookup
result = lookup("ModuleNotFoundError: No module named 'torch'")

# What NOT to try (saves tokens and time)
for d in result["dead_ends"]:
    print(f"AVOID: {d['action']} - fails {int(d['fail_rate']*100)}%")

# What actually works
for w in result["workarounds"]:
    print(f"TRY: {w['action']} - works {int(w['success_rate']*100)}%")

# Batch lookup (multiple errors at once)
results = batch_lookup(["error1", "error2", "error3"])

Example Response

Code
## ModuleNotFoundError: No module named 'X' (Python 3.11+)
Resolvable: true | Fix rate: 0.88

### Dead Ends (DO NOT TRY):
- pip install X with system Python (fails 70%): venv not activated

### Workarounds (TRY THESE):
- Create venv, activate, then pip install (works 95%)
- Use python -m pip install instead of bare pip (works 90%)

MCP Tools (11)

ToolDescription
lookup_errorMatch an error message against 2000+ known patterns
get_error_detailFull canon by ID
list_error_domainsAll 54 domains with counts
search_errorsTF-IDF keyword search across all domains
list_errors_by_domainAll errors in a domain
list_errors_by_countryAll country-scoped dead ends for an ISO alpha-2 code
get_country_summaryCountry-level summary (entries, fix rate, domain mix)
batch_lookupLook up multiple errors at once (max 10)
get_domain_statsDomain quality metrics and confidence levels
get_error_chainTraverse the error transition graph
report_outcomeReport whether a workaround worked (feeds back into success rates)

API Endpoints

EndpointDescription
/api/v1/match.jsonLightweight regex matching (fits in context window)
/api/v1/index.jsonFull error index with metadata (entries include country field for country canons)
/api/v1/{id}.jsonIndividual ErrorCanon
/api/v1/countries.jsonCountry index with counts and update dates
/api/v1/country/{cc}.jsonPer-country aggregate (one call returns all entries for that country)
/api/v1/openapi.jsonOpenAPI 3.1 spec
/api/v1/stats.jsonDataset quality metrics by domain
/api/v1/errors.ndjsonNDJSON streaming
/llms.txtLLM-optimized listing (llmstxt.org)
/dashboard/Data quality dashboard

Covered Domains (54)

Code error domains (51)

DomainErrorsExamples
Python88ModuleNotFoundError, TypeError, KeyError, MemoryError, RecursionError
Node70ERR_MODULE_NOT_FOUND, EACCES, EADDRINUSE, heap OOM, ERR_REQUIRE_ESM
Docker65no space left, exec format error, bind address in use, healthcheck
Kubernetes61CrashLoopBackOff, ImagePullBackOff, OOMKilled, RBAC forbidden, HPA
Git60failed to push, merge conflicts, detached HEAD, stash apply, tags
CUDA57OOM, device-side assert, NCCL, cuDNN, tensor device mismatch
Go54nil pointer, unused import, interface conversion, slice out of range
Java54NullPointerException, ClassNotFound, OutOfMemoryError, connection pool
Database52deadlock, connection pool, slow query, replication lag
AWS51AccessDenied, S3 NoSuchBucket, Lambda timeout, CloudFormation rollback
.NET50NullReferenceException, LINQ translation, DI circular, EF concurrency
ROS 250node spin, launch error, QoS mismatch, tf2 transform
TypeScript49TS2307, TS2322, TS2345, TS2532, TS7053
Rust48E0382 borrow, E0308 mismatch, E0277 trait, E0106 lifetime
+ 37 more domains40+ eachCI/CD, PHP, Terraform, Networking, Next.js, React, pip, Android, ...

Country-scoped real-world domains (new, growing)

DomainCoversExample dead ends
visaPre-travel authorization, overstay, re-entry bansESTA 90-day rule (US), K-ETA (KR), ETIAS/EES (Schengen), Schengen 90/180 (DE)
bankingAccount opening, KYC, foreigner rulesARC required (KR), residence card 6-month (JP), SSN/ITIN (US)
emergencyCorrect emergency numbers, transit112 not 911 (DE), 999/101/111 (UK)
medicalInsurance, Rx import, coverageShaho/Kokuho (JP), NHIS 6-month (KR), EHIC ineligibility (DE), Adderall import ban (JP)
legalCriminal liability, contract normsยง86a Nazi symbols (DE), Article 112 (TH), Article 301 (TR), alcohol ban (SA), key money (JP)
cultureEtiquette, taboos, social normsChopsticks in rice (JP), clock gifts (CN), Tiananmen silence, red ink names (KR), bonjour (FR)
food-safetyWater, pathogens, religious taboosTap water (MX), fugu license (JP), beef in India, pork in Indonesia
communicationLanguage register, terminologyHonorifics (KR), American War framing (VN), 'gringo' (MX), Cantonese vs Mandarin (HK)
safetyDriving, public-safety normsLeft-side drive (JP), Autobahn rules (DE), horn-language (IN)

Data Quality

All metrics are publicly available on the Data Quality Dashboard:

  • 2,204 canon entries across 54 domains and 39+ countries
  • Benchmark: 90% Precision@1, 95% Precision@3, 0.935 MRR (on code scenarios)
  • Error transition graph: 4,330+ edges connecting related errors
  • Community feedback loop: report_outcome updates fix success rates from real usage
  • Country canons: every entry cites primary gov/embassy/regulator sources, reviewed by humans (review_status: human_reviewed), no LLM bulk generation

Country coverage (52 countries as of v0.10)

kr ยท jp ยท us ยท de ยท uk ยท fr ยท it ยท es ยท nl ยท ch ยท pt ยท ie ยท at ยท be ยท se ยท no ยท dk ยท fi ยท pl ยท gr ยท cn ยท hk ยท tw ยท th ยท in ยท vn ยท id ยท sg ยท ph ยท my ยท pk ยท bd ยท sa ยท ae ยท tr ยท il ยท ru ยท br ยท mx ยท ar ยท cl ยท co ยท pe ยท au ยท nz ยท eg ยท ma ยท et ยท ng ยท ke ยท za ยท ca

See /country/ hub or /api/v1/countries.json for the authoritative list with counts.

See docs/country-canon-guide.md for the authoring workflow, sourcing requirements, and confidence calibration.

Contributing

See CONTRIBUTING.md for full details.

  • GitHub ์ž๋™ ์ˆ˜์ง‘ ์šด์˜์•ˆ: docs/GITHUB_DATA_COLLECTION_STRATEGY.md

  • ์ž๋™ ์ˆ˜์ง‘ ์ฃผ๊ธฐ: 6์‹œ๊ฐ„๋งˆ๋‹ค(ํ•˜๋ฃจ 4ํšŒ), ๊ธฐ๋ณธ ํ’ˆ์งˆ ํ•„ํ„ฐ: min_score=2

  • ์ˆ˜์ง‘ ๋ฐ์ดํ„ฐ๋Š” ํ›„๋ณด์ด๋ฉฐ, ์ตœ์ข… ๋ฐ˜์˜์€ maintainer ๊ฒ€์ˆ˜ ํ›„ ์ง„ํ–‰

  • Submit a new error

  • Report a workaround result

  • Use report_outcome via MCP after trying a workaround

Development

Terminal
pip install -e ".[dev]"

python -m generator.pipeline          # Full pipeline
python -m generator.build_site        # Build static site
python -m generator.validate          # Validate data + site
python -m pytest tests/ -v            # Run tests
ruff check generator/ tests/          # Lint
python benchmarks/run_benchmark.py    # Run benchmarks

SEO ์ ๊ฒ€ ๊ฐ€์ด๋“œ (๋ชจ๋“  ํŽ˜์ด์ง€ ๊ณตํ†ต)

์•„๋ž˜ ๋ช…๋ น์€ ํ…œํ”Œ๋ฆฟ์— ํ•ต์‹ฌ SEO ์‹ ํ˜ธ๊ฐ€ ์žˆ๋Š”์ง€ ๋น ๋ฅด๊ฒŒ ์ ๊ฒ€ํ•ฉ๋‹ˆ๋‹ค.

server.ts
python - <<'PY'
from pathlib import Path
files=[
  'generator/templates/index.html',
  'generator/templates/domain.html',
  'generator/templates/error_summary.html',
  'generator/templates/page.html',
  'generator/templates/search.html',
  'generator/templates/dashboard.html',
]
required=[
  '<title',
  'meta name="description"',
  'meta name="robots"',
  'link rel="canonical"',
  'meta property="og:title"',
  'meta name="twitter:card"',
]
for f in files:
    txt=Path(f).read_text()
    missing=[r for r in required if r not in txt]
    print(f'โœ… {f}' if not missing else f'โŒ {f} missing: {", ".join(missing)}')
PY

์‹ค์ œ ๋นŒ๋“œ ๊ฒฐ๊ณผ๋ฌผ๊นŒ์ง€ ํ™•์ธํ•˜๋ ค๋ฉด:

bash
python -m generator.build_site
python -m http.server -d public 8080

๊ทธ ํ›„ ๋ธŒ๋ผ์šฐ์ €์—์„œ ์•„๋ž˜๋ฅผ ์ ๊ฒ€:

  • view-source:http://localhost:8080/search/
  • view-source:http://localhost:8080/dashboard/
  • canonical / og / twitter / JSON-LD ์œ ํšจ์„ฑ

Changelog

v0.10.0 - Country coverage expansion

  • 250+ country canons across 52 countries (up from 56 across 20): emergency numbers for nearly every supported country, modern visa gateways (ETA/eVisitor, NZeTA, e-visas, digital arrival cards), medication-import rules, tap-water safety, left-hand-traffic safety, and banking access - all primary-sourced and human-reviewed
  • By-destination cross-linking: country summary pages now link to other dead ends for the same country across domains (a "More dead ends in {country}" section), strengthening topical internal linking
  • SEO: sitemap <priority> weighted by page strength (country/high-evidence pages ranked higher); JSON-LD omits empty dates
  • Style: em-dash removed site-wide in favor of the hyphen

v0.9.0 - Country pivot

  • New axis: country-scoped real-world dead ends alongside code errors
  • 56+ country canons across 20+ countries - visa, banking, legal red lines, cultural taboos, food safety, emergency numbers, driving norms
  • 3 new domains: visa, banking, emergency (plus extended use of existing legal, culture, medical, communication, food-safety, safety domains with country env segment)
  • Per-country landing pages at /country/{cc}/ (e.g. /country/jp/)
  • generator.country_canon_template helper for authoring new country canons with validated env-segment + audience + jurisdiction metadata
  • docs/country-canon-guide.md: sourcing standards (primary > embassy

    reputable media), confidence calibration, slug/regex conventions

  • Schema unchanged (backward-compatible enum extensions); existing 2,089 code canons preserved

v0.8.0

  • Benchmark suite: 20 error scenarios, Precision@1=90%, MRR=0.935
  • Data quality dashboard at /dashboard/ - transparent metrics
  • Outcome feedback loop: report_outcome โ†’ aggregated stats โ†’ fix_success_rate updates
  • Usage analytics: anonymous tool usage tracking (domain/match only, no PII)
  • Community contribution: GitHub Issue templates for new errors and workaround reports
  • TF-IDF search: improved relevance with smoothed IDF scoring
  • Error transition graph: materialized graph with 4,330+ edges, hub node analysis
  • 9 MCP tools (added report_outcome)

v0.7.0

  • Expanded to 2089 error entries across 51 domains (from 1028/20)
  • Added 23 new domains
  • Fixed 73 regex patterns that didn't match their own signatures

v0.5.0

  • page_url field added to index.json, errors.ndjson, and all SDK/MCP responses
  • SEO fixes for canonical summary URLs

v0.4.0

  • Initial public release with 1028 error entries across 20 domains

License

MIT (code) ยท CC BY 4.0 (data)

Ops Docs

  • SEO ์šด์˜ ๊ฐ€์ด๋“œ: docs/SEO_OPERATIONS_GUIDE.md
  • PyPI ๋ฆด๋ฆฌ์ฆˆ ๋งค๋‰ด์–ผ: docs/PYPI_RELEASE_MANUAL.md

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Ai Netcafe โ†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    ๐Ÿ’ป Developer Tools7 views
    Compare vs Claude Task Master โ†’
  • M
    Mcp

    The shared work-management office for AI agents โ€” projects, tasks, decisions, knowledge, handoffs.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Mcp โ†’
  • M
    Mcp

    Workix hub catalog plus freelance digest/search and proposal helpers for AI agents

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Mcp โ†’

Frequently Asked Questions about Deadends.dev

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "deadends-dev": { "command": "npx", "args": ["-y", "deadends.dev"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDeadends.dev AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/deadends-dev?style=directory)](https://allmcps.com/mcp/deadends-dev)
HTML Embed
<a href="https://allmcps.com/mcp/deadends-dev"><img src="https://allmcps.com/api/badge/deadends-dev?style=directory" alt="Deadends.dev on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging ยท 27/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge โ€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Deadends.dev โ†’Install in Claude DesktopInstall in CursorInstall in VS Code