Skip to main content

mcp-setup

Configures MCP servers to connect Claude Code with external tools and APIs, enabling seamless integration and data flow.

Install this skill

or
40/100

Security score

The mcp-setup skill was audited on Feb 28, 2026 and we found 16 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104```json
medium line 136

Template literal with variable interpolation in command context

SourceSKILL.md
136```json
high line 155

Template literal with variable interpolation in command context

SourceSKILL.md
155- `${VAR}` - Value of environment variable
high line 156

Template literal with variable interpolation in command context

SourceSKILL.md
156- `${VAR:-default}` - Value or default if not set
medium line 67

Access to hidden dotfiles in home directory

SourceSKILL.md
67| `local` | `~/.claude.json` (project path) | Personal, project-specific |
medium line 69

Access to hidden dotfiles in home directory

SourceSKILL.md
69| `user` | `~/.claude.json` (global) | Personal across all projects |
low line 29

External URL reference

SourceSKILL.md
29claude mcp add --transport http notion https://mcp.notion.com/mcp
low line 32

External URL reference

SourceSKILL.md
32claude mcp add --transport http secure-api https://api.example.com/mcp \
low line 43

External URL reference

SourceSKILL.md
43claude mcp add --transport sse asana https://mcp.asana.com/sse
low line 73

External URL reference

SourceSKILL.md
73claude mcp add --transport http api --scope project https://api.example.com
low line 96

External URL reference

SourceSKILL.md
961. Add the server: `claude mcp add --transport http sentry https://mcp.sentry.dev/mcp`
low line 126

External URL reference

SourceSKILL.md
126"url": "https://api.example.com/mcp"
low line 141

External URL reference

SourceSKILL.md
141"url": "https://api.githubcopilot.com/mcp/"
low line 164

External URL reference

SourceSKILL.md
164| GitHub | HTTP | `claude mcp add --transport http github https://api.githubcopilot.com/mcp/` |
low line 165

External URL reference

SourceSKILL.md
165| Sentry | HTTP | `claude mcp add --transport http sentry https://mcp.sentry.dev/mcp` |
low line 166

External URL reference

SourceSKILL.md
166| Notion | HTTP | `claude mcp add --transport http notion https://mcp.notion.com/mcp` |
Scanned on Feb 28, 2026
View Security Dashboard