Skip to content
VS Code

pypreset for VS Code

io.github.kaierikniermann/pypreset

Scaffold Python projects from YAML presets, augment existing projects with CI/tests.

client:VS Code transport:stdio runtime:pypi

Install pypreset in VS Code

.vscode/mcp.json

{
  "servers": {
    "pypreset": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pypreset"
      ]
    }
  }
}

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

pypreset in other clients