Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OVERSEER_BASE_PATHNoThe base path for Overseer project repositories~/dev

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
overseer.plan_projectA

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.

overseer.infer_phasesC

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

overseer.update_phasesC

Updates existing phase definitions (rename, modify description, add/remove steps, deliverables, done criteria).

overseer.run_phaseA

Execute a specific phase of a project. Reads tasks from PHASE-XX.md, checks completion status, and creates TODOs/stubs for incomplete tasks.

overseer.advance_phaseB

Advance a phase to the next phase after validating all deliverables are complete. Marks current phase as "locked" and sets next phase as current.

overseer.statusA

Get the current status of a project, including all phases and their states. Determines phase status from PHASES.md and PHASE-*.md files.

overseer.lint_repoB

Detects languages in the repository and recommends linting commands based on coding standards in sentinel.yml.

overseer.sync_docsC

Ensures documentation consistency. Validates that PHASES.md and PHASE-XX.md files follow consistent formatting with required sections.

overseer.check_complianceB

Validates repository structure against sentinel.yml conventions. Checks for expected directories and key files.

overseer.env_mapB

Maps and tracks environment variables across phases, identifying required vs. optional variables.

overseer.generate_ciC

Generates CI/CD pipeline configuration (GitHub Actions, GitLab CI, etc.) based on phase definitions.

overseer.secrets_templateC

Creates a template structure for managing secrets and credentials securely.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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