integrate

Research and connect external tools through MCP with confirmed, minimal configuration changes.

3|Updated May 2, 2026
One-click install
npx skills add https://github.com/JuanTrujilloDev/agent-config-template --skill integrate-juantrujillodev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: integrate
Source: https://github.com/JuanTrujilloDev/agent-config-template/tree/main/cursor/.claude/skills/integrate
Command: npx skills add https://github.com/JuanTrujilloDev/agent-config-template --skill integrate-juantrujillodev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Connecting a new external tool to an AI coding agent via MCP often involves guessing at configuration JSON, trusting unverified community servers, or silently overwriting existing settings. This Skill enforces a research-first, confirmation-gated process so integrations are accurate, disclosed, and reversible. ## Core Features & Use Cases - Verified research: Searches official vendor documentation and repositories for the canonical MCP server, labeling community servers and flagging security implications before any change. - Plan-and-confirm gate: Shows the exact mcpServers JSON entry, install command, environment variables, and affected files, then stops until the user explicitly approves. - Surgical application: Merges only the named server entry into .claude/mcp.json, preserves unrelated keys, adds one documentation bullet under ### MCP Servers in CLAUDE.md, and verifies no literal secrets were written. - Use Case: You want to connect a ticket tracker to your agent. The Skill researches the official MCP server, shows you the exact config diff, and only after your approval writes the entry and optionally sets ticket_tracker in answers.env. ## Quick Start Ask the agent to integrate a specific external tool through MCP, for example by naming the ticket tracker or service you want connected.

Frequently Asked Questions about integrate

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

FAQPage Schema
How do I add an MCP server to Claude Code configuration?▼

Add an entry under mcpServers in .claude/mcp.json with the server's package, transport, and environment variables. This Skill researches the official server first, shows the exact JSON entry, and merges it only after your explicit confirmation.

How do I connect an external tool to my AI coding agent safely?▼

Verify the tool has an official MCP server from vendor documentation, review its install method and security implications, then add its configuration with ${ENV_VAR} placeholders instead of literal secrets. The Skill enforces this research-then-confirm workflow.

What happens if only a community MCP server exists for a tool?▼

The Skill labels it clearly as a community server and verifies its source, maintenance status, install method, and security implications before proposing it. You still review and approve the plan before anything is installed or written.

Will adding a new MCP server overwrite my existing configuration?▼

No. The Skill parses the existing .claude/mcp.json first, merges only the named mcpServers entry, and preserves every unrelated key and server. If the file is invalid JSON, it stops without making changes.

What if the MCP server research fails or I am offline?▼

The Skill makes no changes when research fails or the environment is offline. It asks you for the canonical package or URL, or provides manual JSON wiring instructions, then stops.