Add MCP Server — Development skill for Claude Code
Add an MCP server to the current project the safe way — pick the transport and scope, wire secrets through env vars, vet provenance, and verify the connection before trusting it.
How to install Add MCP Server
Installs to ~/.claude/skills/imtiazrayhan-agentscamp-library-add-mcp-server/SKILL.md
mkdir -p ~/.claude/skills/imtiazrayhan-agentscamp-library-add-mcp-server && curl -fsSL https://raw.githubusercontent.com/imtiazrayhan/agentscamp-library/HEAD/commands/add-mcp-server.md -o ~/.claude/skills/imtiazrayhan-agentscamp-library-add-mcp-server/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Add MCP Server does
description: "Add an MCP server to the current project the safe way — pick the transport and scope, wire secrets through env vars, vet provenance, and verify the connection before trusting it." argument-hint: "" allowed-tools: "Read, Grep, Glob, Bash, Edit" model: sonnet
Scope
Treat `$ARGUMENTS` as the MCP server to add: a name plus a launch command (for local **stdio**) or a URL (for remote **Streamable HTT
Alternatives in Development
- Canvas API — Canvas LMS API connection guide and MCP tools reference 2.6k ★
- 10 Context And Prompts — Prompt 10: Wire Up System Prompt, Context Gathering & Memory System 2.3k ★
- Vet — Vet the staged change: run the implement-review review loop (short alias) 239 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Env Check
Validate local development environment setup. Checks Python version, dependencies, env vars, config files, and
n8n Env
View, set, or validate env vars for a project
Claude Code Schema
Machine-readable, versioned schema of Claude Code's configuration surface — settings, env vars, CLI flags, and
Claude Code Profiles
Manage multiple Claude Code profiles: switch accounts, providers, and env vars with one command
Register API
Register an HTTP/WebSocket API as a connection skill (key in env) — project-with-reflect
Zotero Setup
First-run setup for zotero-provenance — pick a library, create the collection, store credentials
Related Agents
Docs Auditor
Audits Forge documentation for drift against the code. Checks that README counts, ARCHITECTURE hot paths, SETU
Light Security ClaudeSettingsAudit
Audit Claude Code config files (settings.json, settings.local.json, .mcp.json) for unsafe or malicious content
Readme Validator
Validate and fix every claim in a README. Line-by-line verification of install commands, features, endpoints,