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-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.Last updated -34075TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.Last updated -1231TypeScriptMIT License
- -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) server that enables LLMs to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data seamlessly through natural language.Last updated -340MIT License