axiome-mcp
v0.1.0
Published
Install the Axiome compliance MCP server for Claude Code — zero Python required
Maintainers
Readme
axiome-mcp
Install the Axiome compliance MCP server for Claude Code in one command.
Quick start
npx axiome-mcp initYou'll be prompted for your API key (get it from app.withaxiome.com → Developer page). Restart Claude Code -- that's it.
What it does
Writes an mcpServers.axiome entry to ~/.claude/settings.json:
{
"mcpServers": {
"axiome": {
"type": "http",
"url": "https://attest-production-098b.up.railway.app/mcp",
"headers": { "Authorization": "Bearer axiome_..." }
}
}
}No Python or local server required -- Claude Code connects to the Axiome API directly.
Non-interactive (CI / scripts)
npx axiome-mcp init --key axiome_your-key --url https://attest-production-098b.up.railway.appAfter setup
Ask Claude Code:
- "What's my compliance status?"
- "What security findings do I have?"
- "Show me failing checks with CLI fixes"
- "Walk me through fixing the CloudTrail finding."
- "How many weeks until we're audit-ready?"
Tools available once connected
| Tool | What it does |
|------|-------------|
| get_compliance_snapshot | Full compliance overview -- start here |
| list_findings | Failing checks with severity |
| get_next_card | Highest-priority action to fix now |
| execute_remediation | Auto-fix a finding |
| trigger_scan | Run a fresh scan on connected infrastructure |
| get_gap_analysis | What's missing for audit readiness |
| search_checks | Find checks by keyword |
| tool_guide | Discover all 140+ tools by category |
