Lazy LLMs Project Management MCP Server
Enables LLM agents to manage projects, track issues, log work, and integrate with Git. Provides 23 MCP tools for full project management capabilities.
README
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 š¤
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.