Skip to content

Commit 5dfa336

Browse files
Add prominent cross-link to cursor-usage-tracker dashboard
The dashboard mention was buried at the bottom. Now it shows right below the intro and in the badges so people landing on npm or GitHub see the relationship immediately. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a9dd6d0 commit 5dfa336

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" /></a>
1313
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-strict-blue" alt="TypeScript" /></a>
1414
<a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-green" alt="MCP" /></a>
15+
<a href="https://www.npmjs.com/package/cursor-usage-mcp"><img src="https://img.shields.io/npm/v/cursor-usage-mcp" alt="npm" /></a>
16+
<a href="https://github.com/ofershap/cursor-usage-tracker"><img src="https://img.shields.io/badge/dashboard-cursor--usage--tracker-blue" alt="Dashboard" /></a>
1517
</p>
1618

1719
---
@@ -34,6 +36,8 @@ You manage a Cursor Enterprise team. You want to know who's spending what, which
3436
3537
This plugin gives your agent the tools and knowledge to answer those questions using the Cursor Enterprise API directly.
3638

39+
> **Part of the [cursor-usage-tracker](https://github.com/ofershap/cursor-usage-tracker) ecosystem.** This plugin handles quick questions in the IDE. The tracker is the full open-source dashboard with charts, three-layer anomaly detection, Slack/email alerts, and incident lifecycle tracking. Use them together or separately.
40+
3741
## What's Included
3842

3943
| Component | What it does |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cursor-usage-mcp",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "MCP server and Cursor plugin for querying Cursor Enterprise usage, spending, and analytics",
55
"type": "module",
66
"main": "dist/server.js",

0 commit comments

Comments
 (0)