diff --git a/documentation/blog/2025-08-11-mcp-ui-post-browser-world/index.md b/documentation/blog/2025-08-11-mcp-ui-post-browser-world/index.md index ed357561c5..3bd184d8e3 100644 --- a/documentation/blog/2025-08-11-mcp-ui-post-browser-world/index.md +++ b/documentation/blog/2025-08-11-mcp-ui-post-browser-world/index.md @@ -45,17 +45,17 @@ Starting from Goose v1.3.0, you can add MCP-UI as an extension. :::tip Add MCP-UI to Goose - Use `Add custom extension` in Settings → Extensions to add a `Streamable HTTP` extension type with: + [Launch the installer](goose://extension?type=streamable_http&url=https%3A%2F%2Fmcp-aharvard.netlify.app%2Fmcp&id=mcpuidemo&name=MCP-UI%20Demo&description=Demo%20MCP-UI-enabled%20extension) Use `goose configure` to add a `Remote Extension (Streaming HTTP)` extension type with: - - **Endpoint URL** ``` https://mcp-aharvard.netlify.app/mcp ``` + + ::: diff --git a/documentation/docs/guides/interactive-chat/mcp-ui.md b/documentation/docs/guides/interactive-chat/mcp-ui.md index 463fb4238f..1f7874b4c5 100644 --- a/documentation/docs/guides/interactive-chat/mcp-ui.md +++ b/documentation/docs/guides/interactive-chat/mcp-ui.md @@ -41,15 +41,13 @@ For this exercise, we'll add an MCP-UI-enabled extension that connects to [MCP-U - 1. Click the button in the top-left to open the sidebar - 2. Click `Extensions` - 3. Click `Add custom extension` - 4. On the `Add custom extension` modal, enter the following: - - **Extension Name**: Rich Demo - - **Type**: Streamable HTTP - - **Endpoint**: `https://mcp-aharvard.netlify.app/mcp` - 5. Click `Add Extension` to save the extension - 6. Navigate to the chat + + + [Launch the installer](goose://extension?type=streamable_http&url=http%3A%2F%2Flocalhost%3A3000%2Fmcp&id=dev-to&name=Dev.to&description=Access%20Dev.to%20articles%20and%20content) + + + Use `goose configure` to add a `Remote Extension (Streaming HTTP)` extension type with: + + **Endpoint URL** + + ``` + http://localhost:3000/mcp + ``` + + + + +**Required Setup** + +Make sure your Dev.to MCP server is running before adding the extension ::: ## Configuration @@ -44,17 +58,13 @@ Your server will now be running at: - 1. Click the button in the top-left to open the sidebar - 2. Navigate to `Extensions` - 3. Click `Add Custom Extension` - 4. In `Extension Name`, enter: `dev.to` - 5. In the `Type` dropdown, select: `Streamable HTTP` - 6. (Optional) Add a Description - 7. In `Endpoint URL`, enter:` http://localhost:3000/mcp` - 8. Set `Timeout` to `300` (default) - 9. Leave `Environment Variables` empty - 10. Leave `Request Headers` empty - 11. Click `Add Extension` + diff --git a/documentation/docs/mcp/neon-mcp.md b/documentation/docs/mcp/neon-mcp.md index c5055a1ed1..0af100c0bd 100644 --- a/documentation/docs/mcp/neon-mcp.md +++ b/documentation/docs/mcp/neon-mcp.md @@ -27,17 +27,17 @@ The Neon MCP Server grants powerful database management capabilities and is inte :::tip TLDR - Use `Add custom extension` in Settings → Extensions to add a `Streamable HTTP` extension type with: + [Launch the installer](goose://extension?type=streamable_http&url=https%3A%2F%2Fmcp.neon.tech%2Fmcp&id=neon&name=Neon&description=Manage%20Neon%20Postgres%20databases%2C%20projects%2C%20and%20branches) Use `goose configure` to add a `Remote Extension (Streaming HTTP)` extension type with: + + **Endpoint URL** + ``` + https://mcp.neon.tech/mcp + ``` - - **Endpoint URL** - ``` - https://mcp.neon.tech/mcp - ``` ::: :::info OAUTH FLOW @@ -46,15 +46,13 @@ The Neon MCP Server grants powerful database management capabilities and is inte - 1. Click the button in the top-left to open the sidebar - 2. Click `Extensions` - 3. Click `Add custom extension` - 4. On the `Add custom extension` modal, enter the following: - - **Extension Name**: Neon - - **Type**: Streamable HTTP - - **Endpoint**: `https://mcp.neon.tech/mcp` - 5. Click `Add Extension` to save the extension - 6. Navigate to the chat + ", + "type": "streamable-http", + "url": "https://mcp.neon.tech/mcp", "link": "https://github.com/neondatabase-labs/mcp-server-neon", - "installation_notes": "Install using npx package manager (add your Neon API key to the command) or connect to the remote server.", + "installation_notes": "Streaming HTTP extension with OAuth browser authentication to your Neon account.", "is_builtin": false, "endorsed": true, "environmentVariables": []