spec-oxide
Verified Safeby marconae
Overview
Enables spec-driven development for AI-assisted coding, optimized for Claude Code, using a built-in MCP server for structured interaction.
Installation
spox mcp serveSecurity Notes
The core `spox` binary is written in Rust, which inherently reduces risks associated with runtime code execution like `eval`. File system operations are generally scoped to the project directory. The `setup.sh` script does involve downloading and executing external tools (`uvx` for Serena) from GitHub, which is a common setup practice but relies on the integrity of the remote repositories. However, this is a user-initiated setup step, not a runtime vulnerability of the `spox` binary itself. Critically, the included agent instructions (`CLAUDE.md`, `spox-implementer.md`, `spox-verifier.md`, `spox-reviewer.md`, `propose.md`, `implement.md`, `archive.md`) contain extensive, explicit 'Guardrails' and 'Mandatory Rules' emphasizing 'Evidence before claims', prohibiting AI agents from performing write operations to Git, and enforcing test-driven development. These strong internal guardrails significantly enhance the safety when used with AI models by strictly controlling behavior and requiring explicit command execution for verification.
Similar Servers
spec-workflow-mcp
A Model Context Protocol (MCP) server for structured specification-driven development, providing a real-time web dashboard and a VSCode extension for managing development workflows.
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
octomind
Octomind is a session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider AI support, enabling interactive AI conversations, code analysis, file system management, and web research.
consult-llm-mcp
An MCP server that allows an AI agent (Claude Code) to consult more powerful external AI models for code analysis, debugging, and review, providing relevant files and git diffs as context.