giga-manager
v1.1.0
Published
Project memory and task management for your codebase
Maintainers
Readme
Giga Project & Task Management MCP
Manage project memory and tasks for your AI projects
Problem
AI coding tools like Cursor often get lost about the project and forget what the user has asked for.
This leads to frustration, repeated explanations, and broken flow.
This MCP automatically manages your project and tasks via files:
.giga/memory/memory.md: Contains all project information including technical overview, decisions, preferences, and instructions
https://github.com/user-attachments/assets/3aa25ae8-40c5-4188-9987-684c4f3602cc
Installation
- Automatically install
giga-managerin the client of your choice:
npx -y install-mcp -i "npx -y giga-manager" --client cursor # or windsurf, cline, etc- Installation command:
npx -y giga-manager - MCP name:
giga-manager
Or, install it manually by modifying your JSON file:
{
"mcpServers": {
"giga-manager": {
"command": "npx",
"args": ["-y", "giga-manager"],
}
}
}- Add this one line to your rules file (
.cursorrulesfor Cursor,.windsurfrulesfor Windsurf, etc)
EVERY TIME RUN `giga_autorun` TOOL CALL AS THE FIRST THING. DO THAT BEFORE DOING ANYTHING ELSE. STRICTLY FOLLOW ALL INSTRUCTIONS FROM THE RESULT FIRST!https://github.com/user-attachments/assets/d98863a2-a5d4-4fd0-b301-de497fc20cc9
Features
- Automated project memory management
- Project memory tracking and management
- Integration with MCP clients like Cursor, Windsurf, etc
License
This project is licensed under the AGPL-3.0-only license - see the LICENSE file for details.
