From c07672a6964c247c9e435d8f8ddc076289c11acb Mon Sep 17 00:00:00 2001 From: Jamie Dubs <1903+jamiew@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:54:04 -0400 Subject: [PATCH] Add Glif to servers directory (#10638) --- documentation/static/servers.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index ecd97d7eb..3414958fa 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -323,6 +323,18 @@ "type": "streamable-http", "environmentVariables": [] }, + { + "id": "glif", + "name": "Glif", + "description": "Generate images, video, and audio with Glif's media-generation agent", + "url": "https://glif.app/api/mcp", + "link": "https://glif.app/mcp", + "installation_notes": "Hosted remote server. Sign in with your Glif account via OAuth on first connect.", + "is_builtin": false, + "endorsed": false, + "environmentVariables": [], + "type": "streamable-http" + }, { "id": "github-mcp", "name": "GitHub",