Files
nexus/wiki/concepts/MCP.md

25 lines
732 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "MCP"
type: concept
tags: [ai, mcp, protocol]
date: 2026-04-17
---
## Definition
MCPModal Context Protocol是一种基于 Client-Server 架构的协议,旨在实现大模型与外围服务的高效集成。
## Core Interfaces
MCP Server 提供三种功能接口:
- **资源获取**:类似 HTTP 的 GET 请求
- **工具调用**:类似 POST 请求
- **Promise 提示词**:用于多样化的交互与扩展
## MCP in Cursor
- 在 Cursor 中通过设置新增 MCP Server
- 支持两种接入方式SSE 服务方式和本地执行命令方式
## Connections
- 属于 [[Agentic AI]] 技术栈
- 与 [[Sequential Thinking]] 工具配合使用可提升 AI 决策质量
- Cursor 支持 [[MCP]] 协议集成