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: mcp-server-logs-sieve

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.
    Last updated
    48
    100
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that connects Claude (or any MCP compatible client) to your existing log infrastructure. Query, summarize, and trace logs in plain English across GCP Cloud Logging, AWS CloudWatch, Azure Log Analytics, Grafana Loki, and Elasticsearch without writing filter expressions or leaving your editor.
    Last updated
    37
    3
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A read-only MCP server for OpenObserve Community Edition that works over the REST API. Provides tools for searching logs, traces, stream schemas, and dashboards - no Enterprise license required.
    Last updated
    8
    16
    GPL 3.0
  • 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.
    Last updated
    12
    1
    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