Query and analyze your Axiom logs, traces, and all other event data in natural language
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).
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.
Select the installation method appropriate for your environment:
Pre-compiled binaries for various architectures are available for download from the official releases page.
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)
๐ ๐ Generate visualizations from fetched data using the VegaLite format and renderer.
๐ โ๏ธ A mcp server that bridges Dune Analytics data to AI agents.
๐ โ๏ธ An MCP server for real-time Fantasy Premier League data and analysis tools.
๐๏ธ ๐ ๐ โ๏ธ Search dashboards, investigate incidents and query datasources in your Grafana instance