GitHub Stars
122
User Rating
Not Rated
Favorites
0
Views
35
Forks
18
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
npm: 8.0.0 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/0xshellming/mcp-summarizer
cd mcp-summarizer
2. Install Dependencies
bash
pnpm install
3. Build the Project
bash
pnpm run build
4. Start Server
bash
pnpm start
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Server not functioning correctly Solution: Review build steps and check error messages.Additional Resources
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Related MCPs
gnome-shell-extension-ai-assistant
1
The Gnome Shell - AI Assistant is an extension that enhances the desktop environment through AI chat integration. Users can easily send selected text to the AI and utilize context prompt options based on the window or panel. Future plans include adding screenshot support and integrating multiple LLMs.
mcp-shrimp-task-manager
1684
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.