Sun Mcp
@ChenYCL
关于 Sun Mcp
🌞 A dedicated MCP server purpose-built for agent conversation summarization.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sun-mcp": {
"command": "npx",
"args": [
"-y",
"sun-mcp@latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Sun MCP?
Sun MCP is an MCP server for Agent session summarization. It automatically summarizes current sessions in Claude Desktop and saves them as structured .mdc files when you input the -sun command.
How to use Sun MCP?
Install via npx -y sun-mcp@latest, add it to your Claude Desktop MCP configuration, then restart Claude Desktop. In a chat, type -sun to generate a Chinese summary, or -sun en to generate an English summary.
Key features of Sun MCP
- One‑click command
-suntriggers session summarization - Multilingual support: Chinese (default) and English
- Smart summarization extracts core insights and key points
- Auto‑saves files to
.sunfolder asdatetime_functionality.mdc - Tracks task completion status (completed/partial/failed/ongoing)
- Structured output includes core essence, key points, outcomes, and next steps
Use cases of Sun MCP
- Prevent precision loss when sessions grow too large
- Preserve session essence and outcomes to avoid context loss
- Quickly review past sessions using saved history
- Eliminate manual organization with automatic summarization and saving
FAQ from Sun MCP
What command do I use to summarize?
Type -sun in Claude Desktop for a Chinese summary, or -sun en for an English summary. You can also append extra context (e.g., -sun We discussed API development).
Where are summary files saved?
Summary files are automatically saved to the .sun folder in your project root, with filenames like 20241208_143022_MCP_Server_Development.mdc.
What format do the summary files use?
Each .mdc file contains structured markdown with sections for session overview, core essence, key points, outcomes, and next steps.
Does Sun MCP track task completion?
Yes, it automatically determines whether a session is completed, partially completed, failed, or ongoing.
Does Sun MCP support other languages besides Chinese?
It supports English by appending en to the command (-sun en). The default language is Chinese.
AI 与智能体 分类下的更多 MCP 服务器
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
评论