snowfakery mcp for Cursor
io.github.composable-delivery/snowfakery-mcp
MCP server for authoring, analyzing, debugging, and running Snowfakery recipes
client:Cursor
transport:stdio
runtime:pypi
Install snowfakery mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"snowfakery-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"snowfakery-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs