projectlibre-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| summarize_projectB | Resumen del proyecto: nombre, fechas, # tareas/recursos e hitos. |
| list_tasksB | Lista las tareas con id, nombre, fechas, duración, %, predecesoras y recursos. |
| get_taskC | Detalle de una tarea por su id (uniqueID). |
| list_resourcesC | Lista los recursos y sus asignaciones (tarea, unidades, trabajo). |
| critical_pathA | Ruta crítica y holgura (slack) por tarea. Requiere un archivo ya calendarizado. |
| create_projectA | Crea un proyecto desde cero y escribe un .xml que se abre en ProjectLibre. |
| add_taskC | Agrega una tarea a un proyecto y guarda el resultado en .xml (out o el .xml de entrada). |
| update_taskB | Modifica campos de una tarea (name, duration_days, percent_complete, is_milestone, start). |
| remove_taskC | Elimina una tarea por id y guarda el resultado en .xml. |
| set_dependencyB | Crea una dependencia entre tareas. type ∈ {FS, SS, FF, SF}. |
| assign_resourceC | Asigna un recurso a una tarea (lo crea si no existe) y guarda en .xml. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Osyanne/projectlibre-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server