mcp-add

Install MCP server templates into project or global Claude Code settings.

8|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/luiseiman/dotforge --skill mcp-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-add
Source: https://github.com/luiseiman/dotforge/tree/main/skills/mcp-add
Command: npx skills add https://github.com/luiseiman/dotforge --skill mcp-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Installing and configuring MCP server templates across a project or global Claude Code setup with a single command.

Core Features & Use Cases

  • One-command installation: Install the chosen MCP server template into either the project config or the global Claude Code settings.
  • Flexible targeting: Supports per-project or global installation paths for Claude Code configuration.
  • Use Case: Automate consistent MCP deployment across multiple repos and environments.

Quick Start

Run the MCP server template installation command to configure Claude Code in one step.

Frequently Asked Questions about mcp-add

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install an MCP server template in Claude Code?

To install an MCP server template in Claude Code, you can use a command that validates the dotforge template directory, loads its configuration, and updates your project's .claude/settings.json file automatically.

Can I configure MCP servers globally for all my Claude Code projects?

Yes, you can configure MCP servers globally by applying the template installation to the ~/.claude/settings.json path using the --global flag, ensuring consistent provisioning across multiple repositories.

What MCP servers can I provision for Claude Code?

You can provision MCP servers such as github, postgres, supabase, redis, and slack into your Claude Code configuration using available dotforge server templates.

Does installing an MCP template in Claude Code also deploy rules?

Yes, installing an MCP template deploys the rules.md file to the correct Claude Code rules path, ensuring the server operates with the appropriate guidelines in your environment.

What is the best way to automate MCP deployment across multiple repos?

The best way to automate MCP deployment across multiple repos is using a one-command template installer that targets either local project settings or global configuration, ensuring consistent setup.

Do I need to manually edit settings.json when adding an MCP server to Claude Code?

No, you do not need to manually edit settings.json. The template installation process loads the configuration from the validated dotforge directory and updates the settings file directly.