Project Planner MCP
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., "@Project Planner MCPAnalyze the project and plan tickets for time tracking features."
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.
Project Planner MCP
MCP-Server für strukturierte Laravel-Projektplanung. Scannt dein Projekt, erstellt Tickets, exportiert als JSON.
inspect → plan → export → GitLab/TodoistInstallation
Via Claude Code (empfohlen)
claude mcp add project-planner -- npx @brnbio/project-planner-mcpManuell in ~/.claude.json
{
"mcpServers": {
"project-planner": {
"command": "npx",
"args": ["@brnbio/project-planner-mcp"]
}
}
}Dann Claude Code neustarten.
Related MCP server: Component Library MCP
Usage
Schritt 1: Projekt analysieren
Navigiere in dein Laravel-Projekt und starte Claude Code:
cd /pfad/zu/deinem/laravel-projekt
claudeDann:
> Analysiere das Projekt.
> Aktueller Stand: Auth funktioniert, Dashboard ist leer
> Ziel: User können Zeiten erfassen und sehen eine Wochen-ÜbersichtClaude nutzt inspect und scannt automatisch:
Models + Relations
Migrations (DB-Schema)
Controllers + Methods
Routes
Vue Pages & Components
Output: project_context.json
Schritt 2: Tickets planen
> Plane die UmsetzungClaude analysiert den Gap zwischen IST und SOLL, stellt Rückfragen:
Welche Entitäten werden benötigt?
Wie hängen sie zusammen?
Was ist der MVP?
Dann generiert er Tickets mit 4h/8h Schätzungen.
Output: tickets_draft.json
Schritt 3: Tickets exportieren
> Exportiere die TicketsReview der Ticket-Liste, dann Bestätigung.
Output: tickets_final.json
[
{
"title": "TimeEntry Model + Migration",
"description": "Erstelle TimeEntry Model mit user_id, started_at, ended_at, description.\n\n## Checkliste\n- [ ] Migration erstellen\n- [ ] Model mit Fillables\n- [ ] Factory erstellen\n- [ ] Relation zu User",
"estimate": "4h",
"labels": ["Backend", "Database"]
}
]Schritt 4: Issues erstellen (optional)
Mit deinen bestehenden MCPs:
> Erstelle GitLab Issues aus tickets_final.json
> Erstelle Todoist Tasks aus tickets_final.jsonTools
Tool | Input | Output |
| currentState, targetState |
|
| (clarifications) |
|
| confirm: true |
|
Output-Dateien
Alle Dateien landen im Projektverzeichnis und können versioniert werden:
dein-laravel-projekt/
├── project_context.json # IST + SOLL + Analyse
├── tickets_draft.json # Entwürfe
├── tickets_final.json # Finale Tickets
└── ...Tipp: Füge die JSON-Dateien zum Git hinzu als Planungs-Dokumentation.
Ticket-Schema
interface Ticket {
title: string;
description: string; // Mit Markdown-Checkliste
estimate: "4h" | "8h";
labels: ("Backend" | "Frontend" | "Testing" | "Database")[];
}Tech Stack
Optimiert für:
Laravel 12 + Inertia.js v2
Vue 3 Composition API
PestPHP
Tailwind CSS
Publishing (für Maintainer)
npm login
npm publish --access publicLizenz
MIT
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.
Latest Blog Posts
- 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/brnbio/project-planner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server