Choose between Axiom MCP Server and Axiom Skills
| Aspect | Axiom MCP Server | Axiom Skills |
|---|---|---|
| Credential handling | OAuth-based isolation—agents never see tokens | Requires configured API tokens |
| Context usage | Tool definitions loaded upfront | On-demand loading, lower context overhead |
| Capabilities | Curated, read-only operations | Flexible, extensible beyond curated tools |
| Methodology | Query execution only | Includes investigation methodology and memory |
| Setup complexity | Browser-based OAuth flow | Manual token configuration |
When to use Axiom MCP Server
Consider Axiom MCP Server when:- You want curated, read-only operations with no risk of destructive actions.
- You prefer OAuth-based credential isolation where agents never see tokens.
- You’re comfortable with the context overhead MCP introduces when tool definitions are loaded upfront.
When to use Axiom Skills
Consider Axiom Skills when:- You want lower context usage and on-demand loading of capabilities.
- You need flexibility beyond the curated Axiom MCP Server tool set.
- You want structured investigation methodology alongside data access.
- You’re comfortable configuring properly scoped tokens.
Use both Axiom MCP Server and Axiom Skills
Axiom Skills can complement Axiom MCP Server by providing investigation methodology, memory systems, and APL guidance without duplicating the query interface. Configure your agent to:- Use Axiom MCP Server for executing Axiom queries.
- Use Axiom Skills for structured investigation methodology and learning from past incidents.
Token hygiene for AI agents
- Create a new API token specifically for the AI agent. This limits the blast radius if the token is compromised.
- Never use personal access tokens for AI agent use. Personal access tokens have full control over your Axiom account.
- Select only the minimum permissions needed for the agent to perform its tasks:
- Grant query permission on specific datasets the agent needs to access.
- Avoid ingest permissions unless explicitly required. If the agent needs to ingest data, scope the token to the specific datasets.
- Never grant delete, admin, or organization-level permissions.
- Set a short expiry for the token (hours or days rather than months).
- Rotate tokens regularly as part of your security practices.
Get started
Axiom MCP Server
Connect AI agents to Axiom using the Model Context Protocol with OAuth-based credential isolation.
Axiom Skills
Give AI agents structured investigation capabilities with axiom-sre for hypothesis-driven debugging.