# axx mcp

> Serve Axx to coding agents over the Model Context Protocol (stdio)

Source: https://axx.nimbusxr.us/references/cli/axx-mcp/

Start an MCP server on stdin/stdout exposing tools to search and explain
steps, validate features, run scenarios, inspect failures and manage apps.

Add it to your agent, e.g. in .mcp.json:
  {"mcpServers": {"Axx": {"command": "Axx", "args": ["mcp"]}}}

```text
Usage:
  axx mcp [flags]

Flags:
  -h, --help             help for mcp
      --profile string   config profile for all tool calls

Global Flags:
      --compact         print only what matters (auto-enabled for coding agents)
  -c, --config string   path to axx.yaml (default: search upward from the working directory)
      --json            emit machine-readable JSON (stable envelope)
      --no-color        disable colored output
  -v, --verbose count   increase log verbosity (-v, -vv)
```
