cursor添加mcp-feedback-enhanced和另外两个mcp插件(python安装等)

在小地瓜看到增强cursor的几个mcp,按照教程安装一下。

1. Context 7 (为所有Prompt获取最新文档)

地址:https://github.com/upstash/context7

mcp配置:
{ "mcpServers": { "context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp@latest"] } } }

2. Sequential Thinking

MCP配置:
"sequential-thinking": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sequential-thinking" ] }

3 .MCP feedback enhanced(节省调用次数)

地址:https://github.com/Minidoracat/mcp-feedback-enhanced

安装:

  1. 安装 uv(如果尚未安装)
    pip install uv

  2. 快速测试
    uvx mcp-feedback-enhanced@latest test

  3. MCP配置:
    { "mcpServers": { "mcp-feedback-enhanced": { "command": "uvx", "args": ["mcp-feedback-enhanced@latest"], "timeout": 600, "autoApprove": ["interactive_feedback"] } } }

  4. 安装前提(要有python)
    下载安装包直接安装。
    查看python版本: python --version pip --version
    在mac中: python3 --verision pip3 --version
    同理安装uv的命令是 pip3 install uv

下图为cursor配置好了的样子:

image
image

posted @ 2025-06-20 10:47  朝日asahi  阅读(3342)  评论(0)    收藏  举报