Skip to main content
Glama

Overseer MCP Server

by freqkflag

overseer.infer_phases

Analyze repository structure to automatically generate phase definitions by detecting framework patterns, infrastructure files, and project configurations.

Instructions

Analyzes an existing repository structure to suggest phase definitions based on detected patterns (files, directories, configs).

Input Schema

NameRequiredDescriptionDefault
repo_rootYesRoot path of the repository (absolute path or relative to ~/dev)
optionsNo

Input Schema (JSON Schema)

{ "properties": { "options": { "properties": { "detect_frameworks": { "default": true, "description": "Detect framework-specific patterns (Phoenix, Next.js, etc.)", "type": "boolean" }, "detect_infrastructure": { "default": true, "description": "Detect infrastructure files (Docker, Terraform, K8s)", "type": "boolean" } }, "type": "object" }, "repo_root": { "description": "Root path of the repository (absolute path or relative to ~/dev)", "type": "string" } }, "required": [ "repo_root" ], "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