Skip to main content

Plugins

The Plugin Inventory provides an organized view of MCP servers grouped by category and publisher, making it easier to manage and audit the tools your team uses with AI coding assistants.

What Are Plugins?

Plugins are an abstraction layer over MCP servers. While MCP servers are identified by name (e.g. playwright, github), plugins add metadata like category, publisher, and description to help you understand and manage your tooling landscape.

Key Features

Inventory View

The Plugins page (/analytics/plugins) shows all plugins detected across your organization:

  • Name and description from the plugin registry
  • Category (e.g. testing, version control, database)
  • Publisher information
  • Usage metrics - call count, cost, error rate
  • Trust and risk scores

Plugin Detail

Click any plugin to see:

  • Detailed usage over time
  • Per-tool breakdown within the plugin
  • Users who interact with the plugin
  • Risk assessment and trust score

API Endpoints

  • GET /insights/plugins - Plugin inventory
  • GET /insights/plugins/{plugin_id} - Plugin detail

See Insights & Analytics for full API documentation.

Availability

Plugin inventory requires an Enterprise plan.

Plugins - Intentra Docs