Skip to content

FileSystem MCP Server for Zed

io.github.oncorporation/filesystem-server

Secure filesystem access for AI agents with configurable directory and file type restrictions

client:Zed transport:stdio runtime:pypi

Install FileSystem MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "filesystem-server": {
      "command": "uvx",
      "args": [
        "vs-filesystem-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

FileSystem MCP Server in other clients