Home › MCP server
Model Context Protocol

Ask Claude and Cursor about your app

The MOJAQ MCP server lets your AI assistant query your live app, deploys, errors, logs, uptime and incidents, in plain English. Read-only, EU-hosted, correlated across every tool.

What you can ask

What broke in the last hour?
Show me the errors on /checkout and tail the payment-service logs for timeouts.
What did the last deploy change, and did error rates go up after it?
Is anything down right now, and what's my traffic today?

Because MOJAQ keeps deploys, errors, logs, uptime and feature flags in one place, the assistant can correlate across them, "errors spiked 4 minutes after deploy v2.4.0 while flag new-checkout was on", right inside your editor.

Setup

Add this to your Claude Desktop, Claude Code or Cursor MCP config, with an API key from your dashboard:

{
  "mcpServers": {
    "mojaq": {
      "command": "npx",
      "args": ["-y", "mcp-server-mojaq"],
      "env": { "MOJAQ_API_KEY": "mq_your_key_here" }
    }
  }
}

Tools (all read-only)

ToolWhat it does
project_summaryMonitors + status, open incidents, recent deploys, root-cause hints, log volume
get_timelineOne chronological feed of deploys, incidents, flag changes and hints
explain_recent_regressionTimeline for the last N hours, to reason about a regression
query_logsSearch logs by text, level, service and time window
get_deploysRecent deployments
uptime_statusUptime monitors and their status
search_errorsRecent error-tracking events

Strictly read-only. No tool can change, deploy, delete or send anything, so it is safe to give your assistant standing access.

Bring your app into your AI editor

Free during the open beta. One API key, all your tools, EU-hosted.

Start free →