Axiom
CreatedThetaBird
Enables AI agents to query data stored in Axiom using the Axiom Processing Language (APL).
About
Axiom is a JavaScript implementation of the official Axiom MCP server, designed to allow AI agents to query data using the Axiom Processing Language (APL). Packaged as an npm module, it offers seamless integration with Node.js environments, providing the same functionality as the original Go version. Configuration is flexible, supporting environment variables and config files. It exposes API endpoints for querying data and listing datasets, making it straightforward to interact with Axiom's capabilities within AI agent workflows.
Key Features
- Implements the Model Context Protocol (MCP)
- Supports querying Axiom datasets using APL
- Allows listing available Axiom datasets
- Configurable via file, flags, or environment variables
- Compatible with Claude desktop app
Use Cases
- Allow AI agents to analyze data within Axiom datasets.
- Enable AI-powered data exploration through APL queries.
- Integrate Axiom data with AI workflows using the Model Context Protocol.