Back to Home
jlwainwright icon

spec-kit

Verified Safe

by jlwainwright

Overview

The Spec-Kit MCP Server provides a comprehensive toolkit for specification-driven development, automating workflows from feature specification and planning to task breakdown, domain analysis, and guided implementation.

Installation

Run Command
python3 /Users/jacques/DevFolder/spec-kit/src/speckit_mcp/server.py

Environment Variables

  • GH_TOKEN
  • GITHUB_TOKEN
  • SPEC_KIT_LOG_LEVEL
  • SPEC_KIT_HOME
  • CODEX_HOME
  • SPECIFY_FEATURE

Security Notes

The project extensively uses `subprocess.run` for Git commands and script execution. While many calls use list-based arguments which are safer, some shell scripts (e.g., those parsing `{ARGS}` or using `eval $(...)`) could be vulnerable to command injection if malicious input bypasses internal sanitization, especially in untrusted environments. File system operations for templates and outputs are common but appear to be handled with standard Python libraries. No hardcoded secrets were found, and GitHub token handling uses environment variables or explicit arguments. It's a development tool, so some trust in the operating environment is inherent.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-30

Tags

Specification-Driven DevelopmentAI DevelopmentCode GenerationProject ManagementDomain AnalysisWorkflow Automation