cibus-agent-mcp
v0.1.1
Published
MCP server for ordering food on Cibus/Pluxee from an MCP-compatible client (e.g. VS Code Copilot Chat).
Readme
This is a Next.js project bootstrapped with create-next-app.
Cibus Agent MCP Server
This repo also publishes cibus-agent-mcp, an MCP
server that lets you order food on Cibus/Pluxee from VS Code Copilot Chat (Agent mode).
Setup:
- Add this to
.vscode/mcp.jsonin any workspace (or your user-level MCP config to make it available everywhere):{ "servers": { "cibus-agent": { "command": "npx", "args": ["-y", "cibus-agent-mcp"] } } } - Click "Start" on the CodeLens above the server entry, switch Copilot Chat to Agent mode, and ask it to open Cibus, list restaurants, or add items to your cart. The first time you open Cibus, a real browser opens and you'll need to log in manually — your credentials/session stay entirely on your own machine.
- If a tool call like "open cibus" fails with a generic
Failed to open Cibus. Try again.message, the Playwright browser binary likely didn't auto-install (e.g. a corporateignore-scriptspolicy blocked the package'spostinstallstep). Run this once to fix it:
Check the MCP server's real error via Command Palette → "MCP: List Servers" →npx -y playwright install chromiumcibus-agent→ Show Output — the underlying error is only logged there, not shown in chat.
See PUBLISHING.md for the full architecture (why an OpenAI key is never needed on your machine, how the shared proxy works, etc.).
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
