Skip to content

RoastPilot for Zed

io.github.syamaner/coffee-roaster-mcp

RoastPilot controls coffee roasting sessions through local stdio MCP tools and exports logs.

client:Zed transport:stdio runtime:pypi

Install RoastPilot in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "coffee-roaster-mcp": {
      "command": "uvx",
      "args": [
        "coffee-roaster-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

RoastPilot in other clients