claude-codex-settings
Verified Safeby fcakyon
Overview
This repository provides a toolkit and configurations for integrating Model Context Protocol (MCP) servers into Claude Code plugins, enabling AI agents to interact with external services, local tools, and APIs within an AI-assisted development environment.
Installation
npx -y @modelcontextprotocol/server-filesystem "/path/to/project"Environment Variables
- TAVILY_API_KEY
- ANTHROPIC_API_KEY
- ANTHROPIC_BASE_URL
- API_TOKEN
- GITHUB_TOKEN
- DATABASE_URL
- DB_USER
- DB_PASSWORD
Security Notes
The repository promotes strong security practices through its documentation and the implementation of validation hooks that check for dangerous bash commands (e.g., 'rm -rf'), path traversal, and sensitive file writes (e.g., '.env'). It strongly advises against hardcoding secrets and advocates for environment variables or OAuth for authentication. The security posture ultimately depends on how users configure external service credentials and grant permissions for local bash execution.
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.
codex-mcp-server
Provides a Model Context Protocol (MCP) server to integrate OpenAI Codex CLI with AI clients like Claude, offering session management, model selection, and native resume capabilities for coding assistance.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
claude-agent-mcp-skills
Assists with analyzing and applying code migrations between different frameworks and their versions.