Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Axiom

    Axiom Model Context Protocol Server

    58 stars
    Go
    Updated Sep 24, 2025

    Table of Contents

    • ⚠️ DEPRECATION NOTICE
    • Overview
    • Status
    • Installation
    • Releases
    • Source
    • Configuration
    • Config File Example (config.txt):
    • Command Line Flags:
    • Environment Variables:
    • Usage
    • License

    Table of Contents

    • ⚠️ DEPRECATION NOTICE
    • Overview
    • Status
    • Installation
    • Releases
    • Source
    • Configuration
    • Config File Example (config.txt):
    • Command Line Flags:
    • Environment Variables:
    • Usage
    • License

    Documentation

    [DEPRECATED] mcp-server-axiom

    ---

    ⚠️ DEPRECATION NOTICE

    This repository is deprecated and no longer maintained.

    Please use the official Axiom MCP Server at https://mcp.axiom.co instead.

    ---

    Overview

    A Model Context Protocol server implementation for Axiom that enables AI agents to query your data using Axiom Processing Language (APL).

    Status

    Works with Claude desktop app. Implements six MCP tools:

    • queryApl: Execute APL queries against Axiom datasets
    • listDatasets: List available Axiom datasets
    • getDatasetSchema: Get dataset schema
    • getSavedQueries: Retrieve saved/starred APL queries
    • getMonitors: List monitoring configurations
    • getMonitorsHistory: Get monitor execution history

    Note: All tools require an API token for authentication. Use your API token as the token parameter.

    No support for MCP resources or prompts yet.

    Installation

    Releases

    Download the latest built binary from the releases page.

    Source

    bash
    go install github.com/axiomhq/axiom-mcp@latest

    Configuration

    Configure using one of these methods:

    Config File Example (config.txt):

    txt
    token xaat-your-api-token
    url https://api.axiom.co
    query-rate 1
    query-burst 1
    datasets-rate 1
    datasets-burst 1
    monitors-rate 1
    monitors-burst 1

    Command Line Flags:

    bash
    axiom-mcp \
      -token xaat-your-api-token \
      -url https://api.axiom.co \
      -query-rate 1 \
      -query-burst 1 \
      -datasets-rate 1 \
      -datasets-burst 1 \
      -monitors-rate 1 \
      -monitors-burst 1

    Environment Variables:

    bash
    export AXIOM_TOKEN=xaat-your-api-token
    export AXIOM_URL=https://api.axiom.co
    export AXIOM_QUERY_RATE=1
    export AXIOM_QUERY_BURST=1
    export AXIOM_DATASETS_RATE=1
    export AXIOM_DATASETS_BURST=1
    export AXIOM_MONITORS_RATE=1
    export AXIOM_MONITORS_BURST=1

    Usage

    1. Create a config file:

    bash
    echo "token xaat-your-api-token" > config.txt

    2. Configure the Claude app to use the MCP server:

    bash
    code ~/Library/Application\ Support/Claude/claude_desktop_config.json
    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-api-token",
            "AXIOM_URL": "https://api.axiom.co"
          }
        }
      }
    }

    License

    MIT License - see LICENSE file

    Similar MCP

    Based on tags & features

    • PO

      Portainer Mcp

      Go·
      72
    • MK

      Mkp

      Go·
      53
    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • PO

      Portainer Mcp

      Go·
      72
    • MK

      Mkp

      Go·
      53
    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k