MCP ドキュメント サーバー
モデル コンテキスト プロトコルを介して LLM アプリケーション (Cursor、Claude Desktop、Windsurf など) とドキュメント ソース間の統合を可能にする MCP ドキュメント サーバーのカスタマイズされたバージョンです。
概要
このサーバーは、MCP ホスト アプリケーションに次の機能を提供します。
- 特定のドキュメント ファイル (langgraph.txt および mcp.txt) へのアクセス
- ファイル内のURLからドキュメントを取得するためのツール
サポートされているドキュメント
現在設定中:
- LangGraph ドキュメント ( https://raw.githubusercontent.com/esakrissa/mcp-doc/main/docs/langgraph.txtより)
- MCP ドキュメント ( https://raw.githubusercontent.com/esakrissa/mcp-doc/main/docs/mcp.txtより)
クイックスタート
セットアップと実行
サーバーの実行
インストールされたコマンドを使用してサーバーを実行できます。
または、UV を使用する場合:
IDE統合
カーソル
~/.cursor/mcp.json
に追加する
次に、カーソルのカスタム命令に次の命令を追加します。
統合が機能しているかどうかをテストするには、Cursor に LangGraph または MCP について質問し、ドキュメント サーバー ツールを使用して情報を取得するかどうかを確認します。
セキュリティに関する注意事項
セキュリティ上の理由から、厳格なドメイン アクセス制御が実装されています。
- リモートドキュメントファイル: 特定のドメインのみが自動的に許可されます
- ローカルドキュメントファイル: ドメインは自動的に許可されません
--allowed-domains
を使用してドメインを明示的に追加するか、--allowed-domains '*'
使用してすべて許可します(注意して使用してください)。
参考文献
このプロジェクトは、 LangChain AI によるオリジナルの mcpdocに基づいており、LangGraph と MCP に重点を置いたドキュメント アクセスを提供するために変更されています。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
LLM アプリケーションとドキュメント ソース間の統合を可能にし、LangGraph および Model Context Protocol ドキュメントへの AI 支援アクセスを提供するカスタマイズされた MCP サーバー。
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
- AsecurityAlicenseAqualityThe APISIX Model Context Protocol (MCP) server bridges large language models (LLMs) with the APISIX Admin API.Last updated -316716TypeScriptApache 2.0