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

# ChatGPT Integration

> Connect Logic MCP servers to ChatGPT

## Important Limitations

<Warning>
  **Developer Mode Required**

  ChatGPT requires "Developer mode" to add custom MCP servers. This has significant limitations:

  * **Not available on organization accounts** in many cases
  * May enable other experimental features beyond just MCP
  * Limited support from OpenAI for custom MCP servers
</Warning>

## Prerequisites

* ChatGPT account (developer mode often unavailable on org accounts)
* Logic MCP server created ([Quick Start guide](/mcp/quick-start))
* Server URL from Logic organization settings

## Configuration

### Enabling Developer Mode

1. **Open ChatGPT Settings**
2. **Navigate to "Apps"**
3. **Select "Advanced settings"**
4. **Enable "Developer mode"**

<Warning>
  Enabling developer mode may activate other experimental features beyond MCP
  support. Review what this means for your account before proceeding.
</Warning>

### Adding Your Logic MCP Server

Once developer mode is enabled:

1. **In the Apps section**, select **"Create app"**
2. **Configure your Logic MCP integration:**
   * **Name**: Enter a descriptive name for your Logic integration
   * **MCP URL**: Paste the server URL from your [Logic organization settings](https://app.logic.inc/settings/organization-settings/mcp-servers)
   * **Authentication**: Select **"No Auth"**

Your Logic MCP server is now configured in ChatGPT.

## Using Logic Agents

### Enabling Your Logic Integration

To use Logic agents in a conversation:

1. **Start a new chat or open an existing conversation**
2. **Click the "+" button** in the chat interface
3. **Under "More"**, select your Logic MCP integration
4. **Verify the integration is active:**
   * The integration name should appear in the chat text box
   * The text box will change to orange, indicating developer mode is active

Once enabled, ChatGPT can access and execute your Logic agents.

### Testing Your Connection

Try asking ChatGPT to use one of your Logic agents:

* "What Logic agents are available?"
* "Run the \[agent name] Logic agent"

ChatGPT will execute the agent and return the results in the conversation.

## Troubleshooting

**Cannot find developer mode?**

* Developer mode may not be available on your account type
* Organization/business accounts often have this feature restricted
* Try using a personal ChatGPT account if available

**Integration not appearing after creation?**

* Refresh the ChatGPT page
* Verify developer mode is still enabled
* Check that the MCP URL was copied correctly

## Next Steps

* [Review agent scope](/mcp/agent-scope) - Control which agents are accessible
* [Explore async tasks](/mcp/async-tasks) - Handle long-running Logic agents
