Axiom

Official
by axiomhq
MIT License
32

mcp-服务器-公理

Axiom模型上下文协议服务器实现,使 AI 代理能够使用 Axiom 处理语言 (APL) 查询您的数据。

地位

与 Claude 桌面应用程序配合使用。实现两个 MCP工具

  • queryApl:针对 Axiom 数据集执行 APL 查询
  • listDatasets:列出可用的 Axiom 数据集

尚不支持 MCP资源提示

安装

发布

发布页面下载最新构建的二进制文件。

来源

go install github.com/axiomhq/axiom-mcp@latest

配置

使用以下方法之一进行配置:

配置文件示例(config.txt):

token xaat-your-token url https://api.axiom.co query-rate 1 query-burst 1 datasets-rate 1 datasets-burst 1

命令行标志:

axiom-mcp \ -token xaat-your-token \ -url https://api.axiom.co \ -query-rate 1 \ -query-burst 1 \ -datasets-rate 1 \ -datasets-burst 1

环境变量:

export AXIOM_TOKEN=xaat-your-token export AXIOM_URL=https://api.axiom.co export AXIOM_ORG_ID=your-org-id export AXIOM_QUERY_RATE=1 export AXIOM_QUERY_BURST=1 export AXIOM_DATASETS_RATE=1 export AXIOM_DATASETS_BURST=1

用法

  1. 创建配置文件:
echo "token xaat-your-token" > config.txt
  1. 配置 Claude 应用程序以使用 MCP 服务器:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
{ "mcpServers": { "axiom": { "command": "/path/to/your/axiom-mcp-binary", "args" : ["--config", "/path/to/your/config.txt"], "env": { // Alternatively, you can set the environment variables here "AXIOM_TOKEN": "xaat-your-token", "AXIOM_URL": "https://api.axiom.co", "AXIOM_ORG_ID": "your-org-id" } } } }

执照

MIT 许可证 - 请参阅 LICENSE 文件

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Axiom的模型上下文协议服务器实现,使 AI 代理能够使用 Axiom 处理语言 (APL) 查询您的数据。

  1. Status
    1. Installation
      1. Releases
      2. Source
    2. Configuration
      1. Config File Example (config.txt):
      2. Command Line Flags:
      3. Environment Variables:
    3. Usage
      1. License

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server implementation that provides structured, AI-friendly access to eRegulations data, making it easier for AI models to answer user questions about administrative procedures.
          Last updated -
          4
          28
          TypeScript
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that connects to Amadeus API, enabling AI assistants to search flights, analyze prices, find best travel deals, and plan multi-city trips.
          Last updated -
          294
          TypeScript
        • -
          security
          A
          license
          -
          quality
          A production-ready Model Context Protocol server implementation that connects AI assistants to the TON blockchain, allowing them to query wallet balances, transaction details, smart contracts, and other blockchain data.
          Last updated -
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that provides a standardized interface for AI models to access, query, and modify content in Notion workspaces.
          Last updated -
          275
          2
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        ID: jgcuwjmkxk