mcp-server-axiom-js
1
The MCP Server for Axiom is a JavaScript implementation of the Axiom MCP server that allows AI agents to execute queries using the Axiom Processing Language. It is designed to work seamlessly with Node.js via npm, mirroring the original Go-based server's capabilities.
MCP Server for Axiom
A JavaScript port of the official Axiom MCP server to enable AI agents to query data using the Axiom Processing Language (APL). This server offers the same capabilities as the original Go version and is packaged as an npm module for simpler integration with Node.js.
Installation & Usage
You can run this MCP server directly using npx. Configuration is required in your MCP configuration file, and environment variables can be modified for different settings.
API Endpoints
GET /
: Get server implementation infoGET /tools
: List available toolsPOST /tools/:name/call
: Call a specific tool- Available tools:
queryApl
,listDatasets
- Available tools: