carrot-ai-pm

carrot-ai-pmは、プロジェクト管理を効率化するためのTypeScript製ツールです。タスクの自動化や進捗の可視化を通じて、チームの生産性を向上させます。直感的なインターフェースを持ち、簡単に導入できるため、さまざまなプロジェクトに対応可能です。

GitHubスター

27

ユーザー評価

未評価

お気に入り

0

閲覧数

21

フォーク

5

イシュー

2

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

Node.js 18+ installed
An AI coding assistant (Cursor, Claude Desktop, etc.)
5 minutes to set up
1Clone and install:
bash
git clone https://github.com/talvinder/carrot-ai-pm.git
cd carrot-ai-pm
npm install
npm run build
2Configure your AI assistant (example for Cursor):
Edit .cursor/mcp.json in your project: ```json { "mcpServers": { "carrot-pm": { "command": "node", "args": ["/path/to/carrot-ai-pm/dist/src/server.js"], "env": { "CARROT_PROJECT_ROOT": "/path/to/your/project"

追加リソース