docs: unlist tutorials for extensions with archived or moved servers (#5116)

This commit is contained in:
dianed-square
2025-10-10 15:25:05 -07:00
committed by GitHub
parent 1562ad887a
commit 69a7b7fe5a
9 changed files with 32 additions and 114 deletions
+3
View File
@@ -1,6 +1,7 @@
---
title: Brave Search Extension
description: Add Brave Search API as a Goose Extension
unlisted: true
---
import Tabs from '@theme/Tabs';
@@ -10,6 +11,8 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/kD2YA61NTLU" />
Server moved
This tutorial will get you started with the [Brave Search MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) as a Goose extension to enable interactive searches for both web and local searches.
:::tip TLDR
+9
View File
@@ -7,6 +7,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
import { PanelLeft, Settings } from 'lucide-react';
<YouTubeShortEmbed videoUrl="https://youtube.com/embed/2IVPcjEr-yQ" />
@@ -41,6 +42,14 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
"/path/to/other/allowed/dir"
]}
/>
After installing, update the extension with the actual paths to allowed directories:
1. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
2. Click `Extensions` in the sidebar
3. On the `Filesystem` card, click the <Settings className="inline" size={16} /> button
4. Edit the command to replace the placeholder paths with space-separated paths to allowed directories
5. Click `Save Changes`
</TabItem>
<TabItem value="cli" label="Goose CLI">
@@ -1,6 +1,7 @@
---
title: Google Drive Extension
description: Add Google Drive MCP Server as a Goose Extension
unlisted: true
---
import Tabs from '@theme/Tabs';
@@ -10,6 +11,8 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/p9HGYbJk9wU" />
Server archived
This tutorial covers how to add the [Google Drive MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) as a Goose extension, allowing you to list, read, and search files in Google Drive.
:::tip TLDR
@@ -1,6 +1,7 @@
---
title: Google Maps Extension
description: Add Google Maps MCP Server as a Goose Extension
unlisted: true
---
import Tabs from '@theme/Tabs';
@@ -8,6 +9,7 @@ import TabItem from '@theme/TabItem';
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
Server archived
This tutorial covers how to add the [Google Maps MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) as a Goose extension to enable geocoding, place searching, distance calculations, elevation data retrieval, and directions.
@@ -1,6 +1,7 @@
---
title: Kiwi Flight Search Extension
description: Add Kiwi Flight Search MCP Server as a Goose Extension
unlisted: true
---
import Tabs from '@theme/Tabs';
@@ -13,6 +14,8 @@ import { PanelLeft } from 'lucide-react';
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/MhLU91zKE4M" />
Server moved: https://apify.com/agentify/kiwi-mcp-server
This tutorial covers how to add the [Kiwi Flight Search MCP Server](https://mcp.kiwi.com) as a Goose extension to enable flight search and price comparison.
:::tip TLDR
+1 -1
View File
@@ -9,7 +9,7 @@ import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructi
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
import { PanelLeft } from 'lucide-react';
This tutorial covers how to add the [Neon MCP Server](https://github.com/neondatabase-labs/mcp-server-neon) as a Goose extension to interact with your Neon Postgres databases and manage your projects, branches, and more.
This tutorial covers how to add the [Neon MCP Server](https://github.com/neondatabase/mcp-server-neon) as a Goose extension to interact with your Neon Postgres databases and manage your projects, branches, and more.
Neon offers two versions of the MCP server:
+3
View File
@@ -1,6 +1,7 @@
---
title: PostgreSQL Extension
description: Add PostgreSQL MCP Server as a Goose Extension
unlisted: true
---
import Tabs from '@theme/Tabs';
@@ -10,6 +11,8 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/PZlYQ5IthYM" />
Server archived
The PostgreSQL MCP Server extension allows Goose to interact directly with your PostgreSQL databases, enabling database operations, querying, and schema management capabilities. This makes it easy to work with your databases through natural language interactions.
:::tip TLDR
+3
View File
@@ -1,6 +1,7 @@
---
title: Puppeteer Extension
description: Add Puppeteer MCP Server as a Goose Extension
unlisted: true
---
import Tabs from '@theme/Tabs';
@@ -10,6 +11,8 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
<YouTubeShortEmbed videoUrl="https://youtube.com/embed/rms0wVGnlXA" />
Server archived
This tutorial covers how to add the [Puppeteer MCP Server](https://github.com/modelcontextprotocol/servers/tree/HEAD/src/puppeteer) as a Goose extension, enabling Goose to interact with websites - navigating pages, filling forms, clicking buttons, taking screenshots, and executing JavaScript in a real browser environment.
:::tip TLDR