Skip to main content
Glama
axiomhq

Axiom

Official
by axiomhq

mcp-服务器-公理

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

地位

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

  • queryApl:针对 Axiom 数据集执行 APL 查询

  • listDatasets:列出可用的 Axiom 数据集

尚不支持 MCP资源提示

Related MCP server: Apollo.io MCP Server

安装

发布

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

来源

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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/axiomhq/mcp-server-axiom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server