> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sawmills.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sawmills MCP

> Connect the hosted Sawmills MCP server to AI coding agents like Codex and Claude Code for AI-assisted telemetry management and pipeline configuration.

This page documents connecting agent CLIs to the hosted Sawmills MCP server.

## Install the MCP server

### Install in Codex

```bash theme={null}
codex mcp add sawmills --url https://mcp.sawmills.ai/mcp
```

### Install in Claude Code

```bash theme={null}
claude mcp add --scope user --transport http sawmills https://mcp.sawmills.ai/mcp
```

Run /mcp in Claude Code session to go through the authentication process.

## Uninstall the MCP server

### Uninstall from Codex

```bash theme={null}
codex mcp remove sawmills
```

### Uninstall from Claude Code

```bash theme={null}
claude mcp remove sawmills
```
