Skip to content

Connect ChatGPT to SynContext

Connect ChatGPT to your SynContext account so it can read and write to your shared knowledge base.

Prerequisites

  • A SynContext account with an API key (create one)
  • ChatGPT Plus, Team, or Enterprise subscription (free ChatGPT does not support MCP apps)

Step 1: Open ChatGPT Apps

  1. Go to chatgpt.com
  2. Click your profile icon (bottom-left) → Settings
  3. Navigate to Apps in the left sidebar

Note: This was previously called "Connectors" — OpenAI renamed it to "Apps" in 2025.

Step 2: Add SynContext as an MCP app

  1. Click Add new app (or Add MCP server)
  2. Fill in:
  3. Name: SynContext
  4. MCP Server URL: https://syncontext.dev/mcp?key=YOUR_API_KEY
  5. Authentication: None

Replace YOUR_API_KEY with your actual API key from SynContext.

Why is the key in the URL? ChatGPT's MCP integration does not support custom HTTP headers. The ?key= query parameter is the only way to pass authentication. Your key is transmitted over HTTPS and never stored by ChatGPT.

  1. Click Save or Connect
  2. ChatGPT should show a green status indicator or confirmation

Step 3: Test the connection

Start a new conversation in ChatGPT and try these prompts:

List your projects:

List all my projects in SynContext

Store context:

Store this in SynContext project "demo":
Title: ChatGPT connection test
Content: Successfully connected ChatGPT to SynContext.

Search:

Search my SynContext for "connection test"

ChatGPT will ask you to confirm each tool call — this is normal behavior.

Step 4: Verify cross-AI sync

If you also have Claude connected (guide):

  1. Store something from ChatGPT (as above)
  2. Open Claude and ask: Search my SynContext for "connection test"
  3. Claude should find the entry ChatGPT stored

Using with Deep Research

ChatGPT's Deep Research feature uses two SynContext tools automatically:

  • search — Finds relevant context entries by keyword
  • fetch — Retrieves full content of specific entries

When you ask Deep Research a question, it may search your SynContext knowledge base as part of its research process. No special configuration needed.

Troubleshooting

Tools don't appear in ChatGPT

  • Disconnect and reconnect the app in Settings → Apps
  • Start a new conversation (tools don't appear in existing chats)
  • Verify your subscription supports MCP apps (Plus/Team/Enterprise)

"Unable to connect" error

  • Check that the URL is exactly: https://syncontext.dev/mcp?key=YOUR_API_KEY
  • Verify your API key by visiting https://syncontext.dev/health (should return {"status":"ok"})
  • Make sure there are no extra spaces in the URL

ChatGPT asks to confirm every tool call

This is expected behavior. ChatGPT requires user confirmation for external tool calls. Click "Confirm" or "Allow" to proceed.

Deep Research doesn't find your context

  • Verify the search tool works by explicitly asking ChatGPT to search
  • Deep Research may not always use external tools — try rephrasing your query
  • Ensure you have context entries stored (check in the dashboard)

Connection was working but stopped

  • Your API key may have been regenerated — check Settings in the dashboard
  • Re-enter the MCP server URL with your current API key

For more issues, see the full Troubleshooting Guide.