Back to Home
fcakyon icon

claude-codex-settings

Verified Safe

by 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

Run Command
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

Stats

Interest Score76
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars181
Forks16
Last Update2025-11-29

Tags

AI integrationPlugin developmentCode automationContext ProtocolDeveloper tools