Back to Home
acartag7 icon

glm-orchestrator

Verified Safe

by acartag7

Overview

Provides a Model Context Protocol (MCP) server interface to orchestrate AI models (Claude, GLM) for coding tasks, including delegation, spec writing, and review within an AI-assisted development platform.

Installation

Run Command
pnpm --filter @specwright/mcp dev

Environment Variables

  • OPENCODE_URL
  • CLAUDE_PATH
  • SPECWRIGHT_USE_HTTP_API
  • DB_PATH

Security Notes

The MCP server implements robust path validation (`validateWorkingDirectory`) and secure command execution practices (`spawn` with array arguments, `shell: false` for git/gh calls). This mitigates common vulnerabilities like path traversal and command injection for its internal operations. The primary remaining risk is inherent to the AI coding agent paradigm: if the underlying AI models (Claude, GLM) generate malicious code, that code could still be executed within the designated working directory. However, the system's proactive security measures for its own code are exemplary.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens8000
Stars0
Forks0
Last Update2026-01-19

Tags

AIMCPCoding AgentOrchestrationCLI Wrapper