Skip to main content
Glama

Axiom

Official
by axiomhq

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. 地位
    1. 安装
      1. 发布
      2. 来源
    2. 配置
      1. 配置文件示例(config.txt):
      2. 命令行标志:
      3. 环境变量:
    3. 用法
      1. 执照

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables AI agents to retrieve and understand entire codebases at once, providing tools to analyze local workspaces or remote GitHub repositories.
          Last updated -
          3
          49
          TypeScript
          MIT License
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server implementation that enables AI assistants to interact with Apollo.io data, performing operations like people/organization enrichment, searching, and retrieving job postings through natural language commands.
          Last updated -
          7
          20
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.
          Last updated -
          48
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.
          Last updated -
          1
          8
          TypeScript
          MIT License

        View all related MCP servers

        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