Back to Home
liatrio-labs icon

slash-command-manager

Verified Safe

by liatrio-labs

Overview

A CLI tool and MCP server for generating and managing slash commands for various AI coding assistants, integrating with a Spec-Driven Development (SDD) workflow.

Installation

Run Command
uvx --from git+https://github.com/liatrio-labs/slash-command-manager slash-man mcp

Environment Variables

  • SDD_WORKSPACE_ROOT
  • SDD_PROMPTS_DIR
  • SDD_TRANSPORT
  • SDD_HTTP_HOST
  • SDD_HTTP_PORT
  • SDD_LOG_LEVEL
  • SDD_LOG_FORMAT
  • SDD_CORS_ENABLED
  • SDD_CORS_ORIGINS
  • DOCKER_WORKDIR

Security Notes

The MCP server is designed to register and serve prompts and tools. While the current toolset is basic, the architecture allows for execution of arbitrary logic via 'tools'. The 'slash-man generate' command can download and process markdown files from arbitrary public GitHub repositories via `--github-repo` flags. If an untrusted or compromised GitHub source is used, this content could be fed to AI assistants, posing a supply chain risk through content injection. Integration tests explicitly warn against local execution due to potential filesystem modifications. Overall, no direct code execution vulnerabilities are apparent in the `slash-command-manager` itself, but the nature of processing external prompts and running tools implies a trust boundary for the content it processes and serves.

Similar Servers

Stats

Interest Score34
Security Score7
Cost ClassLow
Stars3
Forks0
Last Update2026-01-09

Tags

climcp-serverslash-commandsai-assistantscode-generationpythonfastmcpsdd-workflow