The reputation layer for AI skills, tools & agents

chatmcp/mcp-server-chatsum

Score: 17.2 Rank #17710

Query and Summarize your chat messages.

Overview

chatmcp/mcp-server-chatsum is a TypeScript MCP server. Query and Summarize your chat messages. Topics: chatbot, mcp-server, chatsum.

Ranked #17710 out of 25632 indexed tools.

Has 1,036 GitHub stars.

Ecosystem

TypeScript No license
chatbotmcp-serverchatsum

Signal Breakdown

Stars 1,036
Freshness 1y ago
Issue Health 0%
Contributors 1
Dependents 0
Forks 101
Description Brief
License None

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Freshness high impact

Last commit was 467 days ago — a recent commit would boost your freshness score

Badge

AgentRank score for chatmcp/mcp-server-chatsum
[![AgentRank](https://agentrank-ai.com/api/badge/tool/chatmcp--mcp-server-chatsum)](https://agentrank-ai.com/tool/chatmcp--mcp-server-chatsum)
<a href="https://agentrank-ai.com/tool/chatmcp--mcp-server-chatsum"><img src="https://agentrank-ai.com/api/badge/tool/chatmcp--mcp-server-chatsum" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# mcp-server-chatsum

This MCP Server is used to summarize your chat messages.

[中文说明](README_CN.md)

> **Before you start**
>
> move to [chatbot](./chatbot) directory, follow the [README](./chatbot/README.md) to setup the chat database.
>
> start chatbot to save your chat messages.

## Features

### Resources

### Tools

- `query_chat_messages` - Query chat messages
  - Query chat messages with given parameters
  - Summarize chat messages based on the query prompt

### Prompts

## Development

1. Set up environment variables:

create `.env` file in the root directory, and set your chat database path.

```txt
CHAT_DB_PATH=path-to/chatbot/data/chat.db
```

2. Install dependencies:

```bash
pnpm install
```

Build the server:

```bash
pnpm build
```

For development with auto-rebuild:

```bash
pnpm watch
```

## Installation

To use with Claude Desktop, add the server config:

On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
On Windows: `%APPDATA%/Claude/claude
Read full README on GitHub →
Are you the maintainer? Claim this listing