Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions documentation/docs/getting-started/using-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Here are the built-in extensions:
3. Choose the type of extension you'd like to add:
- `Built-In Extension`: Use an extension that comes pre-installed with Goose.
- `Command-Line Extension`: Add a local command or script to run as an extension.
- `Remote Extension`: Connect to a remote system via SSE (Server-Sent Events).
- `Remote Extension (SSE)`: Connect to a remote system via SSE (Server-Sent Events).
- `Remote Extension (Streaming HTTP)`: Connect to a remote system via Streaming HTTP
4. Follow the prompts based on the type of extension you selected.

**Example: Adding Built-in Extension**
Expand Down Expand Up @@ -143,7 +144,8 @@ See available servers in the **[MCP Server Directory](https://www.pulsemcp.com/s
3. Choose the type of extension you'd like to add:
- `Built-In Extension`: Use an extension that comes pre-installed with Goose.
- `Command-Line Extension`: Add a local command or script to run as an extension.
- `Remote Extension`: Connect to a remote system via SSE (Server-Sent Events).
- `Remote Extension (SSE)`: Connect to a remote system via SSE (Server-Sent Events).
- `Remote Extension (Streaming HTTP)`: Connect to a remote system via Streaming HTTP

4. Follow the prompts based on the type of extension you selected.

Expand Down Expand Up @@ -590,7 +592,7 @@ To enable a remote extension over SSE while starting a session, run the followin
goose session --with-remote-extension "{extension URL}" --with-remote-extension "{another extension URL}"
```

For example, to start a session with a remote extension running on localhost on port 8080, you'd run:
For example, to start a session with a remote extension over SSE running on localhost on port 8080, you'd run:

```bash
goose session --with-remote-extension "http://localhost:8080/sse"
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/guides/running-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ goose run --with-builtin "developer,computercontroller" -t "your instructions"
goose run --with-extension "ENV1=value1 custom-extension-args" -t "your instructions"
```

- Using remote extensions
- Using remote SSE extensions

```bash
goose run --with-remote-extension "url" -t "your instructions"
Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/agentql-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/asana-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/blender-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/brave-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/browserbase-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ This tutorial covers how to add the Browserbase MCP Server as a Goose extension
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/cloudinary-asset-management-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/cognee-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ goose configure
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/computer-controller-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Let Goose complete its tasks without interruption - avoid using your mouse or ke
│ ● Built-in Extension (Use an extension that comes with Goose)
// highlight-end
│ ○ Command-line Extension
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/elevenlabs-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/fetch-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/figma-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/filesystem-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/google-drive-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ You'll need to re-authenticate once a day when using the Google Drive extension.
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/google-maps-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/jetbrains-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ This tutorial covers how to enable and use the JetBrains MCP Server as a built-i
│ ● Built-in Extension (Use an extension that comes with Goose)
// highlight-end
│ ○ Command-line Extension
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/knowledge-graph-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/mbot-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ This tutorial will get you started with [deemkeen's MQTT MCP server](https://git
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/memory-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ This tutorial covers enabling and using the Memory MCP Server, which is a built-
│ ● Built-in Extension (Use an extension that comes with Goose)
// highlight-end
│ ○ Command-line Extension
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/netlify-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ netlify login
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/nostrbook-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/pdf-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
16 changes: 9 additions & 7 deletions documentation/docs/mcp/pieces-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ http://localhost:39300/model_context_protocol/2024-11-05/sse
│ ○ Built-in Extension
│ ○ Command-line Extension (Run a local command or script)
// highlight-start
│ ● Remote Extension
// highlight-end
│ ● Remote Extension (SSE)
// highlight-end
│ ○ Remote Extension (Streaming HTTP)
```


3. Give your extension a name

Expand All @@ -70,7 +72,7 @@ http://localhost:39300/model_context_protocol/2024-11-05/sse
│ Add Extension (Connect to a new extension)
◇ What type of extension would you like to add?
│ Remote Extension
│ Remote Extension (SSE)
// highlight-start
◆ What would you like to call this extension?
Expand All @@ -92,7 +94,7 @@ http://localhost:39300/model_context_protocol/2024-11-05/sse
│ Add Extension (Connect to a new extension)
◇ What type of extension would you like to add?
│ Remote Extension
│ Remote Extension (SSE)
◇ What would you like to call this extension?
│ Pieces
Expand All @@ -113,7 +115,7 @@ http://localhost:39300/model_context_protocol/2024-11-05/sse
│ Add Extension (Connect to a new extension)
◇ What type of extension would you like to add?
│ Remote Extension
│ Remote Extension (SSE)
◇ What would you like to call this extension?
│ Pieces
Expand All @@ -137,7 +139,7 @@ http://localhost:39300/model_context_protocol/2024-11-05/sse
│ Add Extension (Connect to a new extension)
◇ What type of extension would you like to add?
│ Remote Extension
│ Remote Extension (SSE)
◇ What would you like to call this extension?
│ Pieces
Expand Down Expand Up @@ -165,7 +167,7 @@ http://localhost:39300/model_context_protocol/2024-11-05/sse
│ Add Extension (Connect to a new extension)
◇ What type of extension would you like to add?
│ Remote Extension
│ Remote Extension (SSE)
◇ What would you like to call this extension?
│ Pieces
Expand Down
5 changes: 4 additions & 1 deletion documentation/docs/mcp/playwright-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
◆ What type of extension would you like to add?
│ ○ Built-in Extension
// highlight-start
│ ● Command-line Extension (Run a local command or script)
│ ○ Remote Extension
// highlight-end
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/postgres-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/puppeteer-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/repomix-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/selenium-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/mcp/speech-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ Before adding this extension, make sure [PortAudio](https://github.com/GoogleClo
// highlight-start
│ ● Command-line Extension (Run a local command or script)
// highlight-end
│ ○ Remote Extension
│ ○ Remote Extension (SSE)
│ ○ Remote Extension (Streaming HTTP)
```

Expand Down
Loading
Loading