Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsApr 8, 2026·2 min de lecture

Axiom MCP — Log Search and Analytics for AI Agents

MCP server that gives AI agents access to Axiom log analytics. Query logs, traces, and metrics through natural language for AI-powered observability and incident response.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Axiom MCP — Log Search and Analytics for AI Agents
Commande de staging sûr
npx -y tokrepo@latest install 655bef8a-41bb-4eda-8f5b-29d1d4cb8c74 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

TL;DR
Axiom MCP lets AI agents query logs, traces, and metrics through natural language for observability analysis and incident response.
§01

What it is

Axiom MCP is an MCP server that connects AI agents to Axiom's log analytics platform. It enables agents to query logs, traces, and metrics using natural language instead of writing APL (Axiom Processing Language) queries manually. The server translates agent requests into structured queries against your Axiom datasets.

This tool targets SRE teams, DevOps engineers, and developers who use Axiom for observability and want AI assistance for log analysis, incident investigation, and metric exploration. The MCP interface makes Axiom data accessible to any MCP-compatible AI agent.

§02

How it saves time or tokens

Instead of writing APL queries manually during an incident, you describe what you need in natural language. The AI agent constructs the query, executes it via the MCP server, and interprets the results. This reduces the time between 'something is wrong' and 'here is the root cause.' The agent can correlate across multiple datasets without you switching between dashboard views.

§03

How to use

  1. Add the Axiom MCP server to your agent configuration with your Axiom API token and org ID.
  2. Start your AI agent (Claude Code, Claude Desktop, etc.) with the MCP server configured.
  3. Ask natural language questions about your logs, traces, and metrics.
§04

Example

{
  "mcpServers": {
    "axiom": {
      "command": "npx",
      "args": ["-y", "axiom-mcp"],
      "env": {
        "AXIOM_TOKEN": "xaat-your-token",
        "AXIOM_ORG_ID": "your-org"
      }
    }
  }
}

Then ask your agent:

  • 'Show me error logs from the last hour'
  • 'What caused the spike in 500 errors at 3pm?'
  • 'Find all requests with latency above 2 seconds'
§05

Related on TokRepo

§06

Common pitfalls

  • The Axiom API token determines what datasets the agent can access. Use a token with read-only permissions scoped to the datasets you want to expose.
  • Large time ranges can return massive result sets. Encourage the agent to use narrow time windows or add filters to keep queries efficient.
  • The MCP server requires network access to Axiom's API. It does not work in air-gapped environments.

Questions fréquentes

What is Axiom?+

Axiom is a cloud-native log analytics and observability platform. It ingests logs, traces, and metrics with no indexing overhead and provides APL (Axiom Processing Language) for querying. The MCP server provides AI agent access to these capabilities.

Which AI agents support this MCP server?+

Any MCP-compatible agent works, including Claude Code, Claude Desktop, and other agents that support the Model Context Protocol. The server runs as a local process that the agent communicates with via stdio.

Is my data sent to the AI model?+

The AI agent sends queries to Axiom via the MCP server and receives results. The query results pass through the AI model for interpretation. Use scoped API tokens and narrow queries to limit data exposure.

Can I use this for automated alerting?+

The MCP server is designed for interactive queries, not automated alerting. For automated monitoring, use Axiom's built-in alerting features. The MCP server is best for ad-hoc investigation and incident response.

What query language does Axiom use?+

Axiom uses APL (Axiom Processing Language), which is similar to KQL (Kusto Query Language). The MCP server abstracts this by letting agents ask natural language questions that get translated to APL queries.

Sources citées (3)
🙏

Source et remerciements

Built for Axiom — Modern observability platform.

npx axiom-mcp — Axiom MCP server

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires