Blank Files MCP for VS Code
io.github.filearchitect/blankfiles-mcp
MCP server for listing and retrieving minimal valid blank files from blankfiles.com.
client:VS Code
transport:stdio
runtime:npm
Install Blank Files MCP in VS Code
.vscode/mcp.json
{
"servers": {
"blankfiles-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@filearchitect/blankfiles-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs