Skip to content
Merged
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
21 changes: 14 additions & 7 deletions documentation/docs/tutorials/filesystem-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,20 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to

<TabItem value="ui" label="Goose Desktop">

1. [Launch the installer](goose://extension?cmd=npx&arg=-y&arg=%40modelcontextprotocol%2Fserver-filesystem&id=filesystem&name=Filesystem&description=Filesystem%20access%20server&env=FILESYSTEM_ALLOWED_DIRS)
2. Press `Yes` to confirm the installation
3. Scroll to the top and click `Exit` from the upper left corner

:::tip Multiple Directories
You can specify multiple directories by separating them with a space.
:::
1. Click `...` in the upper right corner
2. Click `Settings`
3. Under `Extensions`, click the `Add` link
4. On the `Add Extension Manually` modal, enter the following:
* **Type**: `Standard IO`
* **ID**: `filesystem-mcp` (_set this to whatever you want_)
* **Name**: `filesystem` (_set this to whatever you want_)
* **Description**: `filesystem MCP Server` (_set this to whatever you want_)
* **Command**: `npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/directory`
5. Click `Add Extension` button

:::tip Multiple Directories
You can specify multiple directories by separating them with a space.
:::

</TabItem>
</Tabs>
Expand Down