oc-custom-mcp-plugin

mynameistito/oc-custom-mcp-plugin
★ 0 stars TypeScript Code/Dev Tools Updated today
An opencode plugin that removes disabled MCP servers from the merged runtime config so they do not appear in the sidebar or /status.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oc-custom-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "mynameistito/oc-custom-mcp-plugin"
      ]
    }
  }
}