MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Axiom MCP
Axiom MCP Logo - AI-Powered Development Tool for Cursor IDE

Axiom MCP

Model Context Protocol Integration

Overview

A Model Context Protocol server implementation for Axiom that enables AI agents to query your data using Axiom Processing Language (APL). Query and analyze logs, traces, and event data using natural language.

View Repository

Axiom Features

  • •Execute APL queries against Axiom datasets
  • •List and manage available Axiom datasets
  • •Rate limiting support for queries and dataset operations
  • •Configurable API endpoints
  • •Environment variable and config file support

Axiom Setup & Configuration

Requirements

  • •Axiom account
  • •Axiom API token
  • •Claude Desktop

Installation Instructions

# Binary Installation
Download latest binary from releases page

# Source Installation
go install github.com/axiomhq/axiom-mcp@latest

# Configuration File (config.txt)
token xaat-your-token
url https://api.axiom.co
query-rate 1
query-burst 1
datasets-rate 1
datasets-burst 1

Configuration

# Claude Desktop Configuration
{
  "mcpServers": {
    "axiom": {
      "command": "/path/to/your/axiom-mcp-binary",
      "args": ["--config", "/path/to/your/config.txt"],
      "env": {
        "AXIOM_TOKEN": "xaat-your-token",
        "AXIOM_URL": "https://api.axiom.co",
        "AXIOM_ORG_ID": "your-org-id",
        "AXIOM_QUERY_RATE": "1",
        "AXIOM_QUERY_BURST": "1",
        "AXIOM_DATASETS_RATE": "1",
        "AXIOM_DATASETS_BURST": "1"
      }
    }
  }
}

Axiom Available Tools

  • •queryApl
  • •listDatasets

Axiom Required Inputs

AXIOM_TOKEN

Type
string
Description
Your Axiom API token
Required
Yes

AXIOM_URL

Type
string
Description
Axiom API URL
Required
Yes

AXIOM_ORG_ID

Type
string
Description
Your Axiom organization ID
Required
Yes

Axiom Use Cases

  • •Query and analyze log data using natural language
  • •Monitor application traces and events
  • •Perform data analysis using APL queries
  • •List and explore available datasets
  • •Automated log analysis and monitoring

Frequently Asked Questions

A Model Context Protocol server implementation for Axiom that enables AI agents to query your data using Axiom Processing Language (APL). Query and analyze logs, traces, and event data using natural language.
Axiom account, Axiom API token, Claude DesktopView detailed requirements
Follow the installation instructions in the setup section above.View installation guide

Axiom MCP provides the following tools:

  • •queryApl
  • •listDatasets

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.