Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Pitstop

БесплатноНе проверен

Description: Classify AI/API execution failures. * Returns WAIT, CAP, or STOP with * corpus-grounded precedent from 63 * confirmed production failures.

GitHubEmbed

Описание

Description: Classify AI/API execution failures. * Returns WAIT, CAP, or STOP with * corpus-grounded precedent from 63 * confirmed production failures.

README

The reliability layer for AI agents.

When your agent fails at an execution boundary, Pitstop tells it what happened, what it costs, and how to recover.


The truck stop for AI agents

Agents pull in when execution fails. They get what they need and get back on the road. Every stop makes the next stop faster.


Install

smithery badge

Add to Kiro


/classify

POST a 429 status + headers, get back a classification:

curl -s -X POST https://web-production-273d3.up.railway.app/classify \
  -H "Content-Type: application/json" \
  -d '{"status":429,"headers":{"retry-after":"30"},"provider":"anthropic"}'

Returns: WAIT / CAP / STOP + fix shape + matched corpus precedent.


The corpus

63 production failure receipts. 14 confirmed and merged by maintainers.

github.com/SirBrenton/pitstop-truth


Architecture

pitstop-truth (corpus)
      ↓
ChromaDB (local vector index)
      ↓
/classify (Railway endpoint)
      ↓
MCP server (agents call this)

Contact

[email protected] pitstop.dev @SirBrenton on GitHub

from github.com/pitstop-hq/pitstop

Установка Pitstop

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/pitstop-hq/pitstop

FAQ

Pitstop MCP бесплатный?

Да, Pitstop MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Pitstop?

Нет, Pitstop работает без API-ключей и переменных окружения.

Pitstop — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Pitstop в Claude Desktop, Claude Code или Cursor?

Открой Pitstop на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Pitstop with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai