Auto-sync: 2026-04-22 12:02

This commit is contained in:
2026-04-22 12:02:55 +08:00
parent 143d1fd105
commit b1e6af2458
54 changed files with 2882 additions and 503 deletions

View File

@@ -0,0 +1,32 @@
---
title: "MCPModel Context Protocol"
type: entity
tags: [ai, protocol, mcp, integration]
last_updated: 2026-04-22
---
## Overview
MCPModel Context Protocol模型上下文协议是一种支持将外部工具和服务集成到AI代理的协议平台赋予AI代理更丰富的执行能力。
## Aliases
- Model Context Protocol
- MCP
## Key Features
- 将外部API和工具集成到AI代理
- 扩展AI代理的功能范围
- 支持添加和切换MCP服务器
- 提升开发项目的扩展性和操作能力
## Applications
- 在Cursor中集成外部工具和服务
- 扩展AI代理的技能边界
- 连接第三方API和数据源
## Connections
- [[Cursor]] — 支持MCP扩展的AI代码编辑器
- [[AI代理]] — MCP可集成的核心组件
- [[Vibe Coding]] — MCP增强AI辅助编程能力
## Sources
- [[cursor-2-0初学者使用指南]]