Agent capability

mcp-provider-registry-operations

Configure, review, test, and operate the declarative remote-provider registry in the mm-skills MCP router. Use when adding a Streamable HTTP MCP, assigning a namespace, choosing compact or expanded exposure, setting credential environment variables, enforcing read-only or allow policies, troubleshooting initialization, or evaluating whether an external MCP is safe to route.

Apache-2.0 Requires the mm-skills 0.4.0 router or newer. Remote providers must expose Streamable HTTP MCP over HTTPS, except localhost development explicitly enabled with MCP_REMOTE_ALLOW_HTTP=true. 1 files 3,815 bytes

Runtime provisioning

Provision this capability

The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.

Shared Agent Skills

User scope: ~/.agents/skills/mcp-provider-registry-operations

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mcp-provider-registry-operations --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/mcp-provider-registry-operations

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mcp-provider-registry-operations --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/mcp-provider-registry-operations

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mcp-provider-registry-operations --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/mcp-provider-registry-operations

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mcp-provider-registry-operations --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'mcp-provider-registry-operations' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
SKILL.md 3,815 346a33cf10c91c3a…