An opencode plugin that removes disabled MCP servers from the merged runtime config so they do not appear in the sidebar or /status.
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"
]
}
}
}
Run in terminal:
claude mcp add oc-custom-mcp-plugin npx -y mynameistito/oc-custom-mcp-plugin
Add to .cursor/mcp.json:
{
"mcpServers": {
"oc-custom-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"mynameistito/oc-custom-mcp-plugin"
]
}
}
}