[BUG] Plugin marketplace UI shows plugins as disabled but their tools remain available

Status Closed — not planned
Maintainer reply None cached
Activity 10 comments · opened Oct 20, 2025 · closed Feb 7, 2026

Preflight Checklist

  • [x] I have searched existing issues
  • [x] I am filing a single bug report
  • [x] I am using the latest version of Claude Code

What's Wrong?

The /plugin command UI shows plugins as disabled (◯) but their tools and skills remain available in the session. Tools prefixed with mcp__plugin_<name>_ and skills prefixed with <plugin-name>: are accessible despite their parent plugins being shown as disabled in the /plugin interface.

Note: Claude Code was restarted after disabling these plugins, but their tools still remain available to the agent.

What Should Happen?

When a plugin is shown as disabled in the /plugin UI (◯), its associated tools and skills should not be available in the Claude Code session. Only enabled plugins (◉) should have their functionality accessible. Restarting Claude Code should respect the disabled state and remove those tools from the session context.

Steps to Reproduce

  1. Install plugins from a marketplace
  2. Enable some plugins via the /plugin UI
  3. Restart Claude Code completely
  4. Disable those same plugins via the plugin UI (they should show as ◯)
  5. Restart Claude Code completely
  6. Run /plugin command - verify plugins show as disabled (◯)
  7. Ask Claude to list available tools or check which tools are available
  8. Observe that tools prefixed with mcp__plugin_<disabled-plugin-name>_ are still available
  9. These tools are functional despite their parent plugins being shown as disabled

Claude Model

Sonnet 4.5 (claude-sonnet-4-5-20250929)

Is This a Regression?

Unknown - not sure if this ever worked correctly

Claude Code Version

2.0.24 (Claude Code)

Platform

Anthropic API

Operating System

Linux (Fedora 41 - Linux 6.16.7-100.fc41.x86_64)

Terminal/Shell

bash (/usr/bin/bash)

Error Messages/Logs

N/A - No error messages, the tools simply remain available despite UI showing plugins as disabled.

Additional Information

This issue affects plugin marketplace installations. The plugin UI state (enabled ◉ vs disabled ◯) does not match the actual runtime availability of plugin tools and skills.

Tool naming confirms they come from the plugins (e.g., mcp__plugin_<name>_* pattern for MCP tools, <plugin-name>:<skill> pattern for skills).

This appears related to issue #6320 (Denied MCP tools have their tool prompt in the context) and #8888 (MCP server disabled config not being respected), but specifically affects the plugin marketplace UI state vs. runtime state.

View original on GitHub ↗

10 Comments

github-actions[bot] · 10 months ago

Found 2 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/8888
  2. https://github.com/anthropics/claude-code/issues/6320

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

rawveg · 10 months ago

I've encountered this problem too, but it's not related to MCP servers. I've also found that with this same issue it affects the uninstall of plugins too. So you uninstall a plugin, interface tells you too apply, and then restart CC to complete the uninstall, but then when you do that and return, the plugin is still there. Worse still, is that if an update to the plugin is subsequently published, you can't install the update either.

kylesnowschwartz · 10 months ago

I believe the reason is that uninstalling or disabling the plugin is not removing it from your user .claude/settings.json file. I've noticed this as well - requires manual deletion from the plugins section.

I've noticed a similar problem too. I've configured a Marketplace with a single plugin that should only be loading the 'skills' directory - but it's loading all the commands and namespacing it under the skills plugin. In other words, it's loading too much.

Manouchehri · 10 months ago
but it's loading all the commands and namespacing it under the skills plugin. In other words, it's loading too much.

Yeah, same problem here. Defeats one of the advantages that I was hoping to get with plugins. =/

github-actions[bot] · 8 months ago

This issue has been inactive for 30 days. If the issue is still occurring, please comment to let us know. Otherwise, this issue will be automatically closed in 30 days for housekeeping purposes.

kylesnowschwartz · 8 months ago

Still an issue for some plugins. Depends on correct plugin configuration.

sstawiarski-ps · 7 months ago

I'm seeing this with the Sentry plugin

github-actions[bot] · 6 months ago

This issue has been automatically closed due to 60 days of inactivity. If you're still experiencing this issue, please open a new issue with updated information.

marcindulak · 6 months ago

This issue was closed incorrectly despite recent human comments. This behavior of the bot is reported at https://github.com/anthropics/claude-code/issues/16497. Please upvote that issue, so maybe it gets noticed.

github-actions[bot] · 6 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.