claude-codex-settings
Verified Safeby fcakyon
Overview
A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.
Installation
claudeEnvironment Variables
- ANTHROPIC_API_KEY
- ANTHROPIC_BASE_URL
- API_TOKEN
- API_KEY
- API_SECRET
- AUTH_TOKEN
- DATABASE_URL
- DB_USER
- DB_PASSWORD
- WORKSPACE_ID
- TAVILY_API_KEY
- SLACK_BOT_TOKEN
- SLACK_APP_TOKEN
- SUPABASE_URL
- SUPABASE_ANON_KEY
- MONGO_URI
- KUBECONFIG
- GITHUB_TOKEN
- K8S_NAMESPACE
- TF_STATE_BUCKET
- AWS_REGION
- GITHUB_ORG
- CLIENT_ID
- CUSTOM_API_KEY
Security Notes
The repository demonstrates a high level of security awareness, particularly in plugin hooks designed to prevent dangerous shell commands (e.g., 'rm -rf', 'sudo'), path traversal, and writes to sensitive files (e.g., '.env'). It strongly advocates for using environment variables over hardcoding secrets and emphasizes HTTPS/WSS for network communication. A dedicated hook linter further checks scripts for common security pitfalls like unquoted variables. While the overall system relies on proper user configuration of API keys and permissions, the provided tools are designed with strong safeguards.
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.
codex-mcp-server
Serves as a Model Context Protocol (MCP) bridge to integrate OpenAI's Codex CLI for AI-powered code analysis, generation, and review within various editors like Claude Code, VS Code, and Cursor.
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.
my-ai-tools
Provides a comprehensive setup and configuration management guide for an AI-powered developer environment, integrating various AI coding tools and their custom settings.