opencode-config
by victor20252025
Overview
Orchestrates a multi-agent system to decompose, execute, and review complex software development tasks in parallel using Git worktrees.
Installation
No command providedEnvironment Variables
- HOME
Security Notes
The `repo_search` and `repo_ast` tools in `tool/repo-explorer.ts` are highly vulnerable to command injection. User-provided `pattern` and `fileGlob` arguments are directly interpolated into shell commands executed via `sh -c` without apparent sanitization or escaping. An attacker could inject arbitrary shell commands by crafting malicious input for these parameters. For example, a `pattern` containing a single quote followed by `; rm -rf /;` would execute `rm -rf /`. This is a critical security flaw.
Similar Servers
github-mcp-server
The GitHub MCP Server enables AI agents, assistants, and chatbots to interact with GitHub's platform for repository management, issue/PR automation, CI/CD intelligence, code analysis, and team collaboration through natural language.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
responsible-vibe-mcp
Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.