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
          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
          19
          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 -
          194
          2
          TypeScript
          MIT License
          • Apple

        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