mcp-服务器-公理
Axiom的模型上下文协议服务器实现,使 AI 代理能够使用 Axiom 处理语言 (APL) 查询您的数据。
地位
与 Claude 桌面应用程序配合使用。实现两个 MCP工具:
queryApl:针对 Axiom 数据集执行 APL 查询
listDatasets:列出可用的 Axiom 数据集
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用法
创建配置文件:
echo "token xaat-your-token" > config.txt配置 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 文件
This server cannot be installed
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.