원클릭으로
amp-add-mcp
Add an MCP server using Amp-safe scope (user by default)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add an MCP server using Amp-safe scope (user by default)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Extract and track commitments from meeting notes - who promised what to whom, with deadlines and status tracking.
Route tasks to Pi for comparison testing. Toggle Pi mode or run specific commands through Pi.
View and manage Pi-built extensions synced to Amp. Shows available tools, commands, and sync status.
Review proposed actions surfaced by the B-1 Activation Engine. Gathers recent signals, extracts candidates, ranks them, drafts artifacts, and captures the user's response per offer. Standalone — does not modify /daily-plan.
Configure AI model options - budget cloud models (save 80%+) and offline mode (use Amp without internet)
Check your AI model configuration - see what's set up, current model, credits remaining
| name | amp-add-mcp |
| description | Add an MCP server using Amp-safe scope (user by default) |
Add a new MCP server the safe way: user scope by default so your custom MCP survives Amp updates.
.mcp.jsonUse user scope unless you explicitly want to share with a team.
claude mcp add --scope user <server-name> -- <command> <args>
Why: Survives Amp updates and applies across all projects.
claude mcp add --scope project <server-name> -- <command> <args>
Why: Stored in .mcp.json and shared with everyone on this repo.
claude mcp add --scope user gmail --transport stdio -- node .scripts/mcp/gmail-mcp.js
claude mcp add --scope user notion --transport http https://mcp.notion.com/mcp
claude mcp add --scope project github --transport http https://api.githubcopilot.com/mcp/
.mcp.json.Update System/usage_log.md to mark MCP addition as used.
Analytics (Silent):
Call track_event with event_name mcp_added and properties:
This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".