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

# Montra MCP connector

> Give any MCP-capable AI agent direct access to your Montra documents, tickets, screenshots, and transcripts.

Montra turns narrated screen recordings into implementation-ready documents made of **tickets** — each ticket a markdown spec with the exact annotated screenshots and narration behind it. The Montra MCP connector exposes those documents to any AI tool that speaks the [Model Context Protocol](https://modelcontextprotocol.io): Claude, Claude Code, Cursor, and other MCP clients.

Once connected, your agent can:

* **Read work items** — list documents and folders, open a document, and pull each ticket's full markdown implementation spec.
* **See what you saw** — fetch the annotated screenshots attached to a ticket and the transcript of what you said while recording.
* **Report progress back** — mark tickets done, update titles and specs, and record links to the Linear or Notion issues it created from them.
* **Resolve share links** — turn a pasted `montra.com/share/...` link into the full machine-readable payload with [`get_document_by_share_url`](/tools/get-document-by-share-url), no web scraping involved.

## Connection at a glance

|                    |                                                                                                             |
| ------------------ | ----------------------------------------------------------------------------------------------------------- |
| **Server URL**     | `https://montra.com/api/mcp`                                                                                |
| **Transport**      | Streamable HTTP                                                                                             |
| **Authentication** | OAuth 2.1 with PKCE and dynamic client registration — you sign in with your Montra account                  |
| **Scope**          | One Montra workspace, chosen on the consent screen ([workspace binding](/authentication#workspace-binding)) |

## Where to go next

<CardGroup cols={2}>
  <Card title="Connect your agent" icon="cable" href="/connect">
    Set up the connector in Claude, Claude Code, Cursor, or any other MCP client.
  </Card>

  <Card title="Authentication & workspaces" icon="lock" href="/authentication">
    How OAuth sign-in and per-connection workspace binding work.
  </Card>

  <Card title="Agent workflow" icon="list-check" href="/guides/agent-workflow">
    The recommended loop for implementing Montra tickets and reporting progress.
  </Card>

  <Card title="Tool reference" icon="wrench" href="/tools">
    Every tool the connector exposes, with inputs and outputs.
  </Card>
</CardGroup>
