MCP Server Pack
v1.0.0Managed MCP servers: filesystem-secure, memory-enhanced, github, postgres, websearch, rss. Provides connection details and auto-config for OpenClaw agents. S...
Like a lobster shell, security has layers — review code before you run it.
License
SKILL.md
MCP Server Pack
One subscription gives you access to a curated set of production-ready MCP servers. No need to find, build, or maintain them yourself.
Included Servers
| Server | Purpose | Access |
|---|---|---|
| filesystem-secure | File system access with sandbox (chroot) | Read/write within allowed roots |
| memory-enhanced | Memory server with WAL + compaction survival | Persistent JSON store |
| github | GitHub API integration (issues, PRs, repos, search) | Requires GitHub token |
| postgres | PostgreSQL read-only queries | Requires DB connection string |
| websearch | Web search via DuckDuckGo + Brave | No API key needed |
| rss | RSS/Atom feed aggregator | Public feeds |
How It Works
Option A: Cloud Hosted (Subscription)
- We host the MCP servers on our infrastructure
- You get a unique connection URL (wss://mcp.openclaw.ai/server)
- No setup — just add to your OpenClaw
mcpconfig - Usage metered, included in $29/mo
Option B: Self-Hosted (Free with skill)
- The skill downloads Docker images or binaries
- You run them locally (Docker recommended)
- Skill provides
docker-compose.ymland manages lifecycle - No recurring fee, but you manage infrastructure
Tools
mcp_list
{}
Returns list of available servers with status (cloud_available, self_hosted_available, description).
mcp_config_generate
{
"servers": ["filesystem-secure", "github"]
}
Returns OpenClaw mcp configuration JSON:
{
"mcp": {
"servers": {
"filesystem-secure": {
"command": "docker",
"args": ["run", "-i", "--rm", "-v", "/path/to/allowed:/data", "openclaw/mcp-filesystem-secure"]
},
"github": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "mcp-github"],
"env": {"GITHUB_TOKEN": "..."}
}
}
}
}
Pricing
- Cloud access: $29/mo per agent (unlimited server usage)
- Self-hosted: Free (you run the servers yourself)
Cloud includes:
- 24/7 uptime SLA (99.5%)
- Automatic updates
- Scalable throughput
- Support via ClawHub DM
FAQ
Q: Can I mix cloud and self-hosted?
A: Yes. Use mcp_config_generate to get configs for hybrid setups.
Q: Is data sent to cloud?
A: For cloud servers yes, but encrypted in transit (TLS). For filesystem, your data stays local unless you mount remote volumes.
Q: How do I get a GitHub token for github server?
A: Create a fine-grained PAT with issues:read, pull_requests:read, repo:status scopes.
Q: Can I add my own MCP servers?
A: Yes, the skill supports custom entries via mcp_config_append.
This pack turns MCP from a curiosity into a production integration platform.
Files
1 totalComments
Loading comments…
