Development MCP server for LangGraph checkpoint and store inspection
If you already use Langmcp, the langmcp mcp server is the piece that lets your assistant work with it directly. Development MCP server for LangGraph checkpoint and store inspection.
LangMCP helps you answer the debugging question that traces do not always answer:
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
health_check — Connectivity, backend types, redacted URIslist_profiles — Profile names and backend typeslist_threads — Discover thread IDsget_thread_state — Latest or specific checkpoint statelist_checkpoint_history — Paginated checkpoint listget_checkpoint — Full snapshot for one checkpointcompare_checkpoints — Diff values and message count deltasummarize_thread — Transcript-style summaryanalyze_context_window — Token estimate and size warningsanalyze_memory_gaps — Store versus thread user ID hintslist_namespaces — Store namespace tuplessearch_store — Search under namespace prefixConfiguration is passed through the environment: LANGMCP_READ_ONLY, POSTGRES_URI, THREAD_ID, USER_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Langmcp's toolset — health_check, list_profiles, list_threads and 11 more — is a fair guide to whether it matches your workflow. It is maintained by LangMCP Contributors; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Langmcp's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| health_check | Connectivity, backend types, redacted URIs |
| list_profiles | Profile names and backend types |
| list_threads | Discover thread IDs |
| get_thread_state | Latest or specific checkpoint state |
| list_checkpoint_history | Paginated checkpoint list |
| get_checkpoint | Full snapshot for one checkpoint |
| compare_checkpoints | Diff values and message count delta |
| summarize_thread | Transcript-style summary |
| analyze_context_window | Token estimate and size warnings |
| analyze_memory_gaps | Store versus thread user ID hints |
| list_namespaces | Store namespace tuples |
| search_store | Search under namespace prefix |
| get_store_item | Full store value by key |
| summarize_user_memory | Grouped keys under user prefix |
| Variable | Description | Required |
|---|---|---|
| LANGMCP_READ_ONLY | Configuration value read at startup. | Optional |
| POSTGRES_URI | Configuration value read at startup. | Optional |
| THREAD_ID | Configuration value read at startup. | Optional |
| USER_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.