{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/3"}],"enrichment":{"capability":"Provides a MongoDB-backed checkpoint storage implementation for LangGraph, enabling state persistence and recovery in agentic workflows.","skillfed_tags":["langgraph","state-persistence","mongodb"],"use_cases":["Store intermediate states in multi-step workflows to enable resumption after failures.","Persist agent decision history and channel values for audit trails and debugging.","Implement checkpoint-based recovery in long-running tasks without restarting from scratch.","Build async-first systems that checkpoint state asynchronously during execution.","Retrieve and analyze past execution paths using MongoDB queries."],"what_it_does":"This package implements a CheckpointSaver for LangGraph that stores agent state and execution history in MongoDB. It is designed for workflows that need to persist intermediate steps, recover from failures, or replay execution paths\u2014common requirements in multi-step agentic applications.\n\nThe package provides both synchronous and asynchronous APIs (put/get/list and aput/aget/alist) for storing, retrieving, and listing checkpoints. It integrates with LangGraph's checkpoint protocol and relies on pymongo for MongoDB connectivity and langchain-mongodb for higher-level abstractions. You instantiate a MongoDBSaver from a connection string, then use it as a context manager to persist and recover checkpoint data.","worth_installing":"Yes, if you are building LangGraph applications that require MongoDB-backed state persistence. Install friction is low, maintenance is active, and the API is straightforward. Verify the license terms first and confirm MongoDB availability in your deployment environment."},"id":"langgraph-checkpoint-mongodb","links":{"html":"https://skillfed.io/packages/langgraph-checkpoint-mongodb","md":"https://skillfed.io/packages/langgraph-checkpoint-mongodb.md","pypi":"https://pypi.org/project/langgraph-checkpoint-mongodb/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-12","license_spdx":null,"license_treatment":"unclear","name":"langgraph-checkpoint-mongodb","python_support":"supports_current","summary":"Library with a MongoDB implementation of LangGraph checkpoint saver."},"popularity":{"monthly_downloads":431679,"position":6715,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.0"}
