mcp-setup

mcp-setup is a command for Claude Code from mars-mx/vibesaas. It costs 0 tokens per session (1,287 once invoked), scanned A, original, MIT.

A command guide for setting up MCP servers, which let an AI coding tool connect to external services and retrieve or organize context. It lists three servers and the accounts, software, and credentials needed.

In plain words
What is it for?
Use it when configuring Context7, Zilliz Claude Context, and Sequential Thinking for Claude Code.
Why use it?
It turns a multi-step setup into a documented checklist and makes missing prerequisites or API keys easier to identify.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/mars-mx/vibesaas/mcp-setup
Clone the repo
git clone --depth 1 https://github.com/mars-mx/vibesaas

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/mars-mx/vibesaas/mcp-setup.svg)](https://agentmods.dev/commands/mars-mx/vibesaas/mcp-setup)
Your own site
<a href="https://agentmods.dev/commands/mars-mx/vibesaas/mcp-setup"><img src="https://agentmods.dev/badge/commands/mars-mx/vibesaas/mcp-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,287 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01287
Opus 5 $0.00000 $0.00643
Sonnet 5 $0.00000 $0.00257
Haiku 4.5 $0.00000 $0.00129

Measured 4d ago against content hash 2c43dec5e721, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/setup/mcp-setup.md · 146 lines

How it starts

The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Setup Command

You are tasked with setting up MCP (Model Context Protocol) servers for the user. Follow these steps to configure the required servers.

Required MCP Servers

  1. Upstash Context7 MCP - Enhanced context management

  2. Zilliz Claude Context - Vector database integration for context retrieval

  3. Sequential Thinking Server - Structured problem-solving capabilities

Setup Instructions for Claude

When the user requests MCP setup, follow these steps:

Step 1: Verify Prerequisites

  • Check if Node.js is installed: node --version
  • Check if npm is available: npm --version
  • Inform the user they need a Smithery account at https://smithery.ai

Step 2: Guide User to Obtain API Keys

Tell the user they need to:

  1. Smithery API Key (required for Smithery servers):

    • Navigate to https://smithery.ai
    • Create an account or log in
    • Go to profile/API settings to get their API key
  2. Upstash Credentials (for Context7):

  3. Zilliz Credentials (for Claude Context):

Step 3: Install MCP Servers via Smithery CLI

Use the Smithery CLI with proper authentication. The user will need to provide their Smithery profile and key:

# Install Sequential Thinking Server
echo "n" | npx -y @smithery/cli@latest install @smithery-ai/server-sequential-thinking \
  --client claude \
  --profile <user-profile> \
  --key <smithery-api-key>

# Install Upstash Context7 MCP
echo "n" | npx -y @smithery/cli@latest install @upstash/context7-mcp \
  --client claude \
  --profile <user-profile> \
  --key <smithery-api-key>

Read the full file on GitHub · 146 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 146 lines · 0 tokens per session scan A 2c43dec5e721

Subscribe to this mod's changes

mcp-setup is a command published in the GitHub repository mars-mx/vibesaas (5 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,287 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.