Sun Mcp
About
π A dedicated MCP server purpose-built for agent conversation summarization.
Details
- Author
- ChenYCL
- Downloads
- 279
- Categories
- AI
Jump to
- Oneβclick command -sun triggers session summarization
- Multilingual support: Chinese (default) and English
- Smart summarization extracts core insights and key points
- Autoβsaves files to .sun folder as datetime_functionality.mdc
- Tracks task completion status (completed/partial/failed/ongoing)
- Structured output includes core essence, key points, outcomes, and next steps
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Sun McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sun mcp": {
"sun-mcp": {
"command": "npx",
"args": [
"-y",
"sun-mcp@latest"
]
}
}
}
}
McpServers
{
"sun-mcp": {
"command": "npx",
"args": [
"-y",
"sun-mcp@latest"
]
}
}
Sun MCP Server
π An MCP server designed for Agent session summarization. Automatically summarizes current sessions and saves them as .mdc files when you input the -sun command.
English | δΈζ
β¨ Features
- π Simple Command: Just type -sun to trigger session summarization
- π Multilingual Support: -sun generates Chinese summaries, -sun en generates English summaries
- π Smart Summarization: Automatically analyzes session content and extracts core insights and key points
- π Auto Save: Saves files in datetime_functionality.mdc format to .sun folder
- π― Status Tracking: Automatically determines task completion status (completed/partial/failed/ongoing)
- π Structured Output: Includes core essence, key points, outcomes, and next steps
- π History Review: Supports listing and viewing historical summaries
π Quick Start
Method 1: npm Installation (Recommended)
Use Easy MCP Installation in Claude Desktop:
- Name: Sun MCP
- Command: npx -y sun-mcp@latest
Method 2: Manual Configuration
Add to Claude Desktop configuration file:
{
"mcpServers": {
"sun-mcp": {
"command": "npx",
"args": ["-y", "sun-mcp@latest"]
}
}
}
Restart Claude Desktop after configuration.
π Usage
Basic Usage
Simply type in Claude Desktop:
-sun # Generate Chinese summary
-sun en # Generate English summary
-sun We discussed API development # English summary with context
Generated Files
Summary files are automatically saved to the .sun folder in your project root:
.sun/
βββ 20241208_143022_MCP_Server_Development.mdc
βββ 20241208_150315_API_Development.mdc
βββ 20241208_162045_Bug_Fixing.mdc
π Summary File Format
Each .mdc file contains structured session summaries:
```markdown
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
