T
Turn MCP
by @shiahonb777
Turn MCP 是一个 VSCode/Windsurf 插件,通过 MCP 协议实现 AI 对话的“卡点”机制。它允许 AI 在单次 API 请求中暂停并等待用户输入,从而实现真正的多轮交互体验,大幅节省 API 请求次数。
Created 12/14/2025
Updated 1 day ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-turn-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"shiahonb777-turn-mcp": {
"command": "npx",
"args": [
"shiahonb777-turn-mcp"
]
}
}
}