openclaude
Verified Safeby federicodeponte
Overview
Facilitates remote development and AI-assisted coding by providing a comprehensive configuration, helper scripts, and integrated MCP servers for the Claude Code IDE, enabling tasks like security scanning, browser automation, and code review on a VM.
Installation
No command providedEnvironment Variables
- CONTEXT7_API_KEY
- SNYK_TOKEN
- GITHUB_PAT
- CODERABBIT_API_KEY
- BRAVE_API_KEY
- GITHUB_PERSONAL_ACCESS_TOKEN
- SUPABASE_ACCESS_TOKEN
- GITHUB_TOKEN
Security Notes
The repository strongly emphasizes security, warning against hardcoding API keys and providing pre-commit checks to scan for exposed credentials. It explicitly denies reading sensitive files (e.g., .env, .pem, SSH keys) and prompts for destructive 'git' or 'rm -rf' commands. However, the 'vm-helpers.sh' scripts allow executing arbitrary commands on a remote VM via SSH, which, while intended for development, introduces a potential risk surface if the VM or SSH key is compromised. The 'npm install -g' operations can also pose a risk if the installed packages themselves have vulnerabilities. No 'eval' or code obfuscation was found.
Similar Servers
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.
claude-codex-settings
This repository provides a comprehensive toolkit and configuration for developing and utilizing Claude Code plugins, including skills, commands, hooks, subagents, and MCP servers to extend AI capabilities for coding and development tasks.
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.
mcp-ssh-manager
Manages remote SSH servers via the Model Context Protocol (MCP), enabling AI assistants like Claude Code and OpenAI Codex to execute commands, transfer files, monitor health, and automate DevOps tasks.