AgentStack
SKILL verified MIT Self-run

Mcp Installer

skill-knuckles-team-universal-skills-mcp-installer · by Knuckles-Team

>-

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-knuckles-team-universal-skills-mcp-installer

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Mcp Installer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MCP Installer Skill

This skill allows you to install and merge a pre-configured mcp_config.json into the configuration files of various agent development tools.

Supported Tools

  • windsurf: ~/.codeium/windsurf/mcp_config.json
  • claude: ~/.claude.json (Claude Code)
  • claude-desktop: ~/.config/Claude/claude_desktop_config.json (Linux XDG path)
  • opencode: ~/.config/opencode/mcp.json
  • antigravity: ~/.gemini/antigravity/mcp_config.json
  • agent-utilities / agent-terminal-ui: ~/.config/agent-utilities/mcp_config.json
  • devin: ~/.config/devin/mcp_config.json
  • codex: ~/.codex/mcp_config.json

Tools

installmcpconfig

Install an mcp_config.json file into a target tool's configuration directory. It merges the mcpServers object so you don't lose your existing configuration, unless you specify --force.

Arguments
  • --config: The path to the source mcp_config.json file you want to install.
  • --tool: The target tool to install into (windsurf, claude, claude-desktop, opencode, antigravity, devin, codex).
  • --path: (Optional) Explicit custom path to the target configuration file.
  • --force: (Optional) Overwrite existing configuration entirely rather than merging mcpServers.
Examples
# Install into Windsurf
python scripts/install.py --config ./my_mcp_config.json --tool windsurf

# Install into Antigravity (Agent Utilities XDG dir)
python scripts/install.py --config ./mcp_config.json --tool antigravity

# Install into Claude Code
python scripts/install.py --config /path/to/mcp_config.json --tool claude

# Install into a custom configuration file explicitly
python scripts/install.py --config ./mcp_config.json --path ~/.my_custom_agent/mcp.json

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.