Axiom

by zed-extensions

3 stars
203 downloads
Not rated
GitHub

About

Integrates with Axiom's log management platform to query and analyze log data directly within Zed, enabling developers to investigate application logs and troubleshoot issues without leaving their coding environment.

Details

Author
zed-extensions
Repository
zed-extensions/mcp-server-axiom
GitHub stars
3
Downloads
203
License
Apache License 2.0
Categories
AI, Design, Developer Tools, Search, Infrastructure, API, Other

- Zed extension for the Axiom MCP server
- Configured via a token in a file on your system
- Uses an Axiom API token for authentication
- Integrates with Zed’s context server system

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Axiom
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Create a config.txt file containing at minimum your Axiom API token (e.g. token xaat-your-token), then add the file path as config_path in your Zed settings.json under the mcp-server-axiom context server settings.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "axiom": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

Axiom MCP Server

A Zed extension for the Axiom MCP server.

Configuration

To configure the Axiom MCP server, create a config.txt file somewhere on your system.

At a minimum it should contain your Axiom API token:

token xaat-your-token

Then in your Zed settings.json, add the path to the config.txt file to your settings as the config_path:

"context_servers": {
  "mcp-server-axiom": {
    "settings": {
      "config_path": "/path/to/config.txt"
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.