Axiom MCP Server
Access Axiom logs through an MCP server. Requires an Axiom API token.
Axiom MCP Server
MCP server for accessing Axiom logs through Claude.
Deployment to Fly.io
- Install Fly CLI if not already installed
- Authenticate with Fly:
fly auth login - Set the Axiom API token as a secret:
fly secrets set AXIOM_API_TOKEN=xaat-b7d32f2d-76e5-4c44-be33-c702fa2a74a6 - Deploy:
fly deploy
Configuration in Claude
Once deployed, update your MCP configuration to use the remote server:
{
"mcpServers": {
"delicious-sienna-fluke": {
"transport": "sse",
"url": "https://axiom-mcp-server.fly.dev/sse"
}
}
}
Related Servers
rakuten-mcp
Rakuten API integration for product search, hotel and travel booking, and recipe lookup across Japan's largest e-commerce platform.
Remote MCP Server on Cloudflare
An MCP server deployed on Cloudflare Workers, featuring OAuth login support.
New Relic
Query New Relic logs using NRQL queries.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication. It can be deployed via Cloudflare or run locally using npm.
AWS SES
Send emails using AWS Simple Email Service (SES). Supports plain text, HTML, CC, BCC, reply-to, and email scheduling.
Multi-Cloud VM MCP Server
Manage virtual machines across multiple cloud providers, including AWS EC2, Azure Virtual Machines, and GCP Compute Engine.
Shopify MCP Server
Interact with Shopify store data using the GraphQL API.
MCP Force
Exposes Salesforce APIs as tools for AI agents.
Kubernetes MCP Server
A versatile MCP server for Kubernetes and OpenShift, distributed as a native binary, npm/Python package, or Docker image.
Binance MCP Server
Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.