0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

各サービスのModel Context Protocolのアーキテクチャ一覧

Last updated at Posted at 2025-05-21

MCP(サーバー)の構成を探る

MCP(サーバー)の標準ディレクトリ構成を知りたい

Model Context Protocol(MCP)はLLMとアプリケーションを繋ぎこむためのプロトコルです。ざっくりLLM側のMCPホストからMCPクライアントを通じてMCPサーバーへのリクエストを飛ばすAPIとして機能します。MCPの中にも区分があり、やり取りのヘルパーに近いPrompt、ファイルなどのResource、リモコンに近いToolがあります。

AIブームの中各サービスMCPを公開しています(特にサーバー、Toolの部分)が、Model Context Protocolが日々進化しておりWebサービスでいうMVCのようにアーキテクチャが定まっていない印象です。

GitDiagramというLLMでgit repositoryの構成を図解してくれるサービスがあり、試す対象として良さそうに思ったので各社のMCP実装に対してかけてみます。

AWS

aws_mcp.png

Azure

azure_mcp.png

Blender

blender_mcp.png

GitHub

github_mcp.png

Grafana

grafana_mcp.png

Neo4j

neo4j_mcp.png

Notion

notion_mcp.png

Playwright

playwright_mcp.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?