GitHub Stars
1,016
User Rating
Not Rated
Favorites
0
Views
21
Forks
98
Issues
7
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 18.0.0 or higher
pnpm: Latest version
Claude Desktop: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/chatmcp/mcp-server-chatsum.git
cd mcp-server-chatsum
2. Set Up Environment Variables
Create a.env file in the root directory and set your chat database path:
txt
CHAT_DB_PATH=path-to/chatbot/data/chat.db
3. Install Dependencies
bash
pnpm install
4. Build the Server
bash
pnpm build
5. Start the Server
bash
pnpm start