inngest-cloud-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@inngest-cloud-mcplist my recent failed function runs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpThen 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 recent events with optional name/time filters |
| Get a single event by ID |
| List function runs triggered by an event |
| Get status and output of a function run |
| Cancel a specific function run |
| List all functions for an app |
| Bulk cancel runs matching criteria |
| List active bulk cancellation rules |
Development
pnpm install
pnpm run dev # Run with tsx
pnpm run build # Build with tsup
pnpm run typecheck # Type checkLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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