Axiom Features
- •Execute APL queries against Axiom datasets
- •List and manage available Axiom datasets
- •Rate limiting support for queries and dataset operations
- •Configurable API endpoints
- •Environment variable and config file support
Axiom Setup & Configuration
Requirements
- •Axiom account
- •Axiom API token
- •Claude Desktop
Installation Instructions
# Binary Installation
Download latest binary from releases page
# Source Installation
go install github.com/axiomhq/axiom-mcp@latest
# Configuration File (config.txt)
token xaat-your-token
url https://api.axiom.co
query-rate 1
query-burst 1
datasets-rate 1
datasets-burst 1
Configuration
# Claude Desktop Configuration
{
"mcpServers": {
"axiom": {
"command": "/path/to/your/axiom-mcp-binary",
"args": ["--config", "/path/to/your/config.txt"],
"env": {
"AXIOM_TOKEN": "xaat-your-token",
"AXIOM_URL": "https://api.axiom.co",
"AXIOM_ORG_ID": "your-org-id",
"AXIOM_QUERY_RATE": "1",
"AXIOM_QUERY_BURST": "1",
"AXIOM_DATASETS_RATE": "1",
"AXIOM_DATASETS_BURST": "1"
}
}
}
}
Axiom Available Tools
- •
queryApl
- •
listDatasets
Axiom Required Inputs
AXIOM_TOKEN
- Type
- string
- Description
- Your Axiom API token
- Required
- Yes
AXIOM_URL
- Type
- string
- Description
- Axiom API URL
- Required
- Yes
AXIOM_ORG_ID
- Type
- string
- Description
- Your Axiom organization ID
- Required
- Yes
Axiom Use Cases
- •Query and analyze log data using natural language
- •Monitor application traces and events
- •Perform data analysis using APL queries
- •List and explore available datasets
- •Automated log analysis and monitoring
Frequently Asked Questions
A Model Context Protocol server implementation for Axiom that enables AI agents to query your data using Axiom Processing Language (APL). Query and analyze logs, traces, and event data using natural language.
Axiom account, Axiom API token, Claude DesktopView detailed requirements
Follow the installation instructions in the setup section above.View installation guide
Axiom MCP provides the following tools:
- •
queryApl
- •
listDatasets