config-mcp

config-mcp is a skill for Claude Code from vibesurf-ai/claude-surf. It costs 36 tokens per session (816 once invoked), scanned A, original, MIT.

A configuration tool for managing MCP profiles, which connect an AI assistant to external tools and data sources.

In plain words
What is it for?
Use it to create and maintain MCP server profiles, change their parameters, view existing profiles, and control which MCP tools are enabled.
Why use it?
It keeps MCP server connections and their settings in one place, so you can add, update, list, or disable integrations without handling each one separately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the surf plugin — 21 skills, 1 hook shipped together

Good fit Use it to create and maintain MCP server profiles, change their parameters, view existing profiles, and control which MCP tools are enabled.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vibesurf-ai/claude-surf/config-mcp
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.

Any agent
npx skills add vibesurf-ai/claude-surf --skill config-mcp
Clone the repo
git clone --depth 1 https://github.com/vibesurf-ai/claude-surf

Made for: Claude Code.

Or install surf, the plugin that ships this one along with the rest of its 21 skills, 1 hook.

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 config-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/vibesurf-ai/claude-surf/config-mcp/github.svg)](https://agentmods.dev/skills/vibesurf-ai/claude-surf/config-mcp)
Your own site
<a href="https://agentmods.dev/skills/vibesurf-ai/claude-surf/config-mcp"><img src="https://agentmods.dev/badge/skills/vibesurf-ai/claude-surf/config-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for config-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/vibesurf-ai/claude-surf/config-mcp"><img src="https://agentmods.dev/badge/skills/vibesurf-ai/claude-surf/config-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 816 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00036 $0.00816
Opus 5 $0.00018 $0.00408
Sonnet 5 $0.00007 $0.00163
Haiku 4.5 $0.00004 $0.00082

Measured 11d ago against content hash 404111c917c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

config-mcp 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 11d 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.

skills/config-mcp/SKILL.md · 113 lines

How it starts

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

Config MCP - MCP Profile Management

Overview

Manage MCP (Model Context Protocol) profiles for VibeSurf. MCP allows integrating external tools and data sources with the AI.

When to Use

  • User wants to add a new MCP server
  • User needs to configure MCP integrations
  • User wants to update MCP server parameters
  • User needs to list or manage existing MCP profiles
  • User wants to enable/disable MCP tools

API Endpoints

Base path: $VIBESURF_ENDPOINT/api/config

MCP Profile Management

Action Method Endpoint Description
List Profiles GET /api/config/mcp-profiles?active_only=true List all MCP profiles
Get Profile GET /api/config/mcp-profiles/{mcp_id} Get specific profile details
Create Profile POST /api/config/mcp-profiles Create new MCP profile
Update Profile PUT /api/config/mcp-profiles/{mcp_id} Update existing profile

Request Examples

Create MCP Profile

POST /api/config/mcp-profiles
{
  "display_name": "My MCP Server",
  "mcp_server_name": "server-name",
  "mcp_server_params": {
    "command": "npx",
    "args": ["-y", "@modelcontextprotocol/server-name"],
    "env": {
      "API_KEY": "..."
    }
  },
  "description": "Description of what this MCP server does"
}

Update MCP Profile

PUT /api/config/mcp-profiles/{mcp_id}
{
  "display_name": "Updated Name",
  "mcp_server_params": {
    "command": "npx",
    "args": ["-y", "@modelcontextprotocol/server-name"],
    "env": {
      "API_KEY": "new-key"
    }
  }
}

Profile Fields

Field Type Required Description
display_name string Yes Human-readable name
mcp_server_name string Yes MCP server identifier
mcp_server_params object Yes Server configuration
description string No Profile description
is_active bool No Enable/disable profile

MCP Server Params

Field Type Description
command string Command to run (e.g., npx, uvx, docker)
args array Arguments for the command
env object Environment variables

Read the full file on GitHub · 113 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. 11d ago First seen · 113 lines · 36 tokens per session scan A 404111c917c8

Subscribe to this mod's changes

config-mcp is a skill published in the GitHub repository vibesurf-ai/claude-surf (24 stars, last pushed 7mo ago), licensed MIT. It adds 36 tokens to every session and 816 once invoked, about $0.0002 per session on Opus 5. 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-30.