#MCP
12 posts tagged "mcp"
Part 1 — Building MCP Servers for Claude Code Development - Part 1
Complete guide to setting up Model Control Protocol (MCP) servers for Claude Code, from basic configuration to building custom tools that enhance your AI-powered development workflow.
Part 2 — FDE 面試準備指南(二):Agent System Design
以 Google AI 工程師兼面試官的視角,解析 FDE 面試中 Agent 系統設計考題,包含 ReAct 架構、Multi-Agent 判斷邏輯、失控防禦設計、MCP 協定與 Google ADK 定位
Part 2 — AI Forward Deployed Engineer 必備技能指南(二):多智慧體系統與框架實戰
深入探討多智慧體系統架構設計,包含 LangGraph、CrewAI 框架實作,以及 Model Context Protocol (MCP) 的企業級應用
Part 2 — Advanced MCP Server Development with Database Integration - Part 2
Advanced MCP server development covering database integration, REST API connectors, real-time data processing, and production deployment strategies for Claude Code development workflows.
Part 17 — FDE 面試準備指南(十七):RKK 實戰——MCP 伺服器、Tool-Calling 安全與 OAuth 授權
以系統設計視角拆解 MCP(Model Context Protocol)的安全邊界:Agent 的工具授權架構、Human-in-the-loop OAuth 流程、Tool Input Validation 防禦層,以及如何防止 Tool Injection 攻擊
Part 26 — AI 工程從零開始|Phase 13 Part 1:MCP 與 API 整合 — AI 與真實世界的介面
深入解析 Model Context Protocol(MCP)架構、Function Calling 設計模式、工具整合生產化、API 安全與速率控制,以及 AI 系統的外部工具編排
Anthropic Financial Services 入門 Part 2 — Agent、Skill、Command、Connector 是怎麼組成一個系統的
同一個目錄結構要同時餵給 Cowork 和 Claude Managed Agents API,Anthropic 是怎麼設計的?本篇拆解 financial-services 套件裡 Agent、Skill、Command、Connector、Managed-agent wrapper 五層的分工與依賴關係,以及為什麼所有東西都是純 markdown/JSON、沒有 build step。
Anthropic Financial Services 入門 Part 1 — 怎麼安裝、怎麼用
Anthropic 官方開源的 financial-services 套件,把投資銀行、股票研究、私募股權、財富管理最常見的工作流程,包成 Claude 的 Agent 和 Skill。本篇講清楚怎麼在 Cowork 和 Claude Code 裡安裝它、怎麼選你需要的 Agent 或 Vertical Plugin,以及裝完之後第一次該怎麼用。
SpotifyMCP2: Control Spotify with Claude via the Model Context Protocol
A deep dive into SpotifyMCP2, an open-source Model Context Protocol server that integrates Claude with the Spotify Web API. Learn how it works, how to set it up, and how to extend it. Covers MCP architecture, OAuth2 flow, TypeScript design, and all 8 exposed tools.
InvestSkill: Professional Investment Analysis Plugin for Claude Code
Complete guide to InvestSkill, a Claude Code plugin that provides six powerful analytical tools for stock evaluation, fundamental analysis, technical analysis, economics research, portfolio review, and sector analysis. Learn how to integrate AI-powered financial analysis into your development environment.
Everything Claude Code: The Ultimate Production-Ready Plugin Collection Guide
Deep dive into the everything-claude-code repository by an Anthropic hackathon winner. Discover how to set up, customize, and leverage production-ready agents, skills, hooks, commands, and MCP configurations for maximum productivity with Claude Code.
深入理解 Claude Code 架構:Plugin、Skill、Sub-agent 與 MCP 完整指南
完整解析 Claude Code 的核心架構元件:從底層的 MCP 協議到高層的 Sub-agent,了解 Plugin、Skill、Sub-agent 與 MCP 的運作原理、使用時機與層級關係。