
Sun MCP Server
Enables automatic conversation summarization by typing -sun command, which analyzes the current chat session and saves structured summaries as .mdc files with key insights, outcomes, and next steps.
README
Sun MCP Server
🌞 一个专门为 Agent 会话总结设计的 MCP 服务器,当输入 -sun
命令时自动总结当前会话并保存为 .mdc 文件。
English | 中文
✨ 功能特性
- 🌞 简单命令: 只需输入
-sun
即可触发会话总结 - 🌍 多语言支持:
-sun
生成中文总结,-sun en
生成英文总结 - 📝 智能总结: 自动分析会话内容,提取核心精髓和关键要点
- 📁 自动保存: 按照
日期时间_功能.mdc
格式保存到.sun
文件夹 - 🎯 状态跟踪: 自动判断任务完成状态(completed/partial/failed/ongoing)
- 📊 结构化输出: 包含核心精髓、关键要点、完成成果、后续步骤等
- 🔍 历史查看: 支持列出和查看历史总结
🚀 快速开始
方式 1: npm 安装(推荐)
在 Claude Desktop 中使用 Easy MCP Installation:
- Name:
Sun MCP
- Command:
npx -y sun-mcp@latest
方式 2: 手动配置
在 Claude Desktop 配置文件中添加:
{
"mcpServers": {
"sun-mcp": {
"command": "npx",
"args": ["-y", "sun-mcp@latest"]
}
}
}
配置完成后重启 Claude Desktop。
📖 使用方法
基本用法
在 Claude Desktop 中直接输入:
-sun # 生成中文总结
-sun en # 生成英文总结
-sun 这次讨论了API开发 # 带上下文的中文总结
生成的文件
总结文件会自动保存到项目根目录的 .sun
文件夹中:
.sun/
├── 20241208_143022_MCP服务器开发.mdc
├── 20241208_150315_API开发.mdc
└── 20241208_162045_Bug修复.mdc
📄 总结文件格式
每个 .mdc 文件包含结构化的会话总结:
# 功能名称会话总结
## 会话概要
**时间戳**: 2024-12-08T14:30:22.000Z
**完成状态**: completed
**消息数量**: 15
**主要功能**: MCP 服务器开发
## 核心精髓
用户要求创建 MCP 服务器,助手实现了完整的会话总结功能...
## 关键要点
- 创建了 MCP 服务器架构
- 实现了智能会话分析
- 添加了文件保存功能
## 完成成果
- 成功创建了功能完整的 MCP 服务器
- 实现了自动化会话总结
## 后续步骤
- 进行功能测试
- 优化总结算法
🛠️ 本地开发
# 克隆项目
git clone https://github.com/ChenYCL/sun-mcp.git
cd sun-mcp
# 安装依赖
npm install
# 构建项目
npm run build
# 本地测试
node dist/server.js
🎯 解决的问题
- ✅ 会话过大导致精度损失: 通过及时总结保存关键信息
- ✅ 上下文丢失: 结构化保存会话精髓和成果
- ✅ 难以回顾: 提供历史总结查看功能
- ✅ 手动整理繁琐: 一键自动总结和保存
🤝 贡献
欢迎提交 Issue 和 Pull Request!
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.