Integrations
Detects JavaScript as one of the programming languages in projects and provides relevant suggestions
Uses Node.js as a runtime environment for the MCP server
Uses npm for package management and dependency installation
コーディングアシスタントサーバー
コーディングアシスタントサーバーは、Clineコーディングエージェントの機能を強化するMCP(モデルコンテキストプロトコル)サーバーです。インテリジェントなコード提案を提供し、誤解を軽減し、プロジェクトのドキュメントを活用してコードベースで使用されているテクノロジーを検出することで、ナレッジベースを文書化します。
特徴
- コード提案: コード スニペットとプロジェクト ドキュメントに基づいて、コンテキストに応じたコード提案を提供します。
- ドキュメント統合:
docs
ディレクトリまたは指定された URL からドキュメント ファイルを読み込み、ベクトル化します。 - テクノロジー検出: プロジェクトで使用されるプログラミング言語、フレームワーク、ライブラリを自動的に検出します。
- 自動ドキュメント取得: 検出されたテクノロジーの公式ドキュメント リンクを検索し、ナレッジ ベースに追加します。
- プロジェクト パスの自動化:
project_path.txt
からプロジェクト パスを読み取り、Cline の現在のプロジェクトとシームレスに統合します。 - 複数のドキュメント ソース: 複数のドキュメントとリンクを受け入れて、ナレッジ ベースを充実させます。
インストール
Smithery経由でインストール
Smithery経由で Cline 用の Coding Assistant Server を自動的にインストールするには:
前提条件
- Node.js v14以上
- npm v6以上
- OpenAI APIキー
手順
- リポジトリのクローンを作成するCopy
- プロジェクトディレクトリに移動するCopy
- 依存関係をインストールするCopy
- 環境変数を設定する
- ルート ディレクトリに
.env
ファイルを作成します。 - OpenAI API キーを追加します:Copy
- ルート ディレクトリに
- プロジェクトを構築するCopy
使用法
サーバーの起動
Coding Assistant MCP サーバーを起動します。
Clineとの統合
- MCP設定を更新する
- MCP 設定ファイル (例:
cline_mcp_settings.json
) を編集して、コーディング アシスタント サーバーを追加します。Copy
- MCP 設定ファイル (例:
- プロジェクトパスを設定する
- 現在のプロジェクトへの絶対パスを使用して、
coding-assistant-server
ディレクトリ内のproject_path.txt
ファイルを作成または更新します。Copy
- 現在のプロジェクトへの絶対パスを使用して、
- クラインを再起動
- コーディング アシスタント サーバーに接続するには、Cline を再起動するか、MCP 設定を再ロードします。
ツールの使用
get_suggestions
ツール
提供されたコード コンテキストに基づいてコードの提案を提供します。
使用例:
Cline はcoding-assistant
MCP サーバー上のツールを使用しました。
get_suggestions
提供されたコードコンテキストに基づいてコードの提案を取得します
議論
応答
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.
Clineコーディングエージェントの機能を強化するサーバーです。インテリジェントなコード提案を提供し、誤解を軽減し、プロジェクトのドキュメントを活用し、コードベースで使用されているテクノロジーを検出することで、ナレッジベースを文書化します。
Related MCP Servers
- -securityAlicense-qualityAn MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.Last updated -132PythonMIT License
Apifox MCP Serverofficial
-securityFlicense-qualityA server that connects AI coding assistants like Cursor and Cline to Apifox API definitions, allowing developers to implement API interfaces through natural language commands.Last updated -8321- -security-license-qualityA server that enables scanning files for viruses using the ClamAV engine, providing a simple integration with Cursor IDE via SSE connections.Last updated -1PythonApache 2.0
- -securityAlicense-qualityA fully featured coding agent that uses symbolic operations (enabled by language servers) and works well even in large code bases. Essentially a free to use alternative to Cursor and Windsurf Agents, Cline, Roo Code and others.Last updated -764PythonMIT License