Skip to content

FFatTiger/vscode-mcp-feedback-extension

Repository files navigation

mcp-feedback (VSCode Extension)

功能

img1.png

img2.png

安装

  1. 在VSCode中按 Ctrl+Shift+PCmd+Shift+P
  2. 输入 "Extensions: Install from VSIX..."
  3. 选择 .vsix 文件安装

使用

商店搜索安装

  1. 在VSCode中按 Ctrl+Shift+PCmd+Shift+P
  2. 输入 "Extensions: Search in Marketplace..."
  3. 搜索 "mcp-feedback" 并安装

手动安装

  1. 下载 .vsix 文件
  2. 在VSCode中按 Ctrl+Shift+PCmd+Shift+P
  3. 输入 "Extensions: Install from VSIX..."
  4. 选择 .vsix 文件安装

激活插件

  1. 插件激活后,左侧出现 "mcp-feedback" 图标
  2. 外部AI助手通过 http://localhost:7423/mcp 调用MCP工具
  3. 用户在侧边栏输入反馈,结果返回给AI助手

cursor配置文件

.cursor/mcp.json 添加:

{
  "mcpServers": {
    "mcp-feedback": {
      "url": "http://localhost:7423/mcp"
    }
  }
}

About

mcp feedback extension for cursor,vscode

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors