Skip to content
Cursor

RoastPilot for Cursor

io.github.syamaner/coffee-roaster-mcp

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

client:Cursor transport:stdio runtime:pypi

Install RoastPilot in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

RoastPilot in other clients