Command Palette

Search for a command to run...

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

Inngest Cloud

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

MCP server for the Inngest Cloud REST API to inspect functions, runs, and events in production from Claude Code, Cursor, or any MCP client.

GitHubEmbed

Описание

MCP server for the Inngest Cloud REST API to inspect functions, runs, and events in production from Claude Code, Cursor, or any MCP client.

README

MCP server for the Inngest Cloud REST API — inspect functions, runs, and events in production from Claude Code, Cursor, or any MCP client.

Setup

Claude Code

claude mcp add inngest-cloud -- npx inngest-cloud-mcp

Then set the INNGEST_SIGNING_KEY environment variable. Find yours at app.inngest.com.

Manual (.mcp.json)

{
  "mcpServers": {
    "inngest-cloud": {
      "command": "npx",
      "args": ["inngest-cloud-mcp"],
      "env": {
        "INNGEST_SIGNING_KEY": "your-signing-key"
      }
    }
  }
}

Tools

Tool Description
list_events List recent events with optional name/time filters
get_event Get a single event by ID
get_event_runs List function runs triggered by an event
get_run Get status and output of a function run
cancel_run Cancel a specific function run
list_functions List all functions for an app
create_cancellation Bulk cancel runs matching criteria
list_cancellations List active bulk cancellation rules

Development

pnpm install
pnpm run dev        # Run with tsx
pnpm run build      # Build with tsup
pnpm run typecheck  # Type check

License

MIT

from github.com/doctone/inngest-cloud-mcp

Установить Inngest Cloud в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install inngest-cloud-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add inngest-cloud-mcp -- npx -y inngest-cloud-mcp

FAQ

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

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

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

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

Inngest Cloud — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Inngest Cloud with

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

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

Автор?

Embed-бейдж для README

Похожее

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