mcp-configurator
SolidAdd or update workspace MCP servers using holaOS mcp_registry syntax.
AI & Automation 11,205 stars
722 forks Updated 3 weeks ago NOASSERTION
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# MCP Configurator
Use this skill when the task is to add, remove, or update MCP access in a holaOS workspace.
## Core Rules
1. Edit `workspace.yaml` at the workspace root. Do not create `mcp.json`, `.cursor/mcp.json`, `claude_desktop_config.json`, or another generic MCP config unless the user explicitly asks for that format.
2. Workspace-level MCP lives under `mcp_registry`.
3. Tool ids in `mcp_registry.allowlist.tool_ids` must use strict `server.tool` syntax.
4. Omitting `mcp_registry.allowlist.tool_ids` or setting it to `[]` means all discovered tools from enabled configured servers stay available for that run.
5. Mixed mode is valid: some servers can be constrained by explicit allowlisted tool ids while other enabled servers stay discover-all.
6. This embedded skill is guidance only. When the user asks to add MCP to a workspace, update the target workspace config instead of writing new files under `runtime/harnesses/src/embedded-skills/`.
## Remote Server Shape
Use this shape for remote HTTP MCP servers:
```yaml
mcp_registry:
servers:
context7:
type: remote
url: https://mcp.context7.com/mcp
enabled: true
timeout_ms: 30000
headers:
CONTEXT7_API_KEY: "{env:CONTEXT7_API_KEY}"
allowlist:
tool_ids:
- context7.lookup
- context7.search
```
Header values must be either:
- a literal secret value
- or `{env:ENV_VAR_NAME}`
This is invalid:
```yaml
headers:
CONTEXT7_API_KEY: "{env:ctx7sk-live-abc123}"
```
That i...
Details
- Author
- holaboss-ai
- Repository
- holaboss-ai/holaOS
- Created
- 5 months ago
- Last Updated
- 3 weeks ago
- Language
- TypeScript
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
add-mcp
Wire an MCP server into Claude Code from a pasted JSON `mcpServers` block, via `claude mcp add` rather than hand-editing config files.
4 Updated 2 days ago
furkankoykiran AI & Automation Featured
mcp-setup
Configure Model Context Protocol servers for GTM workflows — server selection, tool scope, permissions, guardrails, observability, and multi-tool orchestration. Use when connecting CRM, enrichment, sequencing, analytics, or support tools to AI agents through MCP.
49 Updated 4 days ago
LeadMagic AI & Automation Featured
mcp-operations
Operate and maintain the local MCP server for this project. Use when creating MCP host config, troubleshooting tool connectivity, modifying tool domains, or adjusting safety policy flags.
989 Updated 2 days ago
hoangsonww