ChatGPT

ChatGPT

As a developer mode app. This needs a paid ChatGPT plan with Developer mode switched on, and works in ChatGPT on the web.

Server URL
https://mcp.glitchads.ai/mcp

Set up

  1. In ChatGPT on the web, open Settings, then Security and login, and turn on Developer mode. On Business, Enterprise and Edu workspaces the setting is under Settings, then Apps, then Advanced settings, and workspace admins decide who can use it.
  2. Go to Plugins at chatgpt.com/plugins and select the plus button.
  3. Name it GlitchAds, enter the server URL above under Connection, and choose OAuth for authentication.
  4. Complete the browser sign-in: sign in to Glitch and approve the scopes.

In a conversation, choose Developer mode from the plus menu in the composer and select GlitchAds. ChatGPT asks for confirmation before running write tools by default. It treats any tool without readOnlyHint as a write tool, and Glitch marks its read tools with it.

Check it worked

  • GlitchAds appears under Drafts in ChatGPT's app settings, and its details page lists the Glitch tools.
  • The tool list shows 21 tools named glitch_*.

Ask: "List my Glitch organizations." You should get back the organizations your connection covers, with your role in each.

Troubleshooting

Developer mode is missing It needs a paid ChatGPT plan and ChatGPT on the web. On Business, Enterprise and Edu workspaces, admins decide who can use it, so ask yours.
Write tools are unavailable OpenAI's help center says full MCP support, including write tools, is currently limited to Business, Enterprise and Edu. Pro accounts can connect with read access only.
insufficient_scope The error names the scope that is missing. Disconnect and reconnect the app, approving the extra access. If your Glitch role does not allow it, ask an organization Admin or Owner.
org_access_denied The organization slug is wrong, your Glitch user is not a member of that organization, or the membership ended. glitch_list_organizations shows the slugs you can use.
Revoking access Remove the app in ChatGPT, or revoke it in Glitch under Account, API Keys, Connected apps. Either stops access on the next request.

Next