Skip to main content
Glama
doctone

inngest-cloud-mcp

by doctone

inngest-cloud-mcp

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"
      }
    }
  }
}

Related MCP server: nahook-mcp

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    A
    maintenance
    MCP server for Langfuse observability. Query traces, debug exceptions, analyze sessions, and manage prompts and datasets for your LLM applications.
    48
    105
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    The official MCP server for Nahook. Manage webhook endpoints, inspect deliveries and delivery attempts, retry failed deliveries, and list environments — directly from Claude, Cursor, Cline, or any MCP-compatible client.
    12
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for Dify Console API that enables managing apps, workflows, knowledge bases, models, plugins, and MCP servers programmatically from Claude Code or any MCP client.
    17
    6
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    MCP server for Langfuse that lets Claude Code create projects, manage API keys, and query traces without touching the web UI. Designed to work with a self-hosted Langfuse v3 stack running locally via Docker Compose.
    20
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/doctone/inngest-cloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server