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"
}
}
}
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Google Analytics
Access Google Analytics 4 (GA4) data using the Model Context Protocol.
Cloudflare Remote MCP Server (Authless)
An example for deploying a remote, authentication-free MCP server on Cloudflare Workers.
MCP Weather Server Demo
Fetches weather data for any city using the Open-Meteo API.
Cloudflare MCP Server Template
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers. Tools are defined directly in the source code.
Google Ads
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
Koyeb
Manage Koyeb resources like apps, services, and deployments using the Koyeb API.
Authless Remote MCP Server
A remote MCP server without authentication, deployable on Cloudflare Workers.
Solana Agent Kit MCP Server
Interact with the Solana blockchain using the Solana Agent Kit.
CORTEX MCP Extensions
Provides direct access to CORTEX infrastructure for orchestration, monitoring, AI flow management, model routing, and Docker administration.
Contentstack
Interact with Contentstack's Content Management API to manage your CMS content.