MCP.so
登录

MCP Server for Axiom

@MCP-Mirror

关于 MCP Server for Axiom

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "axiom": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-axiom"
      ],
      "env": {
        "AXIOM_TOKEN": "<AXIOM_TOKEN_HERE>",
        "AXIOM_URL": "https://api.axiom.co",
        "AXIOM_ORG_ID": "<AXIOM_ORG_ID_HERE>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for Axiom?

The MCP Server for Axiom is a JavaScript port of the official Axiom MCP server that enables AI agents to query data using Axiom Processing Language (APL). It is packaged as an npm module for easier integration with Node.js environments.

How to use MCP Server for Axiom?

Install the package globally via npm install -g mcp-server-axiom or run directly with npx. Configure using environment variables (AXIOM_TOKEN, AXIOM_ORG_ID, optional AXIOM_URL, rate limits) or a JSON config file. Start the server by running mcp-server-axiom or mcp-server-axiom config.json. The server exposes HTTP endpoints for tool calling.

Key features of MCP Server for Axiom

  • Execute APL queries against Axiom datasets
  • List available datasets in the Axiom organization
  • Configurable rate limiting for queries and dataset operations
  • Lightweight HTTP API for tool invocation
  • JSON config file support for flexible setup

Use cases of MCP Server for Axiom

  • AI agents querying production logs for error analysis
  • Automated monitoring tools listing datasets for discovery
  • Integrating Axiom data into MCP‑compatible assistants

FAQ from MCP Server for Axiom

What is APL?

APL stands for Axiom Processing Language, the query language used to search and analyze data in Axiom.

What are the runtime requirements?

The server runs on Node.js and is installed via npm. It requires valid Axiom API credentials (AXIOM_TOKEN and AXIOM_ORG_ID).

How are rate limits configured?

Rate limits for queries and dataset list operations are set via environment variables (AXIOM_QUERY_RATE, AXIOM_QUERY_BURST, AXIOM_DATASETS_RATE, AXIOM_DATASETS_BURST) or in the config file.

What transport does the server use?

The server communicates over HTTP, providing RESTful endpoints at GET /, GET /tools, and POST /tools/:name/call.

Where is my data stored?

The server queries data stored in Axiom’s cloud platform. No local data storage is mentioned; the server acts as a bridge between the MCP client and Axiom.

评论

其他 分类下的更多 MCP 服务器