10gen Repo Intelligence

10gen Repos — Case Tracker and Troubleshooting Extension Context

When to use this skill

When NOT to use this skill

Skill guidance


Highest-value repos

mdb-tam

Direct Chrome extension architecture, local backend, native messaging hosts, Monday sync, Glean/Slack/calendar integrations, operator dashboards.

ts-tools-customer-hub

Customer context UX, Salesforce/Coveo/S3 integrations, monitoring, and runbook patterns.

ts-tools-support-api

Case creation, uploads, auth flows, swagger/openapi-backed automation surface.

ts-tools-scrapers-tickets

Jira, Salesforce, and support-alert ingestion; support DB synchronization patterns.

ts-tools-escalation-manager

Escalation-oriented UI, list/detail flows, active escalated case handling.

ts-search-explain-helper (SearchPlanIQ)

Atlas Search explain diagnostics, visual exports, markdown writeups, MCP server mode.

alexandria

FTDC diagnostics, rule-based issue detection, metric explorer, remote web analysis.

devprod-mcp-router

Unified access to Jira, Confluence, Evergreen, Git, Backstage, and other debugging tools through one MCP gateway.

ts-support-demand-tracking

Support demand signals from Trino, Gmail, Discord, and MongoDB aggregation.

mongolyser

Local desktop analysis of logs, profiling, indexes, cache, sharding, and cluster health.

Aha ticket and feature search with hybrid retrieval and assistant endpoints.

ts-ftdc-requestor

Requesting FTDC from Atlas and storing/retrieving shared FTDC bundles.


Useful later / medium-signal repos

Repo Purpose
support-dashboard Legacy dashboard patterns for hot-customer and queue views
ts-tools-diagnostic-viewer Diagnostic artifact viewer UI patterns
ts-tools-diagnostics-pipeline Async diagnostics processing / contributor APIs
support-tools Large hunting ground for niche internal support utilities
scripts-and-snippets Internal script catalog and discovery point
atlas-tools Atlas node-side support scripts
ts-query-helper Older explain-analysis app and deploy scripts
ts-tools-calendar Calendar automation microservice
ts-tools-workflow Workflow engine with approvals and queues
ts-tools-hub Legacy support hub triage UI
agent-skills Procedural knowledge/skill pack for future AI assistance
ai-tools-code-samples LLM and MongoGPT integration examples

Scenario-to-repo mapping

Scenario Primary repos Start with
Create or update a support case ts-tools-support-api, mdb-tam, ts-tools-escalation-manager ts-tools-support-api automation endpoints
Enrich a case with Jira/Salesforce/support-alert context ts-tools-scrapers-tickets, ts-tools-customer-hub, devprod-mcp-router Jira/SFDC scrapers
Collect or analyze FTDC diagnostics ts-ftdc-requestor, alexandria, ts-tools-diagnostic-viewer FTDC request API; then Alexandria CLI
Analyze Atlas Search or vector search explain plans ts-search-explain-helper, ts-query-helper SearchPlanIQ app and MCP server
Prioritize cases by support load or signal volume ts-support-demand-tracking, support-dashboard Support volume tracker
Retrieve runbooks, knowledge, or engineering context devprod-mcp-router, hmm-aha-search, agent-skills Confluence/Git/Backstage via MCP
Schedule follow-up actions ts-tools-calendar, mdb-tam CalGuru calendar API

Top scripts / tools

Script / tool Repo Purpose
Customer Dashboard extension mdb-tam Direct blueprint for the target product
server/src/index.js mdb-tam Local backend entrypoint for SSE, reports, and integration mediation
native-host/install.sh mdb-tam Native messaging host installer
scripts/monday-initiative-sync.mjs mdb-tam Monday sync CLI
scripts/getPickListValues.ts ts-tools-customer-hub Salesforce picklist sync utility
Support API endpoints ts-tools-support-api Programmatic case automation and auth surface
jira_scraper.py ts-tools-scrapers-tickets Jira ingestion for support DB synchronization
support_demand_tracker.py ts-support-demand-tracking Aggregates support demand signals
searchplaniq CLI ts-search-explain-helper Explain analyzer entrypoint
searchplaniq-mcp ts-search-explain-helper MCP server for explain-plan tooling
alexandria CLI alexandria FTDC diagnostics and rule evaluation
devprod-mcp-proxy devprod-mcp-router Client-facing gateway proxy for MCP backends
npm run electron:start mongolyser Desktop diagnostic workstation start command

Recurring mechanisms and APIs

Mechanism Key repos Notes
Chrome Extension / MV3 mdb-tam Key for browser-native operator workflows and side panels
Native Messaging mdb-tam Lets a Chrome extension talk to local Python/shell hosts
Salesforce ts-tools-support-api, ts-tools-scrapers-tickets, ts-tools-customer-hub Source of support case data, auth flows, and customer metadata
Jira ts-tools-scrapers-tickets, devprod-mcp-router Issue and escalation context
Atlas API ts-ftdc-requestor, alexandria Used for FTDC requests and cluster diagnostics
FTDC alexandria, ts-ftdc-requestor Primary diagnostic artifact for storage/performance troubleshooting
Explain plans / Atlas Search ts-search-explain-helper Central to search troubleshooting
MCP devprod-mcp-router, ts-search-explain-helper Tool aggregation and agent bridge pattern

Implementation guidance


Caveats and risk notes


Installation and setup

The generated script install_10gen_case_tracker_dependencies.sh is clone-first and safe by default:

Common prerequisites

Manual credentials likely needed


Glossary

Term Definition
FTDC Full Time Diagnostic Data Capture; MongoDB diagnostic metrics bundle used for storage/performance troubleshooting
MCP Model Context Protocol; tool-integration protocol used by devprod-mcp-router and ts-search-explain-helper for agent-accessible tooling
MV3 Chrome Extension Manifest V3, the extension model used by mdb-tam
Native Messaging Chrome mechanism for talking to local executables through a registered host manifest
Support API Backend service surface for automated support case operations
Customer Hub TS customer-context application that centralizes support/operator views
Explain plan Query or Atlas Search execution plan used to diagnose performance issues
Aha Product/feature tracking system; relevant for roadmap/feature-ticket context
Kanopy / CorpSecure Internal platform/auth surfaces commonly needed for service access and binaries