openclaude
Verified Safeby federicodeponte
Overview
A comprehensive configuration setup for the Claude Code IDE, enabling remote VM development, file synchronization, SSH tunneling, and integration with 14 specialized Model Context Protocol (MCP) servers for enhanced AI-driven development.
Installation
No command providedEnvironment Variables
- CONTEXT7_API_KEY
- SNYK_TOKEN
- GITHUB_PAT
- CODERABBIT_API_KEY
- BRAVE_API_KEY
- SUPABASE_ACCESS_TOKEN
- GITHUB_TOKEN
Security Notes
The repository demonstrates a strong focus on security, providing explicit guidelines for credential management (e.g., 'NEVER Commit These Patterns' and pre-commit checks), recommending SSH key authentication, firewalls, VPNs, and regular updates. It includes commands for comprehensive security analysis using Semgrep. Placeholders for API keys and sensitive paths are intentionally left for the user to configure, reducing the risk of hardcoded secrets in the distributed code. The main security risks stem from potential user misconfiguration (e.g., not replacing placeholders, using weak SSH keys) rather than inherent vulnerabilities in the provided scripts. No 'eval' or malicious obfuscation was found.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
claude-codex-settings
A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
multi_mcp
A multi-model AI orchestration server providing automated code review, security analysis, and general LLM-powered assistance through the Model Context Protocol (MCP).