Back to skills

atlas-stream-processing

data

Manages MongoDB Atlas Stream Processing pipelines through the MongoDB MCP Server. Covers workspace provisioning, connection setup for Kafka, Atlas clusters, S3, HTTPS, and Lambda, plus processor lifec

Setup & Installation

npx skills add https://github.com/mongodb/atlas-stream-processing --skill atlas-stream-processing
or paste the link and ask your coding assistant to install it
https://github.com/mongodb/atlas-stream-processing
View on GitHub

What This Skill Does

Manages MongoDB Atlas Stream Processing pipelines through the MongoDB MCP Server. Covers workspace provisioning, connection setup for Kafka, Atlas clusters, S3, HTTPS, and Lambda, plus processor lifecycle, debugging, and tier sizing. Encodes ASP-specific gotchas like region name mapping, single-sink constraints, and invalid constructs such as $$NOW so pipelines deploy correctly the first time instead of failing with cryptic Atlas API errors.

When to use it

  • Working with atlas stream processing functionality
  • Implementing atlas stream processing features
  • Debugging atlas stream processing related issues