HomeTags#mcpPage 4

Tag timeline

#mcppage 4/6

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

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

Entriespage 4/6 · 160 total

Wed, Jul 157 entries
コミュニティCommunityMCP·Zenn MCP

AIエージェントに社内ツールを「安全に」渡す ― 30行から始めるMCPサーバー自作と境界設計入門A practical guide to building a minimal MCP server from scratch and designing…

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

AI要約社内ツールをAIエージェントへ安全に公開するため、最小限のコードでMCPサーバーを自作する手順と、権限境界設計の考え方を解説した実践的な入門記事。

AI SUMMARYA practical guide to building a minimal MCP server from scratch and designing safe permission boundaries so AI agents can access internal tools without security risks.

コミュニティCommunityMCP·Zenn MCP

Web Search on Amazon Bedrock AgentCore:外部送信なしでAIエージェントに最新Web情報を持たせるAmazon Bedrock AgentCore's Web Search capability lets AI agents access…

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

AI要約Amazon Bedrock AgentCore の Web Search 機能を使うと、データを外部に送信せずに AI エージェントへリアルタイムの Web 情報を提供できる。プライバシーを保ちながら最新情報を活用できる点が実用上の大きな利点となる。

AI SUMMARYAmazon Bedrock AgentCore's Web Search capability lets AI agents access up-to-date web information without sending data to external services, combining real-time knowledge with enterprise privacy requirements.

コミュニティCommunityCopilot·Zenn GitHub Copilot

MCPサーバーが増えすぎる前に、ARDで「必要なツールを探す」仕組みを動かすThe article explains Agentic Resource Discovery (ARD), a mechanism that lets AI…

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

AI要約MCPサーバーが乱立する環境でエージェントが必要なツールを動的に発見できるARD(Agentic Resource Discovery)の仕組みを解説し、その実装方法と導入メリットを示している。

AI SUMMARYThe article explains Agentic Resource Discovery (ARD), a mechanism that lets AI agents dynamically locate the right MCP servers among a growing pool, reducing configuration overhead and improving tool discoverability.

コミュニティCommunityMCP·Zenn MCP

自作MCPサーバーを公式レジストリと各ディレクトリに載せる — 全手順とハマりどころA practical guide covering the full process of listing a custom MCP server on…

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

AI要約自作のMCPサーバーを公式レジストリやサードパーティのディレクトリに掲載するための具体的な手順と、つまずきやすいポイントをまとめた実践ガイド。公開までの流れを把握したい開発者にとって有用な情報源となっている。

AI SUMMARYA practical guide covering the full process of listing a custom MCP server on the official registry and third-party directories, including common pitfalls. Useful for developers looking to make their MCP servers discoverable by a wider audience.

コミュニティCommunityMCP·Zenn MCP

AIエージェントの記憶混在を防ぐnamespace設計:user_id・agent_id・memory_space_idで分離するThis article explains a three-layer namespace design using user_id, agent_id,…

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

AI要約複数ユーザーやエージェントが共存する環境で記憶が混在しないよう、user_id・agent_id・memory_space_idの3階層でnamespaceを設計する手法を解説している。適切な分離により、エージェントの安全性と再利用性が向上する。

AI SUMMARYThis article explains a three-layer namespace design using user_id, agent_id, and memory_space_id to prevent memory cross-contamination in multi-user or multi-agent environments. Proper isolation improves both safety and reusability of AI agents.

コミュニティCommunityMCP·Zenn MCP

Claude DesktopとClickHouse/Shodan/Anomaliで脅威ハンティングThis article demonstrates how to connect Claude Desktop via MCP to ClickHouse,…

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

AI要約Claude DesktopをMCP経由でClickHouse、Shodan、Anomaliと連携させ、自然言語で脅威ハンティングを行う手法を解説した記事。セキュリティ調査の効率化にAIエージェントを活用できる点が注目される。

AI SUMMARYThis article demonstrates how to connect Claude Desktop via MCP to ClickHouse, Shodan, and Anomali for natural-language-driven threat hunting, showing how AI agents can significantly streamline security investigations.

コミュニティCommunityMCP·Zenn MCP

ナレッジベースRAGプラグイン市場の開発、複数Reactインスタンスとマイクロフロントエンド(4)The fourth installment of a series on building a RAG plugin marketplace…

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

AI要約RAGプラグイン市場の開発シリーズ第4回として、複数のReactインスタンス共存とマイクロフロントエンド構成の課題と解決策を解説している。

AI SUMMARYThe fourth installment of a series on building a RAG plugin marketplace explores how to manage multiple React instances and architect a scalable micro-frontend solution.

Tue, Jul 147 entries
コミュニティCommunityMCP·Zenn MCP

改めてMCPとAtoAについて、整理したA structured overview clarifying the concepts of MCP and Agent-to-Agent (AtoA)…

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

AI要約MCPとAtoA(Agent-to-Agent)の概念と関係性を改めて整理し、それぞれの役割や違いを明確にした解説記事。両技術の理解を深めることでマルチエージェント設計に役立てられる。

AI SUMMARYA structured overview clarifying the concepts of MCP and Agent-to-Agent (AtoA) communication, explaining their respective roles and differences to aid in multi-agent system design.

コミュニティCommunityMCP·Zenn MCP

Blumeで作る、LLMに読ませるドキュメントの3つの出口This article explains how to use Blume as an MCP tool to export LLM-readable…

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

AI要約BlumeをMCPツールとして活用し、LLMが参照しやすいドキュメントをMarkdown・JSON・埋め込みベクターの3形式で出力する方法を解説した記事。ドキュメント設計の観点からLLM連携の実践的なアプローチを示している。

AI SUMMARYThis article explains how to use Blume as an MCP tool to export LLM-readable documents in three formats—Markdown, JSON, and embedded vectors—offering practical guidance for structuring documentation in AI-integrated workflows.

コミュニティCommunityMCP·Zenn MCP

MCPサーバーを「本物のクライアントとして」テストする mcp-testbench を作ったmcp-testbench is a new testing tool that validates MCP servers by acting as a…

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

AI要約実際のMCPクライアントと同等の通信でサーバーを検証できるテストツール「mcp-testbench」が公開され、モックでは検出しにくい接続・プロトコルレベルの不具合を早期に発見できるようになった。

AI SUMMARYmcp-testbench is a new testing tool that validates MCP servers by acting as a real client, enabling detection of protocol-level bugs that mock-based tests typically miss.

コミュニティCommunityMCP·Zenn MCP

AIに選ばれるSaaS、たどり着けないSaaS — 日本の主要31社の「AI対応度」を検証・格付けした(2026夏)A research report rating 31 major Japanese SaaS products on their "AI…

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

AI要約日本の主要SaaS 31社を対象に、AIエージェントから発見・利用されやすいかどうかの「AI対応度」を独自指標で検証・格付けした調査レポート。MCP対応やAPI公開状況の差が競争優位に直結することを示している。

AI SUMMARYA research report rating 31 major Japanese SaaS products on their "AI readiness" — how easily AI agents can discover and interact with them. It highlights how gaps in MCP support and API availability are becoming a critical competitive differentiator.

コミュニティCommunityMCP·Zenn MCP

DOM要素が存在しないアプリをAIに操作させる — Flutter/canvas製エディタを座標だけで攻略する手順Flutter and canvas-based apps expose no DOM elements, making conventional AI…

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

AI要約FlutterやcanvasベースのアプリはDOM要素を持たないため、通常のAI操作手法が通用しない。本記事ではスクリーンショットと座標情報のみを使ってMCP経由でAIにUI操作させる具体的な手順を解説している。

AI SUMMARYFlutter and canvas-based apps expose no DOM elements, making conventional AI automation impossible. This article explains a practical method to let an AI agent control such UIs via MCP using only screenshots and screen coordinates.

コミュニティCommunityMCP·Zenn MCP

毎朝7時、Claude Code RoutinesがAIニュースと株式市況をNotionに書き込んでくれる仕組みを作ったA developer built an automated workflow using Claude Code Routines and MCP to…

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

AI要約Claude Code RoutinesとMCPを組み合わせ、毎朝7時にAIニュースと株式市況を自動収集してNotionに書き込むワークフローを構築した事例。定型情報収集を完全自動化できる実践的なアプローチとして注目される。

AI SUMMARYA developer built an automated workflow using Claude Code Routines and MCP to collect AI news and stock data every morning at 7 AM and write it directly to Notion, demonstrating a practical pattern for fully automating daily information gathering.

コミュニティCommunityMCP·Zenn MCP

AI時代のObservability設計 - PIIとAIの検索性を両立させ、自動修復する(実践編)This article presents a practical Observability architecture that…

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

AI要約PIIを保護しながらAIによるログ検索性を確保し、さらに障害を自動修復するObservabilityの実践的な設計手法を解説した記事。MCPを活用した具体的な実装例を通じて、プライバシーと運用効率の両立を示している。

AI SUMMARYThis article presents a practical Observability architecture that simultaneously protects PII and maintains AI-driven log searchability, with automatic remediation powered by MCP. It offers concrete implementation patterns relevant to modern AI-integrated system operations.

Mon, Jul 136 entries
コミュニティCommunityMCP·Zenn MCP

OpenCut classic を fork して MCP を入れた — Claude が動画編集する4つの罠The author forked OpenCut classic and integrated an MCP server to enable Claude…

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

AI要約OpenCut classic を fork し MCP サーバーを統合することで Claude に動画編集を行わせた実験を紹介し、実装過程で判明した4つの技術的課題を解説している。AI エージェントによる動画編集の実用化に向けた知見として価値がある。

AI SUMMARYThe author forked OpenCut classic and integrated an MCP server to enable Claude to perform video editing tasks, documenting four concrete technical pitfalls encountered along the way. The findings offer practical guidance for developers building AI-driven video editing workflows.

コミュニティCommunityMCP·Zenn MCP

AIを安く使うために、MCP/SKILLの棚卸しをした話The author audited their MCP server and skill configurations to reduce AI usage…

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

AI要約AIの利用コストを抑えるため、MCPサーバーやスキルの構成を見直し、不要なツールを整理した実践的な取り組みを紹介している。適切な棚卸しによってトークン消費を減らせることが示されている。

AI SUMMARYThe author audited their MCP server and skill configurations to reduce AI usage costs, pruning unnecessary tools to lower token consumption. The post demonstrates that regularly reviewing tool inventories can meaningfully cut expenses.

コミュニティCommunityMCP·Zenn MCP

AIエージェントに日本の公的データを喋らせる9つのMCPサーバーを作った(全部無料で試せる)Nine MCP servers enabling AI agents to query Japanese government and public…

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

AI要約日本の公的統計・行政データにアクセスできる9つのMCPサーバーが公開され、AIエージェントが無料で国内公開データを活用できる環境が整った。

AI SUMMARYNine MCP servers enabling AI agents to query Japanese government and public statistical data were released, all freely accessible and lowering the barrier to civic data integration.

コミュニティCommunityMCP·Zenn MCP

ゲームにもPlaywrightのようなUIテストを。Guaを作りましたA new tool called Gua brings Playwright-style UI automation to game testing,…

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

AI要約ゲーム向けUIテスト自動化ツール「Gua」が公開され、WebブラウザのPlaywrightに相当する操作記録・再生機能をゲーム環境にもたらす。手動テストが主流だったゲームQAの効率化が期待される。

AI SUMMARYA new tool called Gua brings Playwright-style UI automation to game testing, enabling programmatic interaction and assertions in game environments where manual testing has traditionally dominated.

コミュニティCommunityMCP·Zenn MCP

Chromeの既存セッションをClaude Codeに操作させる方法の比較This article compares approaches for letting Claude Code control an existing…

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

AI要約ログイン済みのChromeセッションをClaude Codeから操作するための複数のアプローチを比較検討した記事で、MCPを活用したブラウザ自動化の実用的な手法を整理している。

AI SUMMARYThis article compares approaches for letting Claude Code control an existing authenticated Chrome session, helping developers choose practical MCP-based browser automation strategies.

コミュニティCommunityMCP·Zenn MCP

Amazon Bedrock AgentCoreからDatabricks Genie MCPを呼び出すThis article explains how to integrate Amazon Bedrock AgentCore with Databricks…

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

AI要約Amazon Bedrock AgentCoreとDatabricks GenieをMCPで連携させる実装方法を解説しており、AIエージェントからデータ分析基盤を自然言語で操作できる構成を示している。

AI SUMMARYThis article explains how to integrate Amazon Bedrock AgentCore with Databricks Genie via MCP, enabling AI agents to query data platforms using natural language through a standardized tool interface.

Amazon Bedrock AgentCoreからDatabricks Genie MCPを呼び出すog
Sun, Jul 127 entries
コミュニティCommunityMCP·Zenn MCP

Claude Code時代のAIエージェント専用「サンドボックス」設計論:ローカル破壊防止・Egress Proxy・LLM向けAXのすべてThis article presents a comprehensive sandbox architecture for AI agents…

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

AI要約AIエージェントがローカル環境を破壊しないよう、Egress ProxyやLLM向けアクセス制御を組み合わせたサンドボックス設計の全体像を解説した記事。Claude Codeの普及を背景に、安全な自律実行環境の構築が急務となっている。

AI SUMMARYThis article presents a comprehensive sandbox architecture for AI agents running in Claude Code, covering local environment protection, egress proxy filtering, and LLM-optimized access controls to enable safe autonomous execution.

コミュニティCommunityMCP·Zenn MCP

UE5.8で増えたAIエージェント向けToolsetを使ってみたA hands-on look at the expanded AI agent Toolset introduced in UE5.8, exploring…

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

AI要約UE5.8で新たに追加されたAIエージェント向けToolsetを実際に試し、MCPとの連携でUnreal Engineの操作を自動化できる可能性を検証した記事。開発ワークフローの効率化に貢献する注目機能だ。

AI SUMMARYA hands-on look at the expanded AI agent Toolset introduced in UE5.8, exploring how it integrates with MCP to automate Unreal Engine workflows and boost developer productivity.

コミュニティCommunityMCP·Zenn MCP

Codex CLIでUnity MCPを使う方法とConnection revokedの原因This article explains how to connect Unity MCP to Codex CLI and identifies the…

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

AI要約Codex CLIからUnity MCPサーバーを接続する手順を解説し、Connection revokedエラーが発生する原因と対処法を明らかにした実践的な記事。Unity開発にAIエージェントを組み込む際のトラブルシュートに役立つ。

AI SUMMARYThis article explains how to connect Unity MCP to Codex CLI and identifies the root causes of the "Connection revoked" error that developers encounter. It provides practical troubleshooting steps for integrating AI agents into Unity workflows.

コミュニティCommunityMCP·Zenn MCP

MCPでAIエージェントに参照系の権限だけを渡し、更新は人間に残す方法This article explains a design pattern using MCP to grant AI agents read-only…

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

AI要約MCPを活用してAIエージェントには読み取り専用の権限のみを付与し、データの更新・変更操作は人間が承認・実行する設計パターンを解説した記事。AIの自律性と安全性のバランスを取る実践的な手法として注目される。

AI SUMMARYThis article explains a design pattern using MCP to grant AI agents read-only permissions while reserving all write and update operations for human approval, offering a practical approach to balancing AI autonomy with safety.

コミュニティCommunityMCP·Zenn MCP

Claude用『記憶』MCPサーバーを試したら、npm installし直すだけで記憶が消えていたA hands-on test of the Memory MCP server for Claude revealed that reinstalling…

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

AI要約Claude向けMemory MCPサーバーを検証したところ、npm installを再実行するだけでナレッジグラフの記憶データが消失することが判明した。運用時のデータ永続化には別途対策が必要だと示している。

AI SUMMARYA hands-on test of the Memory MCP server for Claude revealed that reinstalling via npm erases all stored knowledge graph data, highlighting a critical pitfall for anyone relying on it for persistent memory in production.

コミュニティCommunityMCP·Zenn MCP

【会話するオンチェーンFX】Sera Protocol API × Privyで安全なTelegram Botを作ってみたA hands-on guide to building a Telegram bot that lets users execute on-chain FX…

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

AI要約Sera Protocol APIとPrivyを組み合わせ、Telegramチャット上でオンチェーンFX取引を自然言語で操作できるBotを構築した実装解説。ウォレット管理の安全性を保ちながらWeb3取引を会話UIで扱える点が注目される。

AI SUMMARYA hands-on guide to building a Telegram bot that lets users execute on-chain FX trades through natural language, combining Sera Protocol's API with Privy for secure wallet management. The approach lowers the barrier to DeFi trading by wrapping complex transactions in a conversational interface.

コミュニティCommunityMCP·Zenn MCP

Claude Codeに長期記憶を与えるOSSを作ったAn open-source MCP server was built to give Claude Code persistent long-term…

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

AI要約Claude Codeにセッションをまたいだ長期記憶機能を持たせるOSSをMCPサーバーとして実装・公開した。これによりAIコーディング支援の継続性と利便性が向上する。

AI SUMMARYAn open-source MCP server was built to give Claude Code persistent long-term memory across sessions, improving continuity and context retention in AI-assisted coding workflows.

Sat, Jul 113 entries
コミュニティCommunityMCP·Zenn MCP

Claude Desktop on Amazon Bedrock から Salesforce に MCP 接続してみたThis article demonstrates how to connect Salesforce from Claude Desktop running…

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

AI要約Amazon Bedrock上のClaude DesktopからMCPを利用してSalesforceに接続する手順を検証した記事。AIエージェントとCRMを直接連携させる実用的なユースケースを示している。

AI SUMMARYThis article demonstrates how to connect Salesforce from Claude Desktop running on Amazon Bedrock via MCP, offering a practical example of integrating an AI agent directly with a CRM system.

コミュニティCommunityMCP·Zenn MCP

CLIツールをMCPサーバーに作り替える──単純なツール移植では済まなかった設計転換A hands-on account of converting a CLI tool into an MCP server, revealing that…

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

AI要約既存のCLIツールをMCPサーバーへ移植する過程で、単なる機能の書き換えにとどまらず、ツールの設計思想そのものを見直す必要があった実践的な知見をまとめた記事。インターフェース設計や状態管理など、CLIとMCPの根本的な違いが設計転換を迫る理由を解説している。

AI SUMMARYA hands-on account of converting a CLI tool into an MCP server, revealing that the migration required rethinking core design principles—not just porting code—due to fundamental differences in interface contracts and state management.

コミュニティCommunityMCP·Qiita MCP

自作MCPサーバーがAntigravityで動かない——AIの「自白」を物証で崩した話A developer shares how their custom MCP server failed to run on Antigravity and…

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

AI要約自作MCPサーバーをAntigravityで動かそうとした際、AIが誤った原因を「自白」したが、実際のログや物証を照合することで真の不具合を特定・解決した体験談。デバッグにおけるAIの限界と人間による検証の重要性を示す。

AI SUMMARYA developer shares how their custom MCP server failed to run on Antigravity and how AI-suggested causes turned out to be wrong, with actual logs and evidence pointing to a different root cause. The article highlights the importance of verifying AI explanations with concrete evidence.