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

# Use Engram in Cursor

> Connect Cursor or Claude Desktop to Engram so your IDE agent can use live connectors.

<Card title="Goal" icon="bullseye">
  Use Notion, Fathom, Slack, CRM, and other Engram connectors from Cursor or Claude — as you, for one brand.
</Card>

## Best for

Operators who live in an IDE or desktop agent but still need Engram's live tool context.

## What you need

| Piece                     | Role                                        | Needed?      |
| ------------------------- | ------------------------------------------- | ------------ |
| MCP API key               | Lets Cursor or Claude sign in to Engram MCP | Required     |
| Connected tools in Engram | What the AI can actually call               | At least one |

Full setup: [Connect Cursor and Claude](/guides/mcp).

## Setup

<Steps>
  <Step title="Connect tools in Engram">
    In **Connectors**, connect the systems your AI client should use for this brand.
  </Step>

  <Step title="Create an MCP key">
    Open **Connectors → MCP Access**, create a key named for this device, and copy the secret once.
  </Step>

  <Step title="Add Engram in Cursor">
    In **Cursor Settings → MCP**, add:

    ```json theme={null}
    {
      "mcpServers": {
        "engram-connectors": {
          "url": "https://engram-chat.onrender.com/mcp/connectors",
          "transport": "streamable-http",
          "headers": {
            "Authorization": "Bearer engram_mcp_YOUR_KEY"
          }
        }
      }
    }
    ```

    Prefer the URL and snippet shown in MCP Access if they differ.
  </Step>

  <Step title="Verify">
    Restart MCP if needed, then ask Cursor to list Engram tools and read a Notion page or meeting you know exists.
  </Step>
</Steps>

## Prompt to try in Cursor

<Prompt description="Verify Engram MCP connectivity" actions={["copy", "cursor"]}>
  Using Engram connectors, list available tools, then summarize my latest Fathom meeting (or Notion page) related to GTM. Cite which tool you called.
</Prompt>

## What good looks like

* Tools appear only for connectors you connected
* Reads succeed without pasting secrets into chat
* Revoking the key immediately stops access

## Related

* [Connect Cursor and Claude](/guides/mcp)
* [Connectors](/guides/connectors)
* [Meeting to brief](/use-cases/meeting-brief)
