← 返回 Skills 市场
137
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install mcp-config
功能描述
MCP server configuration and diagnostics. add - add server (scope selection + registration) [add.md], move - change server scope (project→local, local→user)...
使用说明 (SKILL.md)
MCP Server Configuration
Correctly add and manage MCP servers in the .mcp.json file.
Topics
| Topic | Description | Guide |
|---|---|---|
| add | Add server (scope selection + registration + validation) | add.md |
| catalog | Catalog of commonly used MCP servers | catalog.md |
| diagnostics | Connection failure diagnosis and troubleshooting | diagnostics.md |
| format | JSON format reference (differences per agent) | format.md |
| move | Change server scope (project→local, local→user) | move.md |
Quick Reference
"add MCP" → add topic (scope selection → registration)
"add context7" → add topic + refer to catalog for config
"move MCP" → move topic (scope change: remove + re-add)
"MCP format" → format topic (JSON differences per agent)
"MCP server list" → catalog topic
"MCP connection failed" → diagnostics topic (connection troubleshooting)
"Failed to reconnect" → diagnostics topic
Core Rules
- New MCP server = register as a separate key (do not put inside an existing server's
env) - Scope selection AskUserQuestion required (global vs project, agent selection)
- Antigravity requires
transport: "stdio"
安全使用建议
This is a documentation-only skill that tells you how to use the claude mcp CLI, where MCP configs live, and how to debug connections. It will tell you to read files in your home directory and to run shell commands (ls, cat, claude mcp list/get/remove/add) — those are expected for diagnostics. Before following the examples, verify any third‑party npm/uvx packages (e.g., @utcp/code-mode-mcp, @upstash/context7-mcp, @anthropics/mcp-playwright, postgres-mcp) because running npx/uvx will execute code downloaded from package registries. Never commit secrets (API_KEY, DATABASE_URI) into project-scoped .mcp.json; prefer local/user scopes for sensitive values. If you need higher assurance, inspect the referenced packages/repos and backup your config files before making changes.
功能分析
Type: OpenClaw Skill
Name: mcp-config
Version: 0.1.2
The mcp-config skill bundle is a legitimate utility designed to help AI agents manage Model Context Protocol (MCP) server configurations. It provides detailed procedures for adding, moving, and diagnosing MCP servers across various platforms (Claude Code, Cursor, Antigravity), correctly emphasizing the use of official CLI tools like 'claude mcp add' and 'uvx'. The bundle includes a catalog of common servers and diagnostic steps (diagnostics.md) that are consistent with its stated purpose, and it incorporates safety measures by requiring user confirmation (AskUserQuestion) for scope changes.
能力标签
能力评估
Purpose & Capability
Name/description match content: the files only describe how to add/move/list/diagnose MCP servers and reference agent-specific config files and CLI commands (claude mcp). There are no unrelated credentials, binaries, or installs required.
Instruction Scope
Instructions legitimately reference reading agent config files (~/.claude.json, .mcp.json, plugin cache, debug logs) and running CLI commands (claude mcp, npx, uvx) for diagnostics and validation — this is coherent with server configuration/diagnostics. Note: the docs include examples that run third‑party packages (npx @.../mcp) and explicit shell commands (ls, cat); those will execute remote code if the user runs them, so exercise the usual caution before running npx/uvx commands from untrusted packages.
Install Mechanism
Instruction-only skill with no install spec and no downloaded artifacts; nothing is written to disk by the skill itself.
Credentials
The skill declares no required env vars or credentials. Examples show API_KEY or DATABASE_URI as typical server config entries; those are illustrative and reasonable for MCP servers, and the docs explicitly warn not to commit secrets to project scope.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills; autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mcp-config - 安装完成后,直接呼叫该 Skill 的名称或使用
/mcp-config触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Add diagnostics topic for MCP connection failure troubleshooting, add move topic for scope changes
v0.1.1
Merge mcp-connection-diagnostics as diagnostics topic, translate Korean triggers to English
v0.1.0
Initial release: add, format, catalog topics for MCP server configuration
元数据
常见问题
MCP Config 是什么?
MCP server configuration and diagnostics. add - add server (scope selection + registration) [add.md], move - change server scope (project→local, local→user)... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 MCP Config?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcp-config」即可一键安装,无需额外配置。
MCP Config 是免费的吗?
是的,MCP Config 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MCP Config 支持哪些平台?
MCP Config 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MCP Config?
由 es6kr(@drumrobot)开发并维护,当前版本 v0.1.2。
推荐 Skills