Sun Mcp

by ChenYCL

279 downloads
Not rated
GitHub

About

🌞 A dedicated MCP server purpose-built for agent conversation summarization.

Details

Author
ChenYCL
Downloads
279
Categories
AI

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Sun Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.