claude-code
Verified Safeby thoreinstein
Overview
An AI-powered system designed to assist software developers and SREs with various engineering tasks through specialized agents.
Installation
overmind start -f Procfile.devEnvironment Variables
- DATABASE_URL
- SUPABASE_URL
- SUPABASE_KEY
- SUPABASE_JWT_SECRET
- OPENAI_API_KEY
- REDIS_URL
- STRIPE_SECRET_KEY
- STRIPE_WEBHOOK_SECRET
- NEXT_PUBLIC_SUPABASE_URL
- NEXT_PUBLIC_SUPABASE_ANON_KEY
- NEXT_PUBLIC_API_URL
Security Notes
The source code itself does not contain 'eval', obfuscation, hardcoded secrets, or malicious patterns. Instead, it includes extensive guidance and dedicated agents (`entsec-engineer`, `devops-engineer`, `terraform-engineer`, `github-actions-engineer`) that emphasize strong security practices, such as avoiding hardcoded secrets, using least-privilege permissions, secure input handling, and regular security reviews. The `CLAUDE.md` also explicitly reinforces critical security best practices. The allowed Bash commands in `settings.json` are generally safe for a development environment. The inherent risk of code generation is present, but the system's design principles are highly security-conscious.
Similar Servers
inspector
A web-based client and proxy server for inspecting and interacting with Model Context Protocol (MCP) servers, allowing users to browse resources, prompts, and tools, perform requests, and debug OAuth authentication flows.
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.