Kubit Plugin
You spend most of your day developing your AI agents in Claude Code or Cursor. There is no need to bounce between dashboards and trace logs when you need to find insights about how agents are working out. Kubit Plugin contains a set of skills to feed the complete context with user behavior and LLM traces into your dev workflow.
Solve it where you build it.
Prerequisites
Claude Code or Cursor
Python (suggest install uv)
Install
npx @kubit-ai/agent-plugin
Choose target, installation scope and restart your coding agent.
Uninstall
npx @kubit-ai/agent-plugin -u
How it works
MCP Bridge: Kubit Skills act as specialized tools that the Model Context Protocol (MCP) server exposes to your coding agent (like Claude or Cursor). This allows the AI to translate your natural language requests into specific Kubit actions, such as fetching traces or generating reports, by sending structured commands to the Kubit platform.
OAuth Security: The MCP connection is secured through OAuth authentication tied to your browser session. When the AI attempts to access data, the MCP server validates your identity via your existing Kubit login; this ensures the AI can only interact with the specific datasets and dashboards your user account is authorized to see.
Next steps
Learn more about Kubit Skills