HomeTags#mcp-server

Tag timeline

#mcp-server166 total

同じキーワードで束ねられた更新を確認できます。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total166#mcp-server の全掲載記事All listed entries tagged #mcp-server
Showing30このページの表示件数Entries on this page
Page1/6静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot

Entriespage 1/6 · 166 total

TODAY1 entries
新規収集INDEXEDコミュニティCommunityMCP·Qiita VSCode

MDN MCP serverの有無で違いは出るのか?VS Codeで比較してみたThe article sets up the MDN MCP server in VS Code and compares AI coding…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約MDNが提供するMDN MCP serverをVS Codeに導入し、AIコーディングアシスタントの回答品質がサーバの有無でどう変わるかを実際に比較検証した記事。Web技術リファレンスをAIが直接参照できる環境の実用性を示している。

AI SUMMARYThe article sets up the MDN MCP server in VS Code and compares AI coding assistant responses with and without it, showing how direct access to MDN's Web-tech reference improves answer quality.

MDN MCP serverの有無で違いは出るのか?VS CodeでMCPサーバを建てて比較してみたog
Fri, Aug 141 entries
コミュニティCommunityMCP·Qiita MCP

Claude Code v2.1.231|Slack の MCP OAuth が redirect URI で弾かれる問題を修正|毎日Changelog解説Claude Code v2.1.231 fixes a bug where MCP servers using pre-registered OAuth…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約Claude Code v2.1.231 では、事前登録済み OAuth クライアントを使う MCP サーバー(Slack など)でサインインが redirect URI の不一致により失敗していたバグが修正された。

AI SUMMARYClaude Code v2.1.231 fixes a bug where MCP servers using pre-registered OAuth clients, such as Slack, failed to authenticate due to a redirect URI mismatch.

Claude Code v2.1.231|Slack の MCP OAuth が redirect URI で弾かれる問題を修正|毎日Changelog解説og
Wed, Aug 123 entries
コミュニティCommunityMCP·Zenn MCP

OpenHandsの費用可視化とCline MCP認証対応で見るOSSエージェント週次A weekly OSS coding-agent roundup highlights three meaningful updates: per-run…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約OpenHands v1.11/v1.12の実行ごと費用可視化、チーム規約をエージェントに読ませるskills集、ClineデスクトップのMCP認証対応という3件が実用的な進展として紹介されており、OSSコーディングエージェントの運用コスト管理と認証基盤が着実に整いつつある。

AI SUMMARYA weekly OSS coding-agent roundup highlights three meaningful updates: per-run cost visibility in OpenHands v1.11/v1.12, a skills collection for feeding team conventions to agents, and MCP authentication support in the Cline desktop app—collectively advancing cost control and secure tool integration.

コミュニティCommunityAI Editors·Qiita Cursor

IDEを離れずにバグ対応を終わらせる:コードと課題管理をMCPでつなぐThis article demonstrates how combining Cursor with an MCP server lets…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約CursorとMCPサーバーを組み合わせることで、課題管理ツールへの行き来を省きながらIDEだけでバグ対応を完結できるワークフローを紹介している。コンテキストスイッチを減らし開発効率を高める実践的なアプローチとして注目される。

AI SUMMARYThis article demonstrates how combining Cursor with an MCP server lets developers handle bug triage, status updates, and code fixes entirely within the IDE, eliminating context switching to external issue trackers and improving overall workflow efficiency.

新規収集INDEXED公式OfficialCopilot·GitHub Changelog

JetBrains版GitHub Copilotに永続メモリとOllamaローカルモデルが追加Copilot memory and Ollama in GitHub Copilot for JetBrains

重要度 MediumMedium priority変更履歴 · GitHub Copilotchangelog · GitHub Copilot

AI要約JetBrains向けGitHub Copilotが永続メモリ、Ollamaによるローカルモデルアクセス、追加のエンタープライズ制御を導入し、チャットワークフローやMCPサーバーの安定性も向上した。

AI SUMMARYGitHub Copilot for JetBrains gains persistent memory, local model support via Ollama, and expanded enterprise controls, alongside chat workflow improvements and MCP server reliability fixes.

Tue, Aug 111 entries
コミュニティCommunityMCP·Qiita MCP

「Agent Plugins 1.0.0」を使ってみたAgent Plugins 1.0.0 introduces a unified plugin format for AI coding agents,…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約クライアントごとに乱立していたAIコーディングエージェントの拡張形式を統一する「Agent Plugins 1.0.0」が登場し、同一スキルやMCPサーバーをVS Code・Cursor・Codexなど複数環境で共通利用できるようになった。

AI SUMMARYAgent Plugins 1.0.0 introduces a unified plugin format for AI coding agents, allowing the same skills and MCP servers to be shared across clients like VS Code, Cursor, and Codex without per-client rewrites.

Agent Plugins 1.0.0 を使ってみたog
Mon, Aug 103 entries
コミュニティCommunityMCP·Zenn MCP

MCPの認可にはCloudflare AccessのManaged OAuthが推せるThis article explains how delegating OAuth authorization to Cloudflare Access…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約個人開発のMCPサーバーを公開する際、認可実装の複雑さをCloudflare AccessのManaged OAuthに委譲することで大幅に簡略化できることを解説した記事。どこまでCloudflareが担い、MCPサーバー側に何が必要かを整理している。

AI SUMMARYThis article explains how delegating OAuth authorization to Cloudflare Access Managed OAuth significantly simplifies the process of securing a public MCP server, clarifying what Cloudflare handles versus what the server itself must implement.

MCPの認可にはCloudflare AccessのManaged OAuthが推せるog
コミュニティCommunityAI Editors·Qiita Cursor

Cursor で CircleCI の Agent Skill と MCP サーバーを連携させ、CI設定ファイルの検証を自動化するCircleCI released an Agent Skill and MCP server for Cursor, enabling AI agents…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約CircleCIがCursorと連携するAgent SkillとMCPサーバーを公開し、AIエージェントがCICD設定ファイルの検証やエラー対応を自律的に行える仕組みが整った。

AI SUMMARYCircleCI released an Agent Skill and MCP server for Cursor, enabling AI agents to autonomously validate CI config files and resolve pipeline errors without manual intervention.

Cursor で CircleCI の Agent Skill と MCP サーバーを連携させ、CI設定ファイルの検証を自動化するog
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

New Relic Preflight で Claude Code と Cursor の挙動を計測するThe author walks through integrating New Relic's open-source Preflight tool…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約New RelicのOSS「Preflight」をClaude CodeとCursorに導入し、トークン消費やボトルネックを定量的に把握する方法を、公式手順との差異も含めて解説している。

AI SUMMARYThe author walks through integrating New Relic's open-source Preflight tool into Claude Code and Cursor to objectively measure token usage and bottlenecks, noting where the official setup steps diverge from reality.

New Relic Preflight で Claude Code と Cursor の挙動を計測するog
Sun, Aug 92 entries
公式OfficialCline/Roo·Cline Releases

Cline v4.1.7 リリースCline Releases v4.1.7

重要度 MediumMedium priority公式リリース · Cline / Rooofficial release · Cline / Roo

AI要約タスク完了カードに「変更を表示」ボタンとコピーボタンが復活し、リモートMCPサーバー向けの事前登録OAuthクライアントもサポートされた。

AI SUMMARYCline v4.1.7 restores the "View Changes" button on completion rows via SDK checkpoints, brings back a copy button on turn-final responses, and adds pre-registered OAuth client support for remote MCP servers.

Cline Releases v4.1.7media
🔥 HOT公式OfficialCline/Roo·Cline Releases

原題 ENEnglish titleCline CLI v3.0.52Cline CLI v3.0.52

重要度 HighHigh priority公式リリース · Cline / Rooofficial release · Cline / Roo

AI要約MCPサーバーのアンインストールコマンド追加、スケジュール機能がプロバイダー設定を再利用可能に、ライトテーマ端末でのメッセージ表示も改善された。

AI SUMMARYCline CLI v3.0.52 adds an mcp uninstall command, allows schedules to reuse saved provider settings, and fixes queued message visibility on light-theme terminals.

Cline CLI v3.0.52media
Sat, Aug 82 entries
コミュニティCommunityMCP·Qiita MCP

AIにUnityプロジェクトを毎回探索させたくないので、アセット参照MCPを作った【UAsset Reference MCP #1】The author built and open-sourced UAsset Reference MCP, a Model Context…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約UnityプロジェクトのアセットパスをAIが毎回探索しなくて済むよう、アセット参照情報をキャッシュして提供するMCPサーバー「UAsset Reference MCP」を自作・公開した。

AI SUMMARYThe author built and open-sourced UAsset Reference MCP, a Model Context Protocol server that caches Unity project asset references so AI assistants no longer need to re-scan the project on every query.

AIにUnityプロジェクトを毎回探索させたくないので、アセット参照MCPを作った【UAsset Reference MCP #1】og
コミュニティCommunityMCP·Qiita MCP

AIエージェントの社内導入で始まる「OAuth地獄」 — ID-JAGとEMAでMCP認可を一元管理するEnterprises deploying multiple MCP servers face repeated per-service OAuth…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約複数のMCPを社内導入する際、OAuth認証を接続先ごとに行う運用負荷が問題となる中、ID-JAGとEMAを組み合わせてMCPの認可フローを一元管理する構成が紹介されている。

AI SUMMARYEnterprises deploying multiple MCP servers face repeated per-service OAuth friction; this article explains how combining ID-JAG and EMA centralises MCP authorisation and reduces that operational burden.

AIエージェントの社内導入で始まる「OAuth地獄」 — ID-JAGとEMAでMCP認可を一元管理するog
Fri, Aug 72 entries
公式OfficialCline/Roo·Cline Releases

原題 ENEnglish titleCline Desktop v0.0.10Cline Desktop v0.0.10

重要度 MediumMedium priority公式リリース · Cline / Rooofficial release · Cline / Roo

AI要約リモートMCPサーバーがOAuth認証に対応し、設定画面から認可・状態確認・キャンセルが可能になった。動的登録なしのクライアントID/シークレット方式のサーバーもサポートされた。

AI SUMMARYCline Desktop v0.0.10 adds OAuth authentication for remote MCP servers via Settings, including support for servers that require pre-registered client credentials instead of dynamic registration.

Cline Desktop v0.0.10media
公式OfficialCopilot·GitHub Changelog

エンタープライズ管理設定における MCP サーバーの許可リスト機能MCP allowlists in enterprise managed settings

重要度 MediumMedium priority変更履歴 · GitHub Copilotchangelog · GitHub Copilot

AI要約エンタープライズオーナーが `allowedMcpServers` と `deniedMcpServers` キーを使い、Copilot クライアントで実行できる MCP サーバーを一元管理できるようになった。組織全体のセキュリティポリシー適用が容易になる。

AI SUMMARYEnterprise owners can now centrally govern which MCP servers GitHub Copilot clients may run via new allowedMcpServers and deniedMcpServers configuration keys, enabling consistent security policy enforcement across organizations.

Thu, Aug 62 entries
コミュニティCommunityCopilot·Zenn GitHub Copilot

万能エージェント1体をやめる — GitHub Copilot のカスタムエージェントと自作 MCP サーバーで「分業」を設計するThis article details a multi-agent architecture for GitHub Copilot where one…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約GitHub Copilot のカスタムエージェントを統括役1体+専門エージェント3体に分割し、自作 MCP サーバー経由で外部 SaaS を操作するナレッジベース更新ワークフローの設計と実装をまとめた記事です。

AI SUMMARYThis article details a multi-agent architecture for GitHub Copilot where one orchestrator delegates to three specialist agents, each connecting to external SaaS via a custom-built MCP server to automate help-center article updates.

🔥 HOT公式OfficialGemini/Gemma·Google Developers Blog

Agent Plugins:スキル・ツールなどをまとめるパッケージ仕様 1.0.0 リリースAgent Plugins package your skills, tools, and more

重要度 HighHigh priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約Google・Amazon・Microsoftらが支持するベンダー中立のディレクトリ仕様「Agent Plugins 1.0.0」が公開され、Agent SkillsとMCPサーバーを単一のポータブルユニットにまとめる標準化が実現した。plugin.jsonマニフェストと固定ディレクトリ構造により、エージェント間の相互運用性が大きく向上する。

AI SUMMARYAgent Plugins 1.0.0 is a vendor-neutral specification backed by Google, Amazon, Microsoft, and others that bundles Agent Skills and MCP servers into a single portable unit via a standardized manifest and directory layout, significantly improving interoperability across AI agent ecosystems.

Wed, Aug 52 entries
🔥 HOT公式OfficialGemini/Gemma·Google Developers Blog

MCPステートレス仕様でAIエージェントインフラをスケーリングScaling AI Agent Infrastructure with the MCP Stateless updates

重要度 HighHigh priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約2026年7月28日付けのMCP仕様がステートレスコアを採用し、サーバーレスや水平スケーリング、ラウンドロビン負荷分散が標準で利用可能になった。これによりクラウドネイティブなAIエージェント基盤の構築が大幅に容易になる。

AI SUMMARYThe July 2026 MCP specification drops legacy stateful constraints in favor of a fully stateless core, enabling serverless deployments and standard horizontal load balancing for AI agent infrastructure.

新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

Slackの過去ログをClaude DesktopやCursorから検索できるようにする(MCP・ローカル完結)This article explains how to back up Slack conversations locally using the…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約WindowsアプリEmpowiaでSlack会話をローカルにバックアップし、MCPサーバーとして公開することで、管理者権限やクラウド不要でClaude DesktopやCursorから過去ログを検索できる構成を解説している。

AI SUMMARYThis article explains how to back up Slack conversations locally using the Windows app Empowia, then expose that archive as an MCP server so Claude Desktop or Cursor can search past logs without cloud uploads or Slack admin privileges.

Tue, Aug 43 entries
コミュニティCommunityAI Editors·Qiita Cursor

【AI開発指南書:第2回】Claude・Cursorと自社DBをつなぐ実践MCPサーバー構築The second installment of a hands-on series explains how to build a custom MCP…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約MCPサーバーを自前で実装し、ClaudeやCursorから社内データベースをツールとして呼び出す具体的な構築手順を解説した連載第2回。AIエージェントと既存インフラを安全につなぐ設計論を実践的に紹介している。

AI SUMMARYThe second installment of a hands-on series explains how to build a custom MCP server that connects Claude and Cursor to an in-house database, covering implementation steps and design principles for safely bridging AI agents with existing infrastructure.

コミュニティCommunityMCP·Zenn MCP

自作言語で AI エージェントをオーケストレーションしよう!Katari, a custom language (v0.1.x) designed for AI agent orchestration, is…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約AIエージェントのオーケストレーション専用言語「Katari」v0.1.xが開発中で、メール監視・カレンダー連携・Web監視・タスク管理などをこなすDiscord Botの実装例を通じてその実用性が紹介されている。

AI SUMMARYKatari, a custom language (v0.1.x) designed for AI agent orchestration, is demonstrated building a Discord Bot that handles email monitoring, calendar sync, web watching, task management, and image editing tools.

コミュニティCommunityAI Editors·Zenn Cursor

Cursor Plugin とは何か — 入れたものを試して分かったこととおすすめThe term "plugin" in Cursor conflates VS Code extensions, MCP servers, and…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約Cursor における「プラグイン」という言葉は VS Code 拡張・MCP・Marketplace Plugin の三層が混在しており、本記事はその違いを整理しつつ実際に複数の Plugin を試した結果とおすすめをまとめている。

AI SUMMARYThe term "plugin" in Cursor conflates VS Code extensions, MCP servers, and Marketplace-distributed Plugin packages; this article clarifies each layer and shares practical findings from hands-on testing of several Cursor Marketplace Plugins.

Mon, Aug 32 entries
コミュニティCommunityMCP·Zenn MCP

【Playwright MCP】マルチエージェント環境のブラウザ衝突をゼロにする — HTTP共有サーバー構成の実装例This article explains how to eliminate browser conflicts when multiple AI…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約複数のAIエージェントが同時にPlaywright MCPでブラウザを操作する際の衝突を、HTTPサーバーモードとmcp-remoteを組み合わせた構成で解消する方法を解説した記事。コピペ可能な設定ファイルと起動スクリプトも提供されている。

AI SUMMARYThis article explains how to eliminate browser conflicts when multiple AI agents (Claude Code, Kiro, Cursor, etc.) run Playwright MCP concurrently, using an HTTP server mode combined with mcp-remote and ready-to-use config files.

【Playwright MCP】複数AIエージェントでブラウザが衝突する問題を完全解決する構成og
コミュニティCommunityMCP·Qiita MCP

Googleが発表した新Web標準ドラフト――WebMCP。実際どうなの? IO Extendedで実装・登壇して分かったことGoogle's WebMCP draft standard enables websites to expose MCP servers directly…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約GoogleがGoogle I/O 2026で提案したWebMCPは、ブラウザ上でMCPサーバーを直接公開できる新しいWeb標準ドラフトであり、著者はGDG主催のIO ExtendedハンズオンでWebMCPを実装・登壇し、その実態と課題を共有している。

AI SUMMARYGoogle's WebMCP draft standard enables websites to expose MCP servers directly in the browser; the author implemented and presented it at Google I/O Extended Osaka 2026, sharing practical findings on how the spec works and where it still falls short.

Googleが発表した新Web標準ドラフト――WebMCP。実際どうなの? IO Extendedで実装・登壇して分かったことog
Sun, Aug 23 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

【2026年8月版】Claude Code・Copilot・Cursor・Windsurf・Codeium徹底比較|実装コード付きセットアップガイドA practical August 2026 comparison of five major AI coding tools—Claude Code,…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約2026年8月時点での主要AIコーディングツール5製品を機能・価格・セットアップ手順の観点から横断比較し、現場での選定判断を支援する実践的ガイド。

AI SUMMARYA practical August 2026 comparison of five major AI coding tools—Claude Code, Copilot, Cursor, Windsurf, and Codeium—covering features, pricing, and setup code to help developers choose the right tool.

コミュニティCommunityMCP·Qiita MCP

Gemini + Notion API + AWS Lambdaで作る、文脈を理解する英単語学習ツール(MCP対応)This article explains how to build an MCP-compatible English vocabulary…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約英文中の単語を文脈ごとGeminiで解析し、結果をNotion DBに自動保存するMCP対応の英単語学習ツールをAWS Lambda上で構築する方法を解説した記事。単語単体の翻訳に留まらず文中での使われ方まで理解できる点が特徴。

AI SUMMARYThis article explains how to build an MCP-compatible English vocabulary learning tool that uses Gemini to analyze words in context, automatically saving results to a Notion database via AWS Lambda, going beyond simple translation to capture in-sentence usage.

コミュニティCommunityMCP·Qiita MCP

Excel VBA × 生成AI APIの事例を、AIエージェント4体に世界中から探させた話The author deployed four AI agents in parallel to scour the world for…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約Excel VBAから生成AI APIを呼び出す実践事例が世界にどれだけ存在するかを検証するため、4体のAIエージェントを並列稼働させてグローバルに調査した取り組みを紹介している。

AI SUMMARYThe author deployed four AI agents in parallel to scour the world for real-world cases of calling generative AI APIs from Excel VBA, sharing what they found and why such automation matters for daily business workflows.

Excel VBA × 生成AI API の事例を、AIエージェント4体に世界中から探させた話og
Sat, Aug 13 entries
コミュニティCommunityMCP·Qiita MCP

ServiceNowのアクセス制御:ブラウザUIセッション(同時ログイン制限)とREST API(レート制限)の違いをPDI実機で検証してみたThis article verifies how ServiceNow handles concurrent login restrictions for…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約ServiceNowにおけるブラウザUIの同時ログイン制限とREST APIのレート制限という二つのアクセス制御の仕組みを、PDI実機を使って実際に検証・比較した記事。運用設計やセキュリティ要件を満たす際の判断材料として役立つ。

AI SUMMARYThis article verifies how ServiceNow handles concurrent login restrictions for browser UI sessions versus rate limiting for REST API calls, using a hands-on PDI instance to highlight the key differences relevant to security and operational design.

ServiceNowのアクセス制御:ブラウザUIセッション(同時ログイン制限)とREST API(レート制限)の違いをPDI実機で検証してみたog
コミュニティCommunityMCP·Qiita MCP

MCP 2026-07-28対応のMCPサーバーをTypeScript SDK v2で作ってみた(実装編)This article walks through building a working MCP server compliant with the…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約MCP 2026-07-28仕様に準拠したMCPサーバーをTypeScript SDK v2で実際に構築する手順を解説しており、前回の仕様整理編に続く実装編として具体的なコード例を提供している。

AI SUMMARYThis article walks through building a working MCP server compliant with the 2026-07-28 spec using TypeScript SDK v2, serving as the hands-on implementation follow-up to a prior spec-overview post.

MCP 2026-07-28対応のMCPサーバーをTypeScript SDK v2で作ってみた(実装編)og
コミュニティCommunityMCP·Qiita MCP

【実測】freee公式MCPは `FREEE_SCOPE=read` では読み取り専用にならない──AIに会計の「書き込み」を許す前の線引きTesting reveals that freee's official MCP server does not enforce read-only…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約freeeの公式MCPサーバーで `FREEE_SCOPE=read` を設定しても書き込みツールが無効化されないことが実測で判明し、AIに会計データへの書き込みを許可する前にスコープ設定だけに頼れない点を警告している。

AI SUMMARYTesting reveals that freee's official MCP server does not enforce read-only access when FREEE_SCOPE=read is set, meaning write tools remain available and developers cannot rely solely on that env var to prevent AI from modifying accounting data.

【実測】freee公式MCPは `FREEE_SCOPE=read` では読み取り専用にならない──AIに会計の「書き込み」を許す前の線引きog