Quick Start
This tutorial walks you through installing axm-mcp and running it as an MCP server.
Prerequisites
- Python 3.12+
- uv
Installation
To include all AXM tools:
Step 1: Start the Server
The server starts and auto-discovers all installed axm.tools entry points.
Step 2: List Available Tools
From any MCP client, call the list_tools meta-tool:
This returns all discovered tools with names and descriptions.
Step 3: Run Verify
The verify tool checks any project in one shot:
Returns audit score, governance score, and AST-enriched failure context.
Next Steps
- Add a new tool — Expose your own tool via MCP
- Use the verify tool — Details on verify output
- Architecture — How discovery works