Back to Home
techcyclist icon

softypm-mcp-server

Verified Safe

by techcyclist

Overview

Manages SoftyPM project tasks and agile workflow directly within Claude Code by providing an MCP server with specific tools.

Installation

Run Command
softypm-mcp-server

Environment Variables

  • SOFTYPM_BASE_URL
  • SOFTYPM_API_TOKEN
  • DEFAULT_PROJECT_ID

Security Notes

The server correctly uses environment variables for sensitive API tokens (`SOFTYPM_API_TOKEN`), mitigating hardcoded secret risks. Input validation is performed using Zod schemas for all tool arguments, preventing common data injection vulnerabilities. The SoftYPMClient includes robust error handling for API responses (e.g., 401, 403, 404, 500 status codes). Workflow state transitions for stories are explicitly validated, enforcing data integrity and business logic. There are no instances of `eval` or `child_process` found in the provided code, reducing arbitrary code execution risks. The base URL for the API is configurable, which is good practice.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens350
Stars0
Forks0
Last Update2025-11-26

Tags

Project ManagementAgile WorkflowAI ToolsDeveloper ProductivityModel Context Protocol