Skip to content
VS Code

snowfakery mcp for VS Code

io.github.composable-delivery/snowfakery-mcp

MCP server for authoring, analyzing, debugging, and running Snowfakery recipes

client:VS Code transport:stdio runtime:pypi

Install snowfakery mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "snowfakery-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "snowfakery-mcp"
      ]
    }
  }
}

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

snowfakery mcp in other clients