mcp for VS Code
org.filetourl/mcp
Upload a file and get a public shareable URL via API or MCP.
client:VS Code
transport:streamable-http
tools:7
Install mcp in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://filetourl.org/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs