Markdown サイドカー MCP サーバー
これは、NPMパッケージ、Goモジュール、またはPyPiパッケージ用のMCPサーバーからMarkdownドキュメントを構造的に提供およびアクセスするための方法を提供します。これらのMarkdownファイルをresources
またはtools
として公開することで、情報に基づいたコード生成が可能になります。
[!注記]
注: 多くの PyPi パッケージではマークダウン ドキュメントが公開されていないため、このライブラリはデフォルトで Pythonhelp
ルート ドキュメントもマウントします。
これは、要求されたパッケージが既にローカルにインストールされているプロジェクトディレクトリ内から実行されるように設計されています。アクセスは常にローカル環境の作業ディレクトリ内に留まります。
インストール
議論
workingDir
: リポジトリの作業ディレクトリ。packageName
: 要求するパッケージまたはモジュールの名前registry
: パッケージが見つかるレジストリ (npm
、gomodules
、またはpypi
)docsSubDir
: [オプション] Markdown ドキュメントを検索する特定のサブディレクトリ。デフォルトはパッケージのルートです。mcpPrimitive
: [オプション] サーバーから公開するMCPプリミティブ(tool
またはresource
)。デフォルトはtool
です。一部のクライアントは現在リソースをサポートしていません。
カーソルのインストール手順
次のサーバー定義を.cursor/mcp.json
ファイルに追加します。
発達
貢献
- リポジトリをフォークする
- 機能ブランチを作成する
- 変更をコミットしてプッシュする
- プルリクエストを開く
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
NPM パッケージ、Go モジュール、または PyPi パッケージからのマークダウン ドキュメントへの構造化されたアクセスを提供し、これらのドキュメントをリソースまたはツールとして公開することで、情報に基づいたコード生成を可能にするサーバー。
Related MCP Servers
- AsecurityAlicenseAqualityFacilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.Last updated -117660TypeScriptMIT License
- AsecurityAlicenseAqualityFacilitates searching and accessing programming resources across platforms like Stack Overflow, MDN, GitHub, npm, and PyPI, aiding LLMs in finding code examples and documentation.Last updated -625JavaScriptAGPL 3.0
- -securityAlicense-qualityA server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.Last updated -2PythonMIT License
- AsecurityFlicenseAqualityA TypeScript-based server that visualizes project directory structures in Markdown format, automatically documenting file contents with syntax highlighting and supporting customizable exclusion patterns.Last updated -132TypeScript