Axiom
Query and analyze your Axiom logs, traces, and all other event data in natural language
Ads
Overview
This repository is deprecated and no longer maintained. Please use the official Axiom MCP Server at https://mcp.axiom.co instead. A Model Context Protocol server implementation for Axiom that enables AI agents to query your data using Axiom Processing Language (APL). Works with Claude desktop app. Implements six MCP tools: - queryApl: Execute APL queries against Axiom datasets - listDatasets: List available Axiom datasets - getDatasetSchema: Get dataset schema - getSavedQueries: Retrieve saved/starred APL queries - getMonitors: List monitoring configurations - getMonitorsHistory: Get monitor execution history
Installation
https://mcp.axiom.co](https://mcp.axiom.co
Configuration
{
"mcpServers": {
"axiom": {
"command": "/path/to/your/axiom-mcp-binary",
"args" : ["--config", "/path/to/your/config.txt"],
"env": { // Alternatively, you can set the environment variables here
"AXIOM_TOKEN": "xaat-your-api-token",
"AXIOM_URL": "https://api.axiom.co"
}
}Capabilities
- Run APL queries on your datasets
Ask the assistant to execute an APL query against your Axiom data using `queryApl`.
- List available datasets
Discover which datasets exist in your Axiom organization with `listDatasets`.
- Inspect a dataset’s schema
Retrieve field names and types for a specific dataset via `getDatasetSchema`.
- Access saved APL queries
Pull up your starred or saved queries through `getSavedQueries`.
- Check monitor status and history
Review monitoring configurations with `getMonitors` and view their execution history with `getMonitorsHistory`.
Tags
- cloud-infrastructure
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.