softypm-mcp-server
Verified Safeby techcyclist
Overview
Manages SoftyPM project tasks and agile workflow directly within Claude Code by providing an MCP server with specific tools.
Installation
softypm-mcp-serverEnvironment 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
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
motoko
A personal knowledge management system that uses AI agents to manage structured data in local markdown files and external data lakes, alongside an interactive chat interface and automated maintenance.