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
Autodesk Platform Services
An experimental MCP server providing access to the Autodesk Platform Services (APS) API.
CData eBay Analytics
Access eBay Analytics data via the CData JDBC Driver.
MCP Force
Exposes Salesforce APIs as tools for AI agents.
MCP Doppler Server
Securely access secrets from Doppler's secret management platform using a Doppler API token.
Remote MCP Server (Authless)
A remote, authentication-free MCP server deployable on Cloudflare Workers or locally via npm.
Koyeb
Manage Koyeb resources like apps, services, and deployments using the Koyeb API.
Cloudglue
Connects Cloudglue to AI assistants, turning video collections into structured data for LLMs. Requires a Cloudglue API Key.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support.
Claude Desktop
An MCP server for managing Kubernetes clusters, configured via an external JSON file.