Ax

Axiom

Query and analyze your Axiom logs, traces, and all other event data in natural language

#Axiom# logs analysis# natural language query
PublisherAxiom
Submitted date4/11/2025

mcp-server-axiom: Axiom Integration for Model Context Protocol

Overview

This repository provides a server implementation of the Model Context Protocol (MCP) specifically designed for integration with the Axiom data platform. It facilitates interaction between MCP-compliant AI agents and Axiom datasets, enabling sophisticated data querying capabilities through the Axiom Processing Language (APL).

Current Capabilities

This implementation is verified compatible with clients such as the Claude desktop application. It exposes the following core MCP tools:

  • queryApl: Executes user-provided APL queries against designated Axiom datasets, returning the results to the requesting agent.
  • listDatasets: Retrieves and lists the names of datasets accessible within the configured Axiom organization instance.

Note: Implementation of MCP resources and prompts is currently outside the scope of this server.

Installation

Select the installation method appropriate for your environment:

Binary Release

Pre-compiled binaries for various architectures are available for download from the official releases page.

Build from Source

Prerequisite: Requires a properly configured Go development environment (>= Go 1.18 recommended).

Execute the following command to compile and install the latest version:

go install [github.com/axiomhq/axiom-mcp@latest](https://github.com/axiomhq/axiom-mcp@latest)

Visit More

View All