- Model Context Protocol
- [[AI Agent]]と外部データソースを接続するための標準プロトコル
- 登場人物
- Host
- ユーザー入力を受け取り LLM とやりとりしてユーザーに結果を返すアプリケーション
- 例: Claude Desktop, IDEs, or AI tools
- Client
- Server に対してリクエストを送りその結果を Host に返す
- Server
- Client に対して以下の3つの機能を提供する
- Resource
- Tool
- Prompt
- リンク
- https://modelcontextprotocol.io/introduction
- 関連
- [[Slack MCP Server]]
- [[📎LLM による開発補助を Claude Projects + MCP に集約する]]