MCP
Рекомендовано
Локальный
Бесплатно
Axiom MCP
Query and analyze your Axiom logs, traces, and all other event data in natural language using APL.
автор: Axiom
Установка
Копируй и вставляй в терминал
2 установок
curl -fsSL https://vibebaza.com/i/axiom | bash
Axiom MCP Server enables AI agents to query and analyze your logs, traces, and event data using natural language through Axiom's Processing Language (APL).
Installation
Remote Server (Recommended)
Axiom hosts a remote MCP server:
claude mcp add --transport http axiom https://mcp.axiom.co
Configuration
Remote MCP Server
{
"mcpServers": {
"axiom": {
"type": "http",
"url": "https://mcp.axiom.co"
}
}
}
Available Tools
queryApl- Execute APL queries against Axiom datasetslistDatasets- List available Axiom datasetsgetDatasetSchema- Get dataset schemagetSavedQueries- Retrieve saved/starred APL queriesgetMonitors- List monitoring configurationsgetMonitorsHistory- Get monitor execution history
Features
- Natural Language Queries - Query your data conversationally
- APL Support - Full Axiom Processing Language capabilities
- Real-time Analysis - Analyze logs and traces in real-time
- Monitor Management - Access and manage monitoring configurations
Usage Examples
What errors occurred in the last hour?
Show me the top 10 slowest API endpoints
List all datasets in my Axiom account