{"id":26648339,"url":"https://github.com/mcpso/mcp-server-chatsum","last_synced_at":"2025-03-25T00:02:00.184Z","repository":{"id":266381318,"uuid":"898004429","full_name":"chatmcp/mcp-server-chatsum","owner":"chatmcp","description":"Query and Summarize your chat messages.","archived":false,"fork":false,"pushed_at":"2024-12-04T02:58:20.000Z","size":1720,"stargazers_count":306,"open_issues_count":0,"forks_count":26,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-12T02:27:53.048Z","etag":null,"topics":["chatbot","chatsum","mcp-server"],"latest_commit_sha":null,"homepage":"https://mcp.so","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chatmcp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-03T16:08:19.000Z","updated_at":"2024-12-12T01:35:53.000Z","dependencies_parsed_at":"2024-12-10T03:31:56.304Z","dependency_job_id":null,"html_url":"https://github.com/chatmcp/mcp-server-chatsum","commit_stats":null,"previous_names":["mcpservers/mcp-server-chatsum","mcpso/mcp-server-chatsum","chatmcp/mcp-server-chatsum"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmcp%2Fmcp-server-chatsum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmcp%2Fmcp-server-chatsum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmcp%2Fmcp-server-chatsum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmcp%2Fmcp-server-chatsum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chatmcp","download_url":"https://codeload.github.com/chatmcp/mcp-server-chatsum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245372377,"owners_count":20604491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","chatsum","mcp-server"],"created_at":"2025-03-25T00:01:45.068Z","updated_at":"2025-03-25T00:02:00.140Z","avatar_url":"https://github.com/chatmcp.png","language":"TypeScript","funding_links":[],"categories":["Community Servers","AI Services","カテゴリ","Mcp Server Directories \u0026 Lists","📦 Other","🗂️ Extensions by Category","Table of Contents"],"sub_categories":["💬 \u003ca name=\"communication\"\u003e\u003c/a\u003eコミュニケーション","💬 Messaging","Other Tools and Integrations"],"readme":"# mcp-server-chatsum\n\nThis MCP Server is used to summarize your chat messages.\n\n[中文说明](README_CN.md)\n\n![preview](./preview.png)\n\n\u003e **Before you start**\n\u003e\n\u003e move to [chatbot](./chatbot) directory, follow the [README](./chatbot/README.md) to setup the chat database.\n\u003e\n\u003e start chatbot to save your chat messages.\n\n## Features\n\n### Resources\n\n### Tools\n\n- `query_chat_messages` - Query chat messages\n  - Query chat messages with given parameters\n  - Summarize chat messages based on the query prompt\n\n### Prompts\n\n## Development\n\n1. Set up environment variables:\n\ncreate `.env` file in the root directory, and set your chat database path.\n\n```txt\nCHAT_DB_PATH=path-to/chatbot/data/chat.db\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n```\n\nBuild the server:\n\n```bash\npnpm build\n```\n\nFor development with auto-rebuild:\n\n```bash\npnpm watch\n```\n\n## Installation\n\nTo use with Claude Desktop, add the server config:\n\nOn MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\nOn Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-server-chatsum\": {\n      \"command\": \"path-to/bin/node\",\n      \"args\": [\"path-to/mcp-server-chatsum/build/index.js\"],\n      \"env\": {\n        \"CHAT_DB_PATH\": \"path-to/mcp-server-chatsum/chatbot/data/chat.db\"\n      }\n    }\n  }\n}\n```\n\n### Debugging\n\nSince MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script:\n\n```bash\npnpm inspector\n```\n\nThe Inspector will provide a URL to access debugging tools in your browser.\n\n## Community\n\n- [MCP Server Telegram](https://t.me/+N0gv4O9SXio2YWU1)\n- [MCP Server Discord](https://discord.gg/RsYPRrnyqg)\n\n## About the author\n\n- [idoubi](https://bento.me/idoubi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcpso%2Fmcp-server-chatsum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcpso%2Fmcp-server-chatsum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcpso%2Fmcp-server-chatsum/lists"}