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¶
- Go to chatgpt.com
- Click your profile icon (bottom-left) → Settings
- 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¶
- Click Add new app (or Add MCP server)
- Fill in:
- Name:
SynContext - MCP Server URL:
https://syncontext.dev/mcp?key=YOUR_API_KEY - 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.
- Click Save or Connect
- 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:
Store context:
Store this in SynContext project "demo":
Title: ChatGPT connection test
Content: Successfully connected ChatGPT to SynContext.
Search:
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):
- Store something from ChatGPT (as above)
- Open Claude and ask:
Search my SynContext for "connection test" - 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 keywordfetch— 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
searchtool 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.