ThetaBird_mcp-server-axiom-js
0
The project is a JavaScript implementation of the Axiom MCP server, enabling data queries via Axiom Processing Language. It facilitates integration with Node.js environments and offers several API endpoints for tool execution and server information retrieval.
MCP Server for Axiom
A JavaScript port of the official Axiom MCP server that allows AI agents to query data using the Axiom Processing Language (APL). This version provides the same functionality as the original Go implementation and is made available as an npm module for seamless integration with Node.js environments.
Installation & Usage
- MCP Configuration: Run using npx with environment variable configurations.
- Local Development: Install with npm and configure with environment variables or a configuration file.
- API Endpoints:
GET /
: Retrieve server infoGET /tools
: List toolsPOST /tools/:name/call
: Execute tools likequeryApl
for APL queries orlistDatasets
for datasets.
License
MIT