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.
Related MCP Servers
- AlicenseCqualityAmaintenanceMCP server for Langfuse observability. Query traces, debug exceptions, analyze sessions, and manage prompts and datasets for your LLM applications.Last updated48100MIT
- Alicense-qualityCmaintenanceAn 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 updated373MIT
- AlicenseBqualityCmaintenanceA 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 updated816GPL 3.0

nahook-mcpofficial
AlicenseAqualityBmaintenanceThe 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 updated121MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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