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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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
    103
    MIT
  • A
    license
    A
    quality
    B
    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
    -
    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.
    9
    5
    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

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

  • Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

View all MCP Connectors

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