Lazy LLMs Project Management MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lazy LLMs Project Management MCP Servercreate a new feature issue for adding dark mode"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 quickstartThis 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 servicesRelated MCP server: Sprintra
šÆ 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-001Log 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
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 š¤
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.
AgentPMT is the AI agent marketplace that turns any MCP-compatible AI assistant into an autonomous employee. Connect once and your agents gain access to a growing ecosystem of tools, workflows, and skills spanning communication, data analytics, development, file management, search, and more. AgentPMT dynamically discovers and orchestrates tools from across the MCP ecosystem, so your agents can independently find the right tool for any task without manual configuration.
Work management where AI agents are first-class members: tasks, projects, memory over hosted MCP
MCP-first toolbox for agents: KV storage, auth, queue, and utility tools. Free in early access.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to create and manage development projects with structured backlogs, including tasks, requirements, and progress tracking. Provides a bridge between AI development assistants and project management workflows through standardized MCP tools.-
- AlicenseNot gradedqualityDmaintenanceAI-native project management with persistent memory for coding agents. 17 MCP tools for features, stories, sprints, architecture decisions, knowledge base, and session tracking.3MIT
- AlicenseNot gradedqualityDmaintenanceEnterprise-grade MCP server providing 102 production-ready tools for Jira, Confluence, and Bitbucket, enabling AI agents to manage issues, pages, repositories, and more via natural language.1MIT
- AlicenseCqualityDmaintenanceEnables AI assistants to manage Jira Cloud projects, issues, sprints, and more through a curated set of 62 tools covering the full lifecycle of stories, epics, bugs, and sprints.62GPL 3.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Juliusolsson05/lazy-llms'
If you have feedback or need assistance with the MCP directory API, please join our Discord server