add-mcps
Verified Safeby wyatt727
Overview
Automates the setup and configuration of Claude "MCP servers" (Multi-Party Computation or similar tool-using systems for AI) along with associated AI agent files and usage documentation within a developer's project environment.
Installation
No command providedSecurity Notes
The `install.sh` script modifies shell configuration files (`.zshrc`, `.bashrc`) to add `~/.add-mcps` to the system PATH. The `add-mcps` script writes configuration files (`.claude/settings.local.json`) and documentation (`CLAUDE.md`, `AGENTS.md`, agent files) to the project directory. No `eval` or direct external network calls for its core logic are evident from the provided `README`. The safety of the overall system depends on the content of the MCP servers it configures, which is not detailed here.
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 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.
claudepro-directory
This platform serves as a central directory and API for discovering, managing, and interacting with various Claude AI configurations, including agents, rules, commands, hooks, skills, and other MCP servers. It provides search, categorization, and OAuth authorization for external clients.
mcpick
A CLI tool for dynamically managing Claude Code's MCP server configurations to optimize context usage and performance by enabling/disabling servers on-demand.