Skip to main content
Glama

Axiom

Official
by axiomhq

mcp-server-axiom

AI エージェントが Axiom Processing Language (APL) を使用してデータをクエリできるようにする、 Axiom用のモデル コンテキスト プロトコルサーバー実装。

状態

Claudeデスクトップアプリと連携します。2つの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. MCP サーバーを使用するように Claude アプリを構成します。
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.

AI エージェントが Axiom Processing Language (APL) を使用してデータをクエリできるようにする、 Axiom用のモデル コンテキスト プロトコル サーバー実装。

  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