From 9fce01f884a999601ee882a69899b7246d139e41 Mon Sep 17 00:00:00 2001 From: Ido Salomon Date: Tue, 13 May 2025 00:08:47 +0300 Subject: [PATCH] [Proposal] add gitmcp badge for simple LLM-accessible documentation (#4502) [gitmcp.io](https://gitmcp.io/) provides easy access to the latest langgraph docs through a remote, free, open-source MCP. It's supported by all major clients (including the new claude.ai web client). It enables two access points - - Empower AI agents (e.g., Cursor) with live documentation context to prevent hallucinations. - Chat with the documentation in the browser via the embedded chat This PR proposes adding a new badge to help users make the most of Langgraph's documentation with GitMCP. The badge is [customizable](https://github.com/idosal/git-mcp?tab=readme-ov-file#-gitmcp-badge). The count is a live count of users accessing Langgraph's documentation through GitMCP. Example: [![GitMCP](https://img.shields.io/endpoint?url=https://gitmcp.io/badge/langchain-ai/langgraph)](https://gitmcp.io/langchain-ai/langgraph) You can see a demo with Langgraph's GitHub pages at gitmcp.io. Please let us know what you think :) --- README.md | 3 ++- libs/langgraph/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f818e1bf8..1500608d5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ [![Downloads](https://static.pepy.tech/badge/langgraph/month)](https://pepy.tech/project/langgraph) [![Open Issues](https://img.shields.io/github/issues-raw/langchain-ai/langgraph)](https://github.com/langchain-ai/langgraph/issues) [![Docs](https://img.shields.io/badge/docs-latest-blue)](https://langchain-ai.github.io/langgraph/) +[![GitMCP](https://img.shields.io/endpoint?url=https://gitmcp.io/badge/langchain-ai/langgraph)](https://gitmcp.io/langchain-ai/langgraph) Trusted by companies shaping the future of agents – including Klarna, Replit, Elastic, and more – LangGraph is a powerful low-level orchestration framework for building, managing, and deploying long-running, stateful agents. @@ -80,4 +81,4 @@ While LangGraph can be used standalone, it also integrates seamlessly with any L ## Acknowledgements -LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [Apache Beam](https://beam.apache.org/). The public interface draws inspiration from [NetworkX](https://networkx.org/documentation/latest/). LangGraph is built by LangChain Inc, the creators of LangChain, but can be used without LangChain. \ No newline at end of file +LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [Apache Beam](https://beam.apache.org/). The public interface draws inspiration from [NetworkX](https://networkx.org/documentation/latest/). LangGraph is built by LangChain Inc, the creators of LangChain, but can be used without LangChain. diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index f818e1bf8..1500608d5 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -12,6 +12,7 @@ [![Downloads](https://static.pepy.tech/badge/langgraph/month)](https://pepy.tech/project/langgraph) [![Open Issues](https://img.shields.io/github/issues-raw/langchain-ai/langgraph)](https://github.com/langchain-ai/langgraph/issues) [![Docs](https://img.shields.io/badge/docs-latest-blue)](https://langchain-ai.github.io/langgraph/) +[![GitMCP](https://img.shields.io/endpoint?url=https://gitmcp.io/badge/langchain-ai/langgraph)](https://gitmcp.io/langchain-ai/langgraph) Trusted by companies shaping the future of agents – including Klarna, Replit, Elastic, and more – LangGraph is a powerful low-level orchestration framework for building, managing, and deploying long-running, stateful agents. @@ -80,4 +81,4 @@ While LangGraph can be used standalone, it also integrates seamlessly with any L ## Acknowledgements -LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [Apache Beam](https://beam.apache.org/). The public interface draws inspiration from [NetworkX](https://networkx.org/documentation/latest/). LangGraph is built by LangChain Inc, the creators of LangChain, but can be used without LangChain. \ No newline at end of file +LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [Apache Beam](https://beam.apache.org/). The public interface draws inspiration from [NetworkX](https://networkx.org/documentation/latest/). LangGraph is built by LangChain Inc, the creators of LangChain, but can be used without LangChain.