Skip to content
VS Code

FileSystem MCP Server for VS Code

io.github.oncorporation/filesystem-server

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

client:VS Code transport:stdio runtime:pypi

Install FileSystem MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "filesystem-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vs-filesystem-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

FileSystem MCP Server in other clients