# Filesystem

**Type:** Official

**Source Type:** Local Package

**Description:** Filesystem MCP server provides AI assistants with read/write access to local directories on the host where the MCP client runs. It is intended for desktop/local use and is sandboxed to the directories you allow.

**Configuration Parameters:**

* **Allowed Directories** \* - Comma-separated full paths to expose to the assistant (e.g. `/Users/<you>/Documents,/Users/<you>/work`). Avoid system roots.

**Setup Steps:**

1. List the **full absolute paths** of directories you want the assistant to access. Avoid system roots like `/` or `C:\`.
2. When creating the connection in Natoma, enter the comma-separated list and save.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/filesystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
