Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AIFire in da houseCheck it out free

mcp-server-axiom

MCP.Pizza Chef: zed-extensions

The mcp-server-axiom is an MCP server that integrates Axiom's powerful log and event data platform into the Model Context Protocol ecosystem. It enables real-time querying and structured access to Axiom's data through MCP clients, facilitating advanced data-driven workflows and analysis within AI-enhanced environments. Configuration requires an Axiom API token and setup via a config file, making it easy to connect and use within MCP-compatible hosts like Zed.

Use This MCP server To

Query Axiom logs and events via MCP clients Integrate Axiom data into AI-assisted workflows Enable real-time data access for incident analysis Automate log data extraction and summarization Combine Axiom data with other MCP servers for enriched context Use Axiom data to trigger automated responses or alerts

README

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"
    }
  }
}

mcp-server-axiom FAQ

How do I configure the mcp-server-axiom?
Create a config.txt file with your Axiom API token and specify its path in your MCP host settings.
What authentication method does mcp-server-axiom use?
It uses an API token for authentication with the Axiom platform.
Can I use mcp-server-axiom with multiple MCP clients?
Yes, it supports multiple MCP clients connecting simultaneously to query Axiom data.
Is the mcp-server-axiom compatible with all MCP hosts?
It is compatible with MCP hosts that support context server configuration, such as Zed.
What kind of data can I access through mcp-server-axiom?
You can access structured log and event data stored in Axiom.
Does mcp-server-axiom support real-time data querying?
Yes, it enables real-time querying of Axiom data for up-to-date insights.
How secure is the data transmission?
Data transmission is secured via API token authentication and standard HTTPS protocols.
Can I customize the queries sent to Axiom through this server?
Yes, you can customize queries to retrieve specific log or event data as needed.