Adds a Remote MCP Ambient LangGraph Agent Demo - #221
Merged
Conversation
added 5 commits
July 14, 2026 16:16
An end-to-end demo of an AI agent triaging a payments performance incident via the MongoDB Remote MCP plugin: a slow checkout status-poll query (missing index) is diagnosed with explain() and the Atlas Performance Advisor, fixed with a compound index, and verified. - seed_payments.py: seeds a realistic ~300k payments collection (no index on session_id; sized so a COLLSCAN is ~4s warm / ~30s cold, under the MCP 60s cap) - generate_load.py: trickle load to keep the Performance Advisor recommendation fresh and the cache warm - post_alert.py: posts an Atlas-styled Query Targeting alert to Slack - README.md: story, setup, run, and reset/reseed instructions
Local-first LangGraph inventory monitoring demo for a coffee roaster: - FastAPI backend with MongoDB-backed products, inventory, suppliers, POs, alerts, chat, and an agent-activity event log - Light Stocky/Shopify-style UI with MongoDB green accents: tabbed sidebar nav, red notification badge on the Inbox, accordion alert detail with chat - Agent-activity feed surfaces the monitor's thinking/plan steps and the actual MongoDB commands (find/aggregate/updateOne) it runs - Seeded catalog of 9 SKUs with shared packaging components .env is gitignored; use env.example for setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.