imtiazrayhan

Add MCP Server — Development skill for Claude Code

Development community

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

Terminal
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 Repository