vs-code-agents
Verified Safeby 15496-debug
Overview
A collection of AI agents designed to enhance the coding experience and streamline workflows within Visual Studio Code, covering planning, implementation, QA, UAT, DevOps, security, and process improvement.
Installation
No command providedEnvironment Variables
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
Security Notes
The agents are designed to execute powerful actions within a developer's environment, including running terminal commands, modifying files, and publishing releases. While the scripts for security checks, testing, and linting are benign, the `devops.agent.md` directly executes `git tag`, `git push`, and package publication commands. This grants significant control, carrying inherent risks if an agent misinterprets a prompt or if the system is maliciously prompted. However, the system includes explicit internal safeguards, such as mandatory user confirmation for releases (`devops.agent.md`) and an emphasis on manual approval for sensitive commands (as noted in the orchestration playbook). The design prioritizes auditability and traceable workflows, with no apparent intentional malicious patterns within the provided source code. The primary risk lies in the execution context and the potential for misuse or misconfiguration.
Similar Servers
azure-devops-mcp
Provides a local Model Context Protocol (MCP) server that enables AI agents to interact with Azure DevOps, performing tasks such as managing work items, repositories, pipelines, test plans, wikis, and advanced security directly from a code editor.
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.
claude-prompts
This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.
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.