#VibeCoding# 刚整了个挺好玩的东西:cursor-history-mcp(开源)
把 Cursor 的 chat history 接到 MCP 里,然后就能让模型基于你的真实使用记录生成各种总结/报告(甚至做成 GPT 年度报告那种风格)。
配置也很简单,在 Cursor 的 MCP 设置里加一个 server:
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": ["-y", "cursor-history-mcp"]
}
}
}
配完之后开个新 chat,丢一个总结 prompt,就能输出:
使用习惯/常见问题统计
一些“年度奖项”(debug 之王之类的)
把 Cursor 的 chat history 接到 MCP 里,然后就能让模型基于你的真实使用记录生成各种总结/报告(甚至做成 GPT 年度报告那种风格)。
配置也很简单,在 Cursor 的 MCP 设置里加一个 server:
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": ["-y", "cursor-history-mcp"]
}
}
}
配完之后开个新 chat,丢一个总结 prompt,就能输出:
使用习惯/常见问题统计
一些“年度奖项”(debug 之王之类的)
展开
评论
点赞