MCP LLM
LlamaIndexTS ライブラリを使用して LLM へのアクセスを提供する MCP サーバー。

特徴
この MCP サーバーは次のツールを提供します。
generate_code: 説明に基づいてコードを生成するgenerate_code_to_file: コードを生成し、特定の行番号でファイルに直接書き込みます。generate_documentation: コードのドキュメントを生成するask_question: LLMに質問する


インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の LLM サーバーを自動的にインストールするには:
ソースからの手動インストール
リポジトリをクローンする
依存関係をインストールします:
プロジェクトをビルドします。
MCP構成を更新する
サンプルスクリプトの使用
リポジトリには、MCP サーバーをプログラムで使用する方法を示すサンプル スクリプトが含まれています。
このスクリプトは MCP サーバーを起動し、curl コマンドを使用してサーバーにリクエストを送信します。
例
コードを生成する
ファイルにコードを生成
generate_code_to_fileツールは、相対パスと絶対パスの両方をサポートします。相対パスを指定した場合、MCP サーバーの現在の作業ディレクトリを基準として解決されます。
ドキュメントを生成する
質問する
ライセンス
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
LLM に他の LLM へのアクセスを提供する MCP サーバー
Related Resources
Related MCP Servers
- -security-license-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -74Apache 2.0
- -security-license-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 -766MIT License
- -security-license-qualityA Filesystem MCP server that allows an LLM to read and list files from a specified directory on your local machine through the Model Context Protocol.Last updated -2
- -security-license-qualityA customized MCP server that enables integration between LLM applications and documentation sources, providing AI-assisted access to LangGraph and Model Context Protocol documentation.Last updated -1