MOJAQ
Officialmcp-server-mojaq
Read-only MCP server for MOJAQ — ask Claude, Claude Code or Cursor about your EU-hosted app's deploys, errors, logs, uptime, incidents and root-cause hints, in natural language.
Because MOJAQ keeps all of these in one place, your AI assistant can correlate across them — "errors spiked 4 minutes after deploy v2.4.0 while flag new-checkout was on" — right inside your editor. It is strictly read-only: no tool can change or delete anything.
Setup
You need a MOJAQ API key (from mojaq.com/app/api-keys).
Claude Desktop / Claude Code / Cursor — add to your MCP config:
{
"mcpServers": {
"mojaq": {
"command": "npx",
"args": ["-y", "mcp-server-mojaq"],
"env": { "MOJAQ_API_KEY": "mq_your_key_here" }
}
}
}Then ask your assistant things like:
"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?"
Related MCP server: Elastic MCP Server
Tools
Tool | What it does |
| Monitors + status, open incidents, recent deploys, root-cause hints, log volume |
| One chronological feed of deploys, incidents, flag changes and hints |
| Timeline for the last N hours, to reason about a recent regression |
| Search logs by text, level, service and time window |
| Recent deployments |
| Uptime monitors and their status |
| Recent error-tracking events |
Config
Env | Required | Default |
| yes | — |
| no |
|
Read-only. MIT licensed. EU-hosted (Helsinki).
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
- SpanlyOAuthcom.spanly
MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA read-only MCP server that exposes Quickwit log search and aggregations to LLM clients, enabling natural language log investigation.Apache 2.0
- AlicenseAqualityDmaintenanceA read-only MCP server that gives AI assistants natural language access to Elasticsearch/Kibana logs for querying and analysis.7MIT
- AlicenseAqualityCmaintenanceA read-only MCP server that enables AI assistants to query ServiceNow instances—incidents, changes, users, CMDB—with malformed query linting and injection protection.7MIT

Auralogs MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceA read-only MCP server for the Auralogs logging platform, enabling AI agents to query production logs, search errors, and retrieve AI analyses without write access. It allows you to ask your coding assistant 'what's broken in production right now?' by connecting to your logs via a simple bearer auth key.MIT