Skip to main content
Glama

Overseer MCP Server

by freqkflag

overseer.plan_project

Plan software projects by creating phase definitions and documentation. Generates PHASES.md files to structure development workflows, with automatic phase inference from project structure when needed.

Instructions

Plan a new project by creating phase definitions. Creates PHASES.md and PHASE-*.md files in the repository. Can infer phases from project structure if not provided.

Input Schema

NameRequiredDescriptionDefault
repo_rootYesRoot path of the repository (absolute path or relative to ~/dev)
project_nameYesName of the project
project_summaryNoSummary description of the project
overwrite_existingNoIf true, overwrite existing PHASES.md. If false, normalize and merge.
phasesNoOptional: Explicit phase definitions. If not provided, phases will be inferred.

Input Schema (JSON Schema)

{ "properties": { "overwrite_existing": { "default": false, "description": "If true, overwrite existing PHASES.md. If false, normalize and merge.", "type": "boolean" }, "phases": { "description": "Optional: Explicit phase definitions. If not provided, phases will be inferred.", "items": { "properties": { "deliverables": { "items": { "type": "string" }, "type": "array" }, "description": { "type": "string" }, "done_criteria": { "items": { "type": "string" }, "type": "array" }, "id": { "type": "string" }, "name": { "type": "string" } }, "required": [ "id", "name", "description" ], "type": "object" }, "type": "array" }, "project_name": { "description": "Name of the project", "type": "string" }, "project_summary": { "description": "Summary description of the project", "type": "string" }, "repo_root": { "description": "Root path of the repository (absolute path or relative to ~/dev)", "type": "string" } }, "required": [ "repo_root", "project_name" ], "type": "object" }

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/freqkflag/PROJECT-OVERSEER-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server