Skip to content
Claude Desktop

deadends.dev for Claude Desktop

dev.deadends/deadends-dev

Structured failure knowledge for AI agents — dead ends, workarounds, error chains

client:Claude Desktop transport:streamable-http runtime:pypi

Install deadends.dev in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "deadends-dev": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://deadends.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

deadends.dev in other clients