chipotle for Cline
io.github.markswendsen-code/chipotle
MCP server for Chipotle - let AI agents order burritos, bowls, and more
client:Cline
transport:stdio
runtime:npm
Install chipotle 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": {
"chipotle": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-chipotle"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs