Skip to content
Cline

RoastPilot for Cline

io.github.syamaner/coffee-roaster-mcp

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

client:Cline transport:stdio runtime:pypi

Install RoastPilot in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

RoastPilot in other clients