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

# Learn: AI & Automation

> Educational resources on AI agents, MCP servers, and automated monitoring workflows

Explore how AI agents and automation are changing monitoring workflows — from setup to incident response.

<CardGroup cols={2}>
  <Card title="AI agents and monitoring" icon="robot" href="/learn/ai/ai-agents-and-monitoring">
    How coding agents interact with monitoring platforms.
  </Card>

  <Card title="MCP for monitoring" icon="plug" href="/learn/ai/mcp-for-monitoring">
    The protocol that connects AI agents to tools.
  </Card>

  <Card title="Monitoring as Code with AI" icon="wand-magic-sparkles" href="/learn/ai/monitoring-as-code-with-ai">
    Generate and maintain configs with AI assistants.
  </Card>
</CardGroup>

## Why AI + monitoring?

Monitoring involves repetitive, structured tasks that benefit from automation:

* **Creating monitors** — describe what you want to monitor in natural language
* **Investigating incidents** — AI agents can correlate data faster than manual review
* **Maintaining configs** — keep monitoring in sync with infrastructure changes
* **Generating reports** — summarize uptime, incidents, and trends

AI agents can perform these tasks through tool APIs, and the Model Context Protocol (MCP) standardizes how they do it.

## Use DevHelm with AI agents

<CardGroup cols={2}>
  <Card title="MCP Server" icon="server" href="/sdk/mcp/overview">
    Connect Cursor, Claude, or Windsurf to DevHelm.
  </Card>

  <Card title="MCP tools reference" icon="list" href="/sdk/mcp/tools-reference">
    All 120 tools your agent can use.
  </Card>
</CardGroup>
