Skip to main content
Glama
augmdc

projectlibre-mcp

by augmdc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POD_SEARCH_ROOTSNoColon-separated directories that list_projects scans for .pod files~/Desktop:~/Documents

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsA

Find ProjectLibre .pod files under the configured search roots.

get_project_summaryA

Summarize a .pod project: dates, counts, completion, top-level outline.

Args: path: Absolute path to the .pod file (use list_projects to find it).

list_tasksA

List tasks in a .pod project with hierarchy, dates, and predecessors.

Args: path: Absolute path to the .pod file. incomplete_only: Drop summary rows and tasks at 100%. start_after: Keep tasks starting on/after this date (YYYY-MM-DD). finish_before: Keep tasks finishing on/before this date (YYYY-MM-DD).

analyze_scheduleA

Report overdue, upcoming, and critical-path tasks for a .pod project.

Args: path: Absolute path to the .pod file. as_of: Reference date YYYY-MM-DD (default: today). horizon_days: Window for upcoming tasks (default 30).

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/augmdc/projectlibre-mcp'

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