[DOCS] ant.dir.ant.anthropic.filesystem\README.md

Resolved 💬 2 comments Opened May 19, 2026 by reteter Closed May 22, 2026

Documentation Type

Missing documentation (feature not documented)

Documentation Location

_No response_

Section/Topic

MCP Usage with Claude Desktop

Current Documentation

Current document states:

## Usage with Claude Desktop
Add this to your `claude_desktop_config.json`:

Note: you can provide sandboxed directories to the server by mounting them to `/projects`. Adding the `ro` flag will make the directory readonly by the server.

What's Wrong or Missing?

The actual JSON configuration block that should follow is missing entirely. A user following this documentation has no way to know what to add to the config file.

Suggested Improvement

Include JSON configuration block like for other frameworks.

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "path"
      ]
    }
  }
}

### Impact

High - Prevents users from using a feature

### Additional Context

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗