Integrations
Provides access to LangGraph documentation, allowing retrieval of specific documentation files and fetching additional content from URLs within those files.
MCP Documentation Server
A customized version of the MCP documentation server that enables integration between LLM applications (like Cursor, Claude Desktop, Windsurf) and documentation sources via the Model Context Protocol.
Overview
This server provides MCP host applications with:
- Access to specific documentation files (langgraph.txt and mcp.txt)
- Tools to fetch documentation from URLs within those files
Supported Documentation
Currently set up for:
- LangGraph Documentation (from https://raw.githubusercontent.com/esakrissa/mcp-doc/main/docs/langgraph.txt)
- MCP Documentation (from https://raw.githubusercontent.com/esakrissa/mcp-doc/main/docs/mcp.txt)
Quick Start
Setup and Run
Running the Server
You can run the server using the installed command:
Or if you prefer using UV:
IDE Integration
Cursor
Add to ~/.cursor/mcp.json
Then add these instructions to Cursor's Custom Instructions:
To test if the integration is working, ask Cursor a question about LangGraph or MCP, and check if it uses the documentation server tools to fetch information.
Security Note
For security reasons, strict domain access controls are implemented:
- Remote documentation files: Only the specific domain is automatically allowed
- Local documentation files: No domains are automatically allowed
- Use
--allowed-domains
to explicitly add domains or--allowed-domains '*'
to allow all (use with caution)
References
This project is based on the original mcpdoc by LangChain AI, modified to provide focused documentation access for LangGraph and MCP.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A customized MCP server that enables integration between LLM applications and documentation sources, providing AI-assisted access to LangGraph and Model Context Protocol documentation.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.Last updated -177PythonMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) compliant server that allows Large Language Models (LLMs) to search and retrieve content from microCMS APIs.Last updated -TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server implementation that enables seamless integration with Claude and other MCP-compatible clients to access Prem AI's language models, RAG capabilities, and document management features.Last updated -JavaScript
APISIX-MCPofficial
AsecurityAlicenseAqualityThe APISIX Model Context Protocol (MCP) server bridges large language models (LLMs) with the APISIX Admin API.Last updated -316716TypeScriptApache 2.0