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

# Agent integrations

> Connect Plain to your editor or a local assistant.

These pages cover connecting Plain to tools you use rather than building an agent that works threads on its own. Point an assistant at your support data, give it a skill for a specific job, or read and reply to threads from your editor.

To build an agent that runs inside Plain, start with [building agents](/docs/agents).

<CardGroup cols={2}>
  <Card title="MCP server" icon="plug" href="/docs/integrations/mcp-server">
    Read and write support data from a local assistant over MCP.
  </Card>

  <Card title="Agent skill" icon="wand-sparkles" href="/docs/integrations/agent-skill">
    Package a Plain job as a skill.
  </Card>

  <Card title="Cursor" icon="code" href="/docs/integrations/cursor">
    Read and reply to Plain threads from inside Cursor.
  </Card>
</CardGroup>
