claude-code-settings
by IrfanThomson
Overview
Manages and synchronizes global configuration settings for Claude Code, including multi-agent setup and secure secrets management across different machines.
Installation
./setup.shEnvironment Variables
- JULES_API_KEY
- JIRA_URL
- JIRA_USERNAME
- JIRA_API_TOKEN
- CONFLUENCE_URL
- CONFLUENCE_USERNAME
- CONFLUENCE_API_TOKEN
- DOCKER-MCP-GATEWAY__URL
- EMAILADDRESS
- ACCOUNTUUID
- ORGANIZATIONUUID
- CLAUDECODEFIRSTTOKENDATE
- OBSIDIAN_VAULT_PATH
Security Notes
CRITICAL RISK: The `settings.local.json` file grants very broad `Bash` permissions to the Claude Code agent, including `Bash(sudo systemctl start:*)`, `Bash(sudo usermod:*)`, and `Bash(sudo -S docker:*)`. Granting `sudo` permissions to an AI agent is a severe security vulnerability, as a compromised agent or successful prompt injection could lead to arbitrary command execution with root privileges on the host system. This poses an extreme risk of system compromise. A minor concern is the hardcoded `OBSIDIAN_REST_API_KEY` and `OBSIDIAN_URL` in `obsidian-mcp-config.json`, which is committed publicly, though it appears to be for local access and potentially a placeholder. The secrets management system itself (encryption/decryption scripts) is well-designed using OpenSSL and explicitly avoids committing plaintext secrets.
Similar Servers
claude-code-subagents-collection
The repository serves as a comprehensive marketplace and registry for Claude Code, offering a wide array of specialized AI agents, commands, hooks, and a catalog of external Model Context Protocol (MCP) servers to enhance development workflows.
mcpick
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.
ccmcp
A CLI tool that intelligently discovers, validates, and selects MCP (Model Context Protocol) server configurations for Claude Code, providing both a TUI and text-based interface.
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.