π
Lazy Llms
Project Management lightweight Jira clone self managed and native with LLMs through MCP
0 installs
16 stars
1 forks
Trust: 48 β Fair
Productivity
Installation
npx lazy-llmsAsk AI about Lazy Llms
Powered by Claude Β· Grounded in docs
I know everything about Lazy Llms. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
LLM-Native Project Management System
A project management system designed for LLM agents as first-class citizens. Track issues, log work, and manage projects with rich context - all optimized for AI workflows.
π Quick Start (2 minutes)
One-Command Setup
make quickstart
This will:
- Install all dependencies
- Initialize the database
- Start the web UI at http://localhost:1929
- Copy Claude Desktop integration command to clipboard
Manual Setup
# 1. Install dependencies
pip install -r requirements.txt
cd mcp && pip install -r requirements.txt && cd ..
# 2. Initialize database
make init-db
# 3. Start services
make start # Starts all services
π― Core Features
- Rich Issue Tracking - Issues with comprehensive specs and technical approaches
- Work Logging - Track development activity with artifacts and context
- Git Integration - Automatic branch creation and commit formatting
- Web UI - Visual dashboards and issue management at http://localhost:1929
- MCP Tools - 23 tools for LLM agents to manage projects
π Basic Usage
Create an Issue
pm_create_issue --type feature --title "Add user auth" --description "..."
Start Work
pm_start_work --issue-key LAZY-001
Log Progress
pm_log_work --issue-key LAZY-001 --activity code --summary "Implemented JWT"
View Status
pm_status # Project overview
pm_list_issues # All issues
π§ Claude Desktop Integration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"pm-server": {
"command": "python",
"args": ["/path/to/lazy-llms/mcp/src/server.py"],
"env": {
"PM_DATABASE_PATH": "/path/to/lazy-llms/data/jira_lite.db"
}
}
}
}
π Project Structure
lazy-llms/
βββ mcp/src/ # MCP server for LLM integration
βββ src/jira_lite/ # Web UI and database
βββ data/ # Database files
βββ scripts/ # Utility scripts
βββ docs/ # Documentation
π Available Commands
make quickstart- Complete one-command setupmake start- Start all servicesmake stop- Stop all servicesmake init-db- Initialize databasemake clean- Clean generated filesmake help- Show all commands
π Documentation
- Full Documentation
- Deprecated Docs - Old documentation for reference
π€ Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
π License
MIT License
Built for AI agents, by AI agents π€
