Axiom
FreeAxiom 官方集成,用自然语言查询和分析 Axiom 日志、追踪等事件数据。
FreeFree tier
Inputs: textOutputs: data
About Axiom
The Axiom MCP Server is a Model Context Protocol implementation that enables AI agents to query and analyze Axiom data using Axiom Processing Language (APL). It provides six tools for executing queries, listing datasets, retrieving schemas, managing saved queries, and monitoring configurations. The server is designed to work with the Claude desktop app and supports multiple configuration methods including config files, command-line flags, and environment variables. Note that this repository is deprecated and no longer maintained; users are directed to the official Axiom MCP Server at mcp.axiom.co.
Key Features
Six built-in MCP tools: queryApl, listDatasets, getDatasetSchema, getSavedQueries, getMonitors, getMonitorsHistory
Execute APL queries against Axiom datasets using natural language
Works with Claude desktop app for AI agent integration
Configurable via config file, command-line flags, or environment variables
Supports rate limiting for API calls (query, dataset, monitor rates)
Open source with MIT license, easy to install from releases or source
Pros & Cons
Pros
- Provides a structured, tool-based interface for AI agents to interact with Axiom
- Easy to set up with Claude and other MCP-compatible clients
- Supports rate limiting to manage API usage effectively
- Open source and freely available under MIT license
Cons
- Repository is deprecated and no longer maintained; users should migrate to the official server
- Requires an Axiom API token for authentication
- Does not yet support MCP resources or prompts, limiting some advanced use cases
- Rate limiting can be restrictive if not configured properly
Best For
Querying Axiom logs and traces through AI assistants like ClaudeAnalyzing event data from Axiom datasets without manual APL scriptingAutomating monitoring and alerting workflows with AI agentsExploring dataset schemas and saved queries interactively
FAQ
Is this MCP server still actively maintained?
No, this repository is deprecated and no longer maintained. Users should use the official Axiom MCP Server at https://mcp.axiom.co instead.
What tools does the MCP server provide?
It provides six tools: queryApl (execute APL queries), listDatasets (list available datasets), getDatasetSchema (get schema), getSavedQueries (retrieve saved/starred APL queries), getMonitors (list monitoring configurations), and getMonitorsHistory (get monitor execution history).
How do I configure the MCP server?
Configuration can be done via a config file, command-line flags, or environment variables. All methods require an Axiom API token and URL. Rate limits can also be set per tool type.
Does it work with any MCP client?
It has been tested with the Claude desktop app but should work with any MCP-compatible client.