code2prompt-mcp
コードベースからコンテキスト プロンプトを生成する MCP サーバー。これにより、AI アシスタントがコード リポジトリを理解して操作しやすくなります。
について
code2prompt-mcpは、高性能なRustライブラリcode2prompt-rsを活用してコードベースを分析し、構造化されたサマリーを生成します。AIでの利用に最適化された形式で関連コンテキストを抽出することで、コードと言語モデル間のギャップを埋めるのに役立ちます。
インストール
このプロジェクトは依存関係の管理にRyeを使用するので、インストールされていることを確認してください。
必要な依存関係をインストールし、ローカル環境でモジュールをビルドするには、次のコマンドを実行します。
pyproject.toml
ファイルで指定されたすべての必要な依存関係が.venv
ディレクトリにインストールされます。
使用法
MCP サーバーを実行します。
ライセンス
MIT ライセンス - 詳細については LICENSE ファイルを参照してください。
発達
テストには、MCP Inspector を使用できます。
This server cannot be installed
コードベースを分析してコンテキスト プロンプトを生成する MCP サーバー。これにより、AI アシスタントがコード リポジトリを理解して操作しやすくなります。
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.Last updated -1161TypeScript
- -securityAlicense-qualityA Code Indexing MCP Server that connects AI coding assistants to external codebases, providing accurate and up-to-date code snippets to reduce mistakes and hallucinations.Last updated -68PythonApache 2.0
- AsecurityFlicenseAqualityAn MCP server that allows coding agents to look up contextual rules and patterns on demand, providing just-in-time guidance for specific tasks like writing tests or authoring UI.Last updated -19TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server for advanced code analysis and editing with semantic search capabilities, enabling AI assistants to perform complex code operations through a standardized interface.Last updated -15Python