Files
nexus/wiki/concepts/MCP.md

732 B
Raw Blame History

title, type, tags, date
title type tags date
MCP concept
ai
mcp
protocol
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