MCP
from 2025/3/27
MCP
@OpenAIDevs: MCP 🤝 OpenAI Agents SDK
You can now connect your Model Context Protocol servers to Agents: https://t.co/6jvLt10Qh7
We’re also working on MCP support for the OpenAI API and ChatGPT desktop app—we’ll share some more news in the coming months.
Model context protocol (MCP) - OpenAI Agents SDK
Model Context Protocolのこと。AIモデルが外部のデータやツールと連携するための共通規格。
MCPを使って自分のデータを生成AIに読み込ませる際の一般的な手順
データの前処理:
生成AIが理解しやすい形式にデータを変換します。テキストデータであれば、適切な形式に整形し、必要に応じてベクトル化します。
MCPホストの構築:
MCPホストを構築し、外部データソースとの接続を確立します。
MCPクライアントの開発:
生成AIモデルを搭載したアプリケーション(MCPクライアント)を開発し、MCPホストを通じて外部データにアクセスできるようにします。
生成AIモデルの調整:
読み込んだデータに基づいて、生成AIモデルをファインチューニングし、より精度の高い応答を生成できるようにします。
GitHub謹製のMCP
github-mcp-server is now available in public preview - GitHub Changelog
GitHub - github/github-mcp-server: GitHub's official MCP Server
Use MCP servers in VS Code (Preview)
MCP Run Python - PydanticAI
The MCP Run Python package is an MCP server that allows agents to execute Python code in a secure, sandboxed environment. It uses Pyodide to run Python code in a JavaScript environment with Deno, isolating execution from the host system.
Python MCPサーバ開発入門 - LLMアプリケーションとコンテキストを接続する
自分好みのMCPサーバーをPythonで気軽に作ってみる
やさしいMCP入門 - Speaker Deck
Obsidianとの連携
📘Claude+MCPを使ってみた
Cosense
GitHub - worldnine/scrapbox-cosense-mcp
ref.
Anthropic、生成AIとデータソースを接続するプロトコル「Model Context Protocol」をオープンソースとして公開 | gihyo.jp
Model Context Protocol(MCP)とは?生成 AI の可能性を広げる新しい標準
Model Context Protocol (MCP) サーバを使ってみた・作ってみた
AIコーディング時代の開発環境構築:VS Code × Cline(Roo Code)で爆速開発!
GitHub - microsoft/mcp-for-beginners: This open-source curriculum is designed to teach the concepts and fundamentals of the Model Context Protocol (MCP), with practical examples in .NET, Java, TypeScript, JavaScript and Python.