chipotle for Cursor
io.github.markswendsen-code/chipotle
MCP server for Chipotle - let AI agents order burritos, bowls, and more
client:Cursor
transport:stdio
runtime:npm
Install chipotle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chipotle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-chipotle"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs