chipotle for VS Code
io.github.markswendsen-code/chipotle
MCP server for Chipotle - let AI agents order burritos, bowls, and more
client:VS Code
transport:stdio
runtime:npm
Install chipotle in VS Code
.vscode/mcp.json
{
"servers": {
"chipotle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-chipotle"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs