← Back to Skills Marketplace
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcp-server-pack
Description
Managed MCP servers: filesystem-secure, memory-enhanced, github, postgres, websearch, rss. Provides connection details and auto-config for OpenClaw agents. S...
Usage Guidance
Do not assume the skill will automatically download or run server software — the published package contains only an instruction file. Before installing or running anything generated by this skill: 1) Ask the publisher for the install scripts or source code that implement the claimed 'self-host' lifecycle and verify them; 2) Inspect any docker-compose.yml or docker/npx commands the skill outputs before executing; avoid mounting sensitive host paths (do not run with -v /:/host or other broad mounts); 3) Provide credentials (GitHub PAT, DB strings) only with least privilege and only after you trust the code that will use them; 4) Prefer cloud access only if you trust the specified endpoint (wss://mcp.openclaw.ai) and verify the provider's identity and privacy terms; 5) If you need stronger assurance, request a concrete install spec (how images/binaries are obtained, checksums, official release URLs) or run initial tests in an isolated sandbox.
Capability Analysis
Type: OpenClaw Skill
Name: mcp-server-pack
Version: 1.0.0
The skill bundle is a configuration utility for Model Context Protocol (MCP) servers, providing documentation and tools to generate connection settings for various services (filesystem, GitHub, Postgres, etc.). The tools defined in SKILL.md (mcp_list and mcp_config_generate) are marked as read_only and serve the stated purpose of assisting with agent configuration. No malicious code, data exfiltration logic, or harmful prompt injection attempts were identified.
Capability Assessment
Purpose & Capability
The README claims both cloud hosting and a self-hosted mode that 'downloads Docker images or binaries' and 'manages lifecycle', but the published skill is instruction-only with no install spec or code to perform downloads or lifecycle management. The examples also reference commands (docker, npx) and credentials (GITHUB_TOKEN, DB connection string) that are not declared in the skill metadata.
Instruction Scope
SKILL.md generates configs that include docker run commands with host volume mounts and an npx command that would fetch remote code at runtime. While the skill text doesn't explicitly read local files itself, the generated commands — if executed — can expose local filesystem paths and environment variables. The file also states the skill will 'manage lifecycle', which is unsupported by the package contents.
Install Mechanism
The skill contains no install spec (low technical risk in itself), yet the documentation claims the skill will download images/binaries for self-hosting. That claim is unsupported by the package. Additionally, the sample config uses 'npx -y mcp-github' which, when run by a user, will fetch and execute code from npm — a legitimate pattern but a runtime risk that should be made explicit.
Credentials
The skill refers to credentials (GITHUB_TOKEN, a Postgres connection string) and suggests how to create them, but the skill metadata lists no required env vars or primary credential. This omission is an incoherence: the generated configs will expect secrets, yet the skill does not declare or document how those secrets are provided or validated.
Persistence & Privilege
The skill is not always-enabled, allows user invocation, and does not request persistent system privileges. There is no install-time persistence or modification of other skills indicated in the package.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcp-server-pack - After installation, invoke the skill by name or use
/mcp-server-pack - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — managed MCP servers: filesystem-secure, memory-enhanced, github, postgres, websearch, rss
Metadata
Frequently Asked Questions
What is MCP Server Pack?
Managed MCP servers: filesystem-secure, memory-enhanced, github, postgres, websearch, rss. Provides connection details and auto-config for OpenClaw agents. S... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install MCP Server Pack?
Run "/install mcp-server-pack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MCP Server Pack free?
Yes, MCP Server Pack is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MCP Server Pack support?
MCP Server Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MCP Server Pack?
It is built and maintained by NeroAgent (@neroagent); the current version is v1.0.0.
More Skills