Skip to content
VS Code

File Storage for VS Code

ai.b77/file-storage

Upload files and get public CDN links in chat.

client:VS Code transport:streamable-http

Install File Storage in VS Code

.vscode/mcp.json

{
  "servers": {
    "file-storage": {
      "type": "http",
      "url": "https://file-storage.b77.ai/mcp"
    }
  }
}

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

File Storage in other clients