Skip to content

Commit 66d6423

Browse files
ericyangpanclaude
andcommitted
feat(manifests): add Cursor CLI
Add official Cursor CLI tool for AI-powered code editing from the command line. Enables Cursor's powerful AI assistance in terminal workflows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 6755ed4 commit 66d6423

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed

manifests/clis/cursor-cli.json

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"$schema": "../$schemas/cli.schema.json",
3+
"id": "cursor-cli",
4+
"name": "Cursor CLI",
5+
"description": "AI-powered command-line agent for coding directly from your terminal. Interact with AI to write, review, and modify code with frontier models from multiple providers.",
6+
"translations": {
7+
"zh-Hans": {
8+
"description": "AI 驱动的命令行编码代理,直接在终端中编码。与 AI 交互以编写、审查和修改代码,支持多个提供商的前沿模型。"
9+
},
10+
"de": {
11+
"description": "KI-gestützter Befehlszeilen-Agent zum Codieren direkt vom Terminal aus. Interagieren Sie mit KI, um Code mit Frontier-Modellen mehrerer Anbieter zu schreiben, zu überprüfen und zu ändern."
12+
},
13+
"ko": {
14+
"description": "터미널에서 직접 코딩할 수 있는 AI 기반 명령줄 에이전트입니다. 여러 제공업체의 최첨단 모델로 AI와 상호 작용하여 코드를 작성, 검토 및 수정합니다."
15+
}
16+
},
17+
"verified": false,
18+
"websiteUrl": "https://cursor.com/cli",
19+
"docsUrl": "https://cursor.com/docs/cli/overview",
20+
"vendor": "Anysphere",
21+
"latestVersion": "2025.11.25-e276529",
22+
"githubUrl": "https://github.com/cursor/cursor",
23+
"license": "Proprietary",
24+
"pricing": [
25+
{
26+
"name": "Hobby",
27+
"value": 0,
28+
"currency": "USD",
29+
"per": "Month",
30+
"category": "Individual"
31+
},
32+
{
33+
"name": "Pro",
34+
"value": 20,
35+
"currency": "USD",
36+
"per": "Month",
37+
"category": "Individual"
38+
},
39+
{
40+
"name": "Pro+",
41+
"value": 60,
42+
"currency": "USD",
43+
"per": "Month",
44+
"category": "Individual"
45+
},
46+
{
47+
"name": "Ultra",
48+
"value": 200,
49+
"currency": "USD",
50+
"per": "Month",
51+
"category": "Individual"
52+
},
53+
{
54+
"name": "Teams",
55+
"value": 40,
56+
"currency": "USD",
57+
"per": "user/Month",
58+
"category": "Team"
59+
},
60+
{
61+
"name": "Enterprise",
62+
"value": null,
63+
"currency": "USD",
64+
"per": "Custom",
65+
"category": "Enterprise"
66+
}
67+
],
68+
"resourceUrls": {
69+
"download": null,
70+
"changelog": "https://cursor.com/changelog",
71+
"pricing": "https://cursor.com/pricing",
72+
"mcp": null,
73+
"issue": "https://github.com/cursor/cursor/issues"
74+
},
75+
"communityUrls": {
76+
"linkedin": "https://www.linkedin.com/company/cursorai",
77+
"twitter": "https://x.com/cursor_ai",
78+
"github": "https://github.com/cursor",
79+
"youtube": "https://www.youtube.com/@cursor_ai",
80+
"discord": null,
81+
"reddit": "https://www.reddit.com/r/cursor",
82+
"blog": "https://cursor.com/blog"
83+
},
84+
"relatedProducts": [
85+
{
86+
"type": "ide",
87+
"productId": "cursor"
88+
}
89+
],
90+
"platforms": [
91+
{
92+
"os": "macOS",
93+
"installPath": null,
94+
"installCommand": "brew install --cask cursor-cli",
95+
"launchCommand": "cursor-agent"
96+
},
97+
{
98+
"os": "Windows",
99+
"installPath": null,
100+
"installCommand": "curl https://cursor.com/install -fsS | bash",
101+
"launchCommand": "cursor-agent"
102+
},
103+
{
104+
"os": "Linux",
105+
"installPath": null,
106+
"installCommand": "curl https://cursor.com/install -fsS | bash",
107+
"launchCommand": "cursor-agent"
108+
}
109+
]
110+
}

0 commit comments

Comments
 (0)