pm-mcp-server

Expose PM-Workspace project management data and operations via an MCP server.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill pm-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-mcp-server
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/pm-mcp-server
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill pm-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a standardized way for external tools and systems to access and interact with the project management data and functionalities within PM-Workspace, enabling seamless integration and automation.

Core Features & Use Cases

  • Data Exposure: Exposes key project management resources like project lists, PBI details, task statuses, team capacity, sprint metrics, and risk registers.
  • Actionable Tools: Allows external systems to perform write operations such as creating PBIs, updating task statuses, and assigning tasks.
  • Intelligent Prompts: Offers pre-defined prompts for common project management tasks like sprint planning, PBI decomposition, and risk assessment.
  • Flexible Transport: Supports both local (stdio) and remote (SSE) communication modes for different deployment scenarios.

Quick Start

Use the pm-mcp-server skill to get the project-list resource.

Frequently Asked Questions about pm-mcp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose project management data to external dashboards using an MCP server?

An MCP server exposes project management data to external dashboards by providing read-only resources and writeable tools over dual transport (stdio and SSE), adhering to the MCP specification for secure real-time metric serving.

What is the Model Context Protocol used for in project management integration?

The Model Context Protocol (MCP) is used for standardizing how external tools and systems access project management data, enabling seamless integration and automation for tasks like reporting sprint planning and risk assessment.

Can I create product backlog items and update task statuses through an MCP integration?

Yes you can create product backlog items (PBIs), update task statuses, and assign tasks to team members using the writeable tools exposed by the MCP server integration.

Does the MCP server support remote communication for real-time sprint metrics?

Yes the MCP server supports remote communication via Server-Sent Events (SSE) alongside local stdio transport, allowing flexible deployment scenarios for serving real-time sprint metrics to external clients.

What project management resources can I retrieve using the MCP protocol?

You can retrieve project lists, PBI details, task statuses, team capacity, sprint metrics, and risk registers as read-only resources via the MCP protocol.