はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    衆議院選挙2026

『What is the Model Context Protocol (MCP)? - Model Context Protocol』

  • 人気
  • 新着
  • すべて
  • MCP Apps - Model Context Protocol

    5 users

    modelcontextprotocol.io

    For comprehensive API documentation, advanced patterns, and the full specification, visit the official MCP Apps documentation. Text responses can only go so far. Sometimes users need to interact with data, not just read about it. MCP Apps let servers return interactive HTML interfaces (data visualizations, forms, dashboards) that render directly in the chat. Why not just build a web app? You could

    • テクノロジー
    • 2026/01/27 22:57
    • UI
    • あとで読む
    • What is the Model Context Protocol (MCP)? - Model Context Protocol

      8 users

      modelcontextprotocol.io

      MCP (Model Context Protocol) is an open-source standard for connecting AI applications to external systems. Using MCP, AI applications like Claude or ChatGPT can connect to data sources (e.g. local files, databases), tools (e.g. search engines, calculators) and workflows (e.g. specialized prompts)—enabling them to access key information and perform tasks. Think of MCP like a USB-C port for AI appl

      • テクノロジー
      • 2025/09/18 10:26
      • Security Best Practices - Model Context Protocol

        3 users

        modelcontextprotocol.io

        Purpose and Scope This document provides security considerations for the Model Context Protocol (MCP), complementing the MCP Authorization specification. This document identifies security risks, attack vectors, and best practices specific to MCP implementations. The primary audience for this document includes developers implementing MCP authorization flows, MCP server operators, and security profe

        • テクノロジー
        • 2025/06/25 09:14
        • AI
        • security
        • Key Changes - Model Context Protocol

          3 users

          modelcontextprotocol.io

          This document lists changes made to the Model Context Protocol (MCP) specification since the previous revision, 2025-03-26. Major changes Remove support for JSON-RPC batching (PR #416) Add support for structured tool output (PR #371) Classify MCP servers as OAuth Resource Servers, adding protected resource metadata to discover the corresponding Authorization server. (PR #338) Require MCP clients t

          • テクノロジー
          • 2025/06/20 21:48
          • security
          • Authorization - Model Context Protocol

            5 users

            modelcontextprotocol.io

            Purpose and Scope The Model Context Protocol provides authorization capabilities at the transport level, enabling MCP clients to make requests to restricted MCP servers on behalf of resource owners. This specification defines the authorization flow for HTTP-based transports. Protocol Requirements Authorization is OPTIONAL for MCP implementations. When supported: Implementations using an HTTP-based

            • テクノロジー
            • 2025/05/18 20:47
            • AI
            • security
            • Example Servers - Model Context Protocol

              3 users

              modelcontextprotocol.io

              This page showcases various Model Context Protocol (MCP) servers that demonstrate the protocol’s capabilities and versatility. These servers enable Large Language Models (LLMs) to securely access tools and data sources.

              • テクノロジー
              • 2025/04/26 02:58
              • Build an MCP client - Model Context Protocol

                5 users

                modelcontextprotocol.io

                Get started building your own client that can integrate with all MCP servers. In this tutorial, you’ll learn how to build an LLM-powered chatbot client that connects to MCP servers. Before you begin, it helps to have gone through our Build an MCP Server tutorial so you can understand how clients and servers communicate.

                • テクノロジー
                • 2025/03/26 13:02
                • ai
                • Building MCP with LLMs - Model Context Protocol

                  4 users

                  modelcontextprotocol.io

                  Speed up your MCP development using LLMs such as Claude! This guide will help you use LLMs to help you build custom Model Context Protocol (MCP) servers and clients. We’ll be focusing on Claude for this tutorial, but you can do this with any frontier LLM. Preparing the documentation Before starting, gather the necessary documentation to help Claude understand MCP: Visit https://modelcontextprotoco

                  • テクノロジー
                  • 2025/02/22 01:50
                  • tutorial
                  • Example Clients - Model Context Protocol

                    10 users

                    modelcontextprotocol.io

                    This page provides an overview of applications that support the Model Context Protocol (MCP). Each client may support different MCP features, allowing for varying levels of integration with MCP servers. This list is maintained by the community. If you notice any inaccuracies or would like to update information about MCP support in your application, please submit a pull request or open an issue in

                    • テクノロジー
                    • 2025/02/15 15:03
                    • あとで読む
                    • For Claude Desktop Users - Model Context Protocol

                      4 users

                      modelcontextprotocol.io

                      In this tutorial, you will extend Claude for Desktop so that it can read from your computer’s file system, write new files, move files, and even search files. Don’t worry — it will ask you for your permission before executing these actions! 1. Download Claude for Desktop Start by downloading Claude for Desktop, choosing either macOS or Windows. (Linux is not yet supported for Claude for Desktop.)

                      • テクノロジー
                      • 2025/01/26 10:47
                      • Build an MCP server - Model Context Protocol

                        13 users

                        modelcontextprotocol.io

                        In this tutorial, we’ll build a simple MCP weather server and connect it to a host, Claude for Desktop. What we’ll be building We’ll build a server that exposes two tools: get_alerts and get_forecast. Then we’ll connect the server to an MCP host (in this case, Claude for Desktop):

                        • テクノロジー
                        • 2025/01/17 10:14
                        • Inspector - Model Context Protocol

                          3 users

                          modelcontextprotocol.io

                          In-depth guide to using the MCP Inspector for testing and debugging Model Context Protocol servers The MCP Inspector is an interactive developer tool for testing and debugging MCP servers. While the Debugging Guide covers the Inspector as part of the overall debugging toolkit, this document provides a detailed exploration of the Inspector’s features and capabilities.

                          • テクノロジー
                          • 2025/01/17 08:39
                          • MCP
                          • AI
                          • MAP-Inspector
                          • https://modelcontextprotocol.io/llms-full.txt

                            11 users

                            modelcontextprotocol.io

                            • テクノロジー
                            • 2025/01/09 20:27
                            • AI
                            • あとで読む
                            • Roadmap - Model Context Protocol

                              3 users

                              modelcontextprotocol.io

                              The Model Context Protocol is rapidly evolving. This page outlines our current thinking on key priorities and future direction for the first half of 2025, though these may change significantly as the project develops. The ideas presented here are not commitments—we may solve these challenges differently than described, or some may not materialize at all. This is also not an exhaustive list; we may

                              • 暮らし
                              • 2025/01/04 16:50
                              • What is the Model Context Protocol (MCP)? - Model Context Protocol

                                86 users

                                modelcontextprotocol.io

                                MCP (Model Context Protocol) is an open-source standard for connecting AI applications to external systems. Using MCP, AI applications like Claude or ChatGPT can connect to data sources (e.g. local files, databases), tools (e.g. search engines, calculators) and workflows (e.g. specialized prompts)—enabling them to access key information and perform tasks. Think of MCP like a USB-C port for AI appl

                                • テクノロジー
                                • 2024/11/26 08:06
                                • MCP
                                • AI
                                • LLM
                                • あとで読む
                                • programming
                                • Build an MCP server - Model Context Protocol

                                  6 users

                                  modelcontextprotocol.io

                                  In this tutorial, we’ll build a simple MCP weather server and connect it to a host, Claude for Desktop. What we’ll be building We’ll build a server that exposes two tools: get_alerts and get_forecast. Then we’ll connect the server to an MCP host (in this case, Claude for Desktop):

                                  • テクノロジー
                                  • 2024/11/26 07:44
                                  • ai

                                  このページはまだ
                                  ブックマークされていません

                                  このページを最初にブックマークしてみませんか?

                                  『What is the Model Context Protocol (MCP)? - Model Context Protocol』の新着エントリーを見る

                                  キーボードショートカット一覧

                                  j次のブックマーク

                                  k前のブックマーク

                                  lあとで読む

                                  eコメント一覧を開く

                                  oページを開く

                                  はてなブックマーク

                                  • 総合
                                  • 一般
                                  • 世の中
                                  • 政治と経済
                                  • 暮らし
                                  • 学び
                                  • テクノロジー
                                  • エンタメ
                                  • アニメとゲーム
                                  • おもしろ
                                  • アプリ・拡張機能
                                  • 開発ブログ
                                  • ヘルプ
                                  • お問い合わせ
                                  • ガイドライン
                                  • 利用規約
                                  • プライバシーポリシー
                                  • 利用者情報の外部送信について
                                  • ガイドライン
                                  • 利用規約
                                  • プライバシーポリシー
                                  • 利用者情報の外部送信について

                                  公式Twitter

                                  • 公式アカウント
                                  • ホットエントリー

                                  はてなのサービス

                                  • はてなブログ
                                  • はてなブログPro
                                  • 人力検索はてな
                                  • はてなブログ タグ
                                  • はてなニュース
                                  • ソレドコ
                                  • App Storeからダウンロード
                                  • Google Playで手に入れよう
                                  Copyright © 2005-2026 Hatena. All Rights Reserved.
                                  設定を変更しましたx