RoastPilot for VS Code
io.github.syamaner/coffee-roaster-mcp
RoastPilot controls coffee roasting sessions through local stdio MCP tools and exports logs.
client:VS Code
transport:stdio
runtime:pypi
Install RoastPilot in VS Code
.vscode/mcp.json
{
"servers": {
"coffee-roaster-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"coffee-roaster-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs