dex-add-mcp

Installation
SKILL.md

Purpose

Add a new MCP server the safe way: user scope by default so your custom MCP survives Dex updates.

When to Use

  • You want to add an MCP server without touching .mcp.json
  • You want it to work across all projects (user scope)
  • You are not sure which scope to pick

Default Behavior (Recommended)

Use user scope unless you explicitly want to share with a team.

User scope (recommended)

claude mcp add --scope user <server-name> -- <command> <args>
Installs
4
Repository
davekilleen/dex
GitHub Stars
391
First Seen
Mar 30, 2026
dex-add-mcp — davekilleen/dex