opencode-agora 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +89 -415
- package/dist/atomic-write.d.ts +10 -0
- package/dist/atomic-write.d.ts.map +1 -0
- package/dist/atomic-write.js +23 -0
- package/dist/atomic-write.js.map +1 -0
- package/dist/auth/refresh.d.ts +17 -0
- package/dist/auth/refresh.d.ts.map +1 -0
- package/dist/auth/refresh.js +50 -0
- package/dist/auth/refresh.js.map +1 -0
- package/dist/cli/app.d.ts +11 -19
- package/dist/cli/app.d.ts.map +1 -1
- package/dist/cli/app.js +159 -2028
- package/dist/cli/app.js.map +1 -1
- package/dist/cli/commands/browse.d.ts +4 -0
- package/dist/cli/commands/browse.d.ts.map +1 -0
- package/dist/cli/commands/browse.js +80 -0
- package/dist/cli/commands/browse.js.map +1 -0
- package/dist/cli/commands/chat.d.ts +4 -0
- package/dist/cli/commands/chat.d.ts.map +1 -0
- package/dist/cli/commands/chat.js +125 -0
- package/dist/cli/commands/chat.js.map +1 -0
- package/dist/cli/commands/community.d.ts +12 -0
- package/dist/cli/commands/community.d.ts.map +1 -0
- package/dist/cli/commands/community.js +453 -0
- package/dist/cli/commands/community.js.map +1 -0
- package/dist/cli/commands/export.d.ts +3 -0
- package/dist/cli/commands/export.d.ts.map +1 -0
- package/dist/cli/commands/export.js +108 -0
- package/dist/cli/commands/export.js.map +1 -0
- package/dist/cli/commands/init.d.ts +4 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +299 -0
- package/dist/cli/commands/init.js.map +1 -0
- package/dist/cli/commands/learn.d.ts +4 -0
- package/dist/cli/commands/learn.d.ts.map +1 -0
- package/dist/cli/commands/learn.js +62 -0
- package/dist/cli/commands/learn.js.map +1 -0
- package/dist/cli/commands/marketplace.d.ts +9 -0
- package/dist/cli/commands/marketplace.d.ts.map +1 -0
- package/dist/cli/commands/marketplace.js +321 -0
- package/dist/cli/commands/marketplace.js.map +1 -0
- package/dist/cli/commands/notify.d.ts +3 -0
- package/dist/cli/commands/notify.d.ts.map +1 -0
- package/dist/cli/commands/notify.js +59 -0
- package/dist/cli/commands/notify.js.map +1 -0
- package/dist/cli/commands/operations.d.ts +16 -0
- package/dist/cli/commands/operations.d.ts.map +1 -0
- package/dist/cli/commands/operations.js +1041 -0
- package/dist/cli/commands/operations.js.map +1 -0
- package/dist/cli/commands/outdated.d.ts +3 -0
- package/dist/cli/commands/outdated.d.ts.map +1 -0
- package/dist/cli/commands/outdated.js +48 -0
- package/dist/cli/commands/outdated.js.map +1 -0
- package/dist/cli/commands/ping.d.ts +3 -0
- package/dist/cli/commands/ping.d.ts.map +1 -0
- package/dist/cli/commands/ping.js +56 -0
- package/dist/cli/commands/ping.js.map +1 -0
- package/dist/cli/commands/scan.d.ts +3 -0
- package/dist/cli/commands/scan.d.ts.map +1 -0
- package/dist/cli/commands/scan.js +35 -0
- package/dist/cli/commands/scan.js.map +1 -0
- package/dist/cli/commands/today.d.ts +3 -0
- package/dist/cli/commands/today.d.ts.map +1 -0
- package/dist/cli/commands/today.js +142 -0
- package/dist/cli/commands/today.js.map +1 -0
- package/dist/cli/commands/types.d.ts +5 -0
- package/dist/cli/commands/types.d.ts.map +1 -0
- package/dist/cli/commands/types.js +2 -0
- package/dist/cli/commands/types.js.map +1 -0
- package/dist/cli/commands/watch.d.ts +3 -0
- package/dist/cli/commands/watch.d.ts.map +1 -0
- package/dist/cli/commands/watch.js +41 -0
- package/dist/cli/commands/watch.js.map +1 -0
- package/dist/cli/commands/welcome.d.ts +3 -0
- package/dist/cli/commands/welcome.d.ts.map +1 -0
- package/dist/cli/commands/welcome.js +97 -0
- package/dist/cli/commands/welcome.js.map +1 -0
- package/dist/cli/commands-meta.d.ts.map +1 -1
- package/dist/cli/commands-meta.js +286 -29
- package/dist/cli/commands-meta.js.map +1 -1
- package/dist/cli/completions-gen.d.ts +2 -0
- package/dist/cli/completions-gen.d.ts.map +1 -0
- package/dist/cli/completions-gen.js +195 -0
- package/dist/cli/completions-gen.js.map +1 -0
- package/dist/cli/completions.d.ts.map +1 -1
- package/dist/cli/completions.js +42 -5
- package/dist/cli/completions.js.map +1 -1
- package/dist/cli/flags.d.ts +19 -0
- package/dist/cli/flags.d.ts.map +1 -0
- package/dist/cli/flags.js +91 -0
- package/dist/cli/flags.js.map +1 -0
- package/dist/cli/format.d.ts +19 -0
- package/dist/cli/format.d.ts.map +1 -0
- package/dist/cli/format.js +249 -0
- package/dist/cli/format.js.map +1 -0
- package/dist/cli/helpers.d.ts +95 -0
- package/dist/cli/helpers.d.ts.map +1 -0
- package/dist/cli/helpers.js +301 -0
- package/dist/cli/helpers.js.map +1 -0
- package/dist/cli/mcp-server.d.ts +7 -1
- package/dist/cli/mcp-server.d.ts.map +1 -1
- package/dist/cli/mcp-server.js +70 -2
- package/dist/cli/mcp-server.js.map +1 -1
- package/dist/cli/menu.d.ts.map +1 -1
- package/dist/cli/menu.js +11 -3
- package/dist/cli/menu.js.map +1 -1
- package/dist/cli/pages/community.d.ts +6 -0
- package/dist/cli/pages/community.d.ts.map +1 -1
- package/dist/cli/pages/community.js +882 -64
- package/dist/cli/pages/community.js.map +1 -1
- package/dist/cli/pages/helpers.d.ts +14 -9
- package/dist/cli/pages/helpers.d.ts.map +1 -1
- package/dist/cli/pages/helpers.js +37 -6
- package/dist/cli/pages/helpers.js.map +1 -1
- package/dist/cli/pages/home.d.ts +1 -0
- package/dist/cli/pages/home.d.ts.map +1 -1
- package/dist/cli/pages/home.js +203 -120
- package/dist/cli/pages/home.js.map +1 -1
- package/dist/cli/pages/marketplace.d.ts +2 -0
- package/dist/cli/pages/marketplace.d.ts.map +1 -1
- package/dist/cli/pages/marketplace.js +524 -62
- package/dist/cli/pages/marketplace.js.map +1 -1
- package/dist/cli/pages/news.d.ts +28 -0
- package/dist/cli/pages/news.d.ts.map +1 -1
- package/dist/cli/pages/news.js +209 -82
- package/dist/cli/pages/news.js.map +1 -1
- package/dist/cli/pages/settings.d.ts.map +1 -1
- package/dist/cli/pages/settings.js +163 -33
- package/dist/cli/pages/settings.js.map +1 -1
- package/dist/cli/pages/types.d.ts +1 -1
- package/dist/cli/pages/types.d.ts.map +1 -1
- package/dist/cli/prompter.d.ts.map +1 -1
- package/dist/cli/prompter.js +43 -8
- package/dist/cli/prompter.js.map +1 -1
- package/dist/cli/shell.d.ts +2 -2
- package/dist/cli/shell.d.ts.map +1 -1
- package/dist/cli/shell.js +321 -18
- package/dist/cli/shell.js.map +1 -1
- package/dist/cli/tui.d.ts +1 -1
- package/dist/cli/tui.d.ts.map +1 -1
- package/dist/cli/tui.js +69 -23
- package/dist/cli/tui.js.map +1 -1
- package/dist/community/client.d.ts +45 -8
- package/dist/community/client.d.ts.map +1 -1
- package/dist/community/client.js +118 -23
- package/dist/community/client.js.map +1 -1
- package/dist/community/search.d.ts +25 -0
- package/dist/community/search.d.ts.map +1 -0
- package/dist/community/search.js +62 -0
- package/dist/community/search.js.map +1 -0
- package/dist/community/types.d.ts +21 -0
- package/dist/community/types.d.ts.map +1 -1
- package/dist/community/types.js +1 -1
- package/dist/config.d.ts +0 -4
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +0 -15
- package/dist/config.js.map +1 -1
- package/dist/data.d.ts.map +1 -1
- package/dist/data.js +142 -68
- package/dist/data.js.map +1 -1
- package/dist/format.d.ts +0 -2
- package/dist/format.d.ts.map +1 -1
- package/dist/format.js +0 -2
- package/dist/format.js.map +1 -1
- package/dist/hubs/cache.d.ts +6 -0
- package/dist/hubs/cache.d.ts.map +1 -0
- package/dist/hubs/cache.js +46 -0
- package/dist/hubs/cache.js.map +1 -0
- package/dist/hubs/enrichment.d.ts +43 -0
- package/dist/hubs/enrichment.d.ts.map +1 -0
- package/dist/hubs/enrichment.js +239 -0
- package/dist/hubs/enrichment.js.map +1 -0
- package/dist/hubs/github.d.ts +12 -0
- package/dist/hubs/github.d.ts.map +1 -0
- package/dist/hubs/github.js +54 -0
- package/dist/hubs/github.js.map +1 -0
- package/dist/hubs/huggingface.d.ts +27 -0
- package/dist/hubs/huggingface.d.ts.map +1 -0
- package/dist/hubs/huggingface.js +88 -0
- package/dist/hubs/huggingface.js.map +1 -0
- package/dist/hubs/quality.d.ts +26 -0
- package/dist/hubs/quality.d.ts.map +1 -0
- package/dist/hubs/quality.js +57 -0
- package/dist/hubs/quality.js.map +1 -0
- package/dist/hubs/types.d.ts +30 -0
- package/dist/hubs/types.d.ts.map +1 -0
- package/dist/hubs/types.js +2 -0
- package/dist/hubs/types.js.map +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +84 -0
- package/dist/index.js.map +1 -1
- package/dist/init.js +2 -2
- package/dist/init.js.map +1 -1
- package/dist/live.d.ts +10 -0
- package/dist/live.d.ts.map +1 -1
- package/dist/live.js +31 -1
- package/dist/live.js.map +1 -1
- package/dist/marketplace.d.ts +16 -3
- package/dist/marketplace.d.ts.map +1 -1
- package/dist/marketplace.js +174 -7
- package/dist/marketplace.js.map +1 -1
- package/dist/news/cache.d.ts.map +1 -1
- package/dist/news/cache.js +4 -3
- package/dist/news/cache.js.map +1 -1
- package/dist/news/score.js +1 -1
- package/dist/news/sources/arxiv.d.ts.map +1 -1
- package/dist/news/sources/arxiv.js +10 -6
- package/dist/news/sources/arxiv.js.map +1 -1
- package/dist/news/sources/github-trending.d.ts.map +1 -1
- package/dist/news/sources/github-trending.js +9 -5
- package/dist/news/sources/github-trending.js.map +1 -1
- package/dist/news/sources/hn.d.ts.map +1 -1
- package/dist/news/sources/hn.js +8 -4
- package/dist/news/sources/hn.js.map +1 -1
- package/dist/news/sources/reddit.d.ts.map +1 -1
- package/dist/news/sources/reddit.js +5 -4
- package/dist/news/sources/reddit.js.map +1 -1
- package/dist/news/sources/rss.d.ts +10 -11
- package/dist/news/sources/rss.d.ts.map +1 -1
- package/dist/news/sources/rss.js +11 -99
- package/dist/news/sources/rss.js.map +1 -1
- package/dist/news/types.d.ts +3 -0
- package/dist/news/types.d.ts.map +1 -1
- package/dist/news/types.js +15 -6
- package/dist/news/types.js.map +1 -1
- package/dist/outdated.d.ts +24 -0
- package/dist/outdated.d.ts.map +1 -0
- package/dist/outdated.js +53 -0
- package/dist/outdated.js.map +1 -0
- package/dist/preferences.d.ts.map +1 -1
- package/dist/preferences.js +4 -4
- package/dist/preferences.js.map +1 -1
- package/dist/scan.d.ts +26 -0
- package/dist/scan.d.ts.map +1 -0
- package/dist/scan.js +179 -0
- package/dist/scan.js.map +1 -0
- package/dist/settings.d.ts.map +1 -1
- package/dist/settings.js +14 -20
- package/dist/settings.js.map +1 -1
- package/dist/state.d.ts +9 -2
- package/dist/state.d.ts.map +1 -1
- package/dist/state.js +41 -19
- package/dist/state.js.map +1 -1
- package/dist/types.d.ts +13 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/ui.d.ts +1 -1
- package/dist/ui.js +1 -1
- package/package.json +4 -2
package/dist/data.js
CHANGED
|
@@ -13,7 +13,9 @@ export const samplePackages = [
|
|
|
13
13
|
installs: 264237,
|
|
14
14
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
15
15
|
npmPackage: '@modelcontextprotocol/server-filesystem',
|
|
16
|
-
createdAt: '2024-11-21'
|
|
16
|
+
createdAt: '2024-11-21',
|
|
17
|
+
pricing: { kind: 'free' },
|
|
18
|
+
permissions: { fs: ['./**/*'] }
|
|
17
19
|
},
|
|
18
20
|
{
|
|
19
21
|
id: 'mcp-everything',
|
|
@@ -27,7 +29,8 @@ export const samplePackages = [
|
|
|
27
29
|
installs: 82229,
|
|
28
30
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
29
31
|
npmPackage: '@modelcontextprotocol/server-everything',
|
|
30
|
-
createdAt: '2024-11-19'
|
|
32
|
+
createdAt: '2024-11-19',
|
|
33
|
+
pricing: { kind: 'free' }
|
|
31
34
|
},
|
|
32
35
|
// ── Version Control & DevTools ──
|
|
33
36
|
{
|
|
@@ -42,7 +45,8 @@ export const samplePackages = [
|
|
|
42
45
|
installs: 119750,
|
|
43
46
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
44
47
|
npmPackage: '@modelcontextprotocol/server-github',
|
|
45
|
-
createdAt: '2024-11-21'
|
|
48
|
+
createdAt: '2024-11-21',
|
|
49
|
+
pricing: { kind: 'free' }
|
|
46
50
|
},
|
|
47
51
|
{
|
|
48
52
|
id: 'mcp-gitlab',
|
|
@@ -56,7 +60,8 @@ export const samplePackages = [
|
|
|
56
60
|
installs: 6568,
|
|
57
61
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
58
62
|
npmPackage: '@modelcontextprotocol/server-gitlab',
|
|
59
|
-
createdAt: '2024-12-04'
|
|
63
|
+
createdAt: '2024-12-04',
|
|
64
|
+
pricing: { kind: 'free' }
|
|
60
65
|
},
|
|
61
66
|
// ── Database Servers ──
|
|
62
67
|
{
|
|
@@ -71,7 +76,8 @@ export const samplePackages = [
|
|
|
71
76
|
installs: 182440,
|
|
72
77
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
73
78
|
npmPackage: '@modelcontextprotocol/server-postgres',
|
|
74
|
-
createdAt: '2024-11-19'
|
|
79
|
+
createdAt: '2024-11-19',
|
|
80
|
+
pricing: { kind: 'free' }
|
|
75
81
|
},
|
|
76
82
|
{
|
|
77
83
|
id: 'mcp-redis',
|
|
@@ -85,7 +91,8 @@ export const samplePackages = [
|
|
|
85
91
|
installs: 2888,
|
|
86
92
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
87
93
|
npmPackage: '@modelcontextprotocol/server-redis',
|
|
88
|
-
createdAt: '2025-04-07'
|
|
94
|
+
createdAt: '2025-04-07',
|
|
95
|
+
pricing: { kind: 'free' }
|
|
89
96
|
},
|
|
90
97
|
{
|
|
91
98
|
id: 'mcp-mongodb',
|
|
@@ -99,7 +106,8 @@ export const samplePackages = [
|
|
|
99
106
|
installs: 51183,
|
|
100
107
|
repository: 'https://github.com/mongodb-js/mongodb-mcp-server',
|
|
101
108
|
npmPackage: 'mongodb-mcp-server',
|
|
102
|
-
createdAt: '2025-04-23'
|
|
109
|
+
createdAt: '2025-04-23',
|
|
110
|
+
pricing: { kind: 'free' }
|
|
103
111
|
},
|
|
104
112
|
{
|
|
105
113
|
id: 'mcp-elasticsearch',
|
|
@@ -113,7 +121,8 @@ export const samplePackages = [
|
|
|
113
121
|
installs: 1007,
|
|
114
122
|
repository: 'https://github.com/elastic/mcp-server-elasticsearch',
|
|
115
123
|
npmPackage: '@elastic/mcp-server-elasticsearch',
|
|
116
|
-
createdAt: '2025-03-24'
|
|
124
|
+
createdAt: '2025-03-24',
|
|
125
|
+
pricing: { kind: 'free' }
|
|
117
126
|
},
|
|
118
127
|
{
|
|
119
128
|
id: 'mcp-supabase',
|
|
@@ -127,7 +136,8 @@ export const samplePackages = [
|
|
|
127
136
|
installs: 68083,
|
|
128
137
|
repository: 'https://github.com/supabase-community/supabase-mcp',
|
|
129
138
|
npmPackage: '@supabase/mcp-server-supabase',
|
|
130
|
-
createdAt: '2025-03-28'
|
|
139
|
+
createdAt: '2025-03-28',
|
|
140
|
+
pricing: { kind: 'free' }
|
|
131
141
|
},
|
|
132
142
|
// ── AI & Memory ──
|
|
133
143
|
{
|
|
@@ -142,7 +152,9 @@ export const samplePackages = [
|
|
|
142
152
|
installs: 345890,
|
|
143
153
|
repository: 'https://github.com/openai/openai-mcp-server',
|
|
144
154
|
npmPackage: 'openai-mcp-server',
|
|
145
|
-
createdAt: '2025-01-15'
|
|
155
|
+
createdAt: '2025-01-15',
|
|
156
|
+
pricing: { kind: 'free' },
|
|
157
|
+
permissions: { net: ['api.openai.com', 'api.anthropic.com'] }
|
|
146
158
|
},
|
|
147
159
|
{
|
|
148
160
|
id: 'mcp-anthropic',
|
|
@@ -155,7 +167,8 @@ export const samplePackages = [
|
|
|
155
167
|
stars: 5678,
|
|
156
168
|
installs: 289000,
|
|
157
169
|
repository: 'https://github.com/anthropics/anthropic-mcp-server',
|
|
158
|
-
createdAt: '2025-04-01'
|
|
170
|
+
createdAt: '2025-04-01',
|
|
171
|
+
pricing: { kind: 'free' }
|
|
159
172
|
},
|
|
160
173
|
{
|
|
161
174
|
id: 'mcp-replicate',
|
|
@@ -169,7 +182,8 @@ export const samplePackages = [
|
|
|
169
182
|
installs: 34560,
|
|
170
183
|
repository: 'https://github.com/replicate/replicate-mcp-server',
|
|
171
184
|
npmPackage: 'replicate-mcp',
|
|
172
|
-
createdAt: '2025-02-10'
|
|
185
|
+
createdAt: '2025-02-10',
|
|
186
|
+
pricing: { kind: 'free' }
|
|
173
187
|
},
|
|
174
188
|
{
|
|
175
189
|
id: 'mcp-huggingface',
|
|
@@ -182,7 +196,8 @@ export const samplePackages = [
|
|
|
182
196
|
stars: 2340,
|
|
183
197
|
installs: 56780,
|
|
184
198
|
repository: 'https://github.com/huggingface/hf-mcp-server',
|
|
185
|
-
createdAt: '2025-03-05'
|
|
199
|
+
createdAt: '2025-03-05',
|
|
200
|
+
pricing: { kind: 'free' }
|
|
186
201
|
},
|
|
187
202
|
{
|
|
188
203
|
id: 'mcp-sequential-thinking',
|
|
@@ -196,7 +211,8 @@ export const samplePackages = [
|
|
|
196
211
|
installs: 105931,
|
|
197
212
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
198
213
|
npmPackage: '@modelcontextprotocol/server-sequential-thinking',
|
|
199
|
-
createdAt: '2024-12-03'
|
|
214
|
+
createdAt: '2024-12-03',
|
|
215
|
+
pricing: { kind: 'free' }
|
|
200
216
|
},
|
|
201
217
|
{
|
|
202
218
|
id: 'mcp-memory',
|
|
@@ -210,7 +226,8 @@ export const samplePackages = [
|
|
|
210
226
|
installs: 73433,
|
|
211
227
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
212
228
|
npmPackage: '@modelcontextprotocol/server-memory',
|
|
213
|
-
createdAt: '2024-11-21'
|
|
229
|
+
createdAt: '2024-11-21',
|
|
230
|
+
pricing: { kind: 'free' }
|
|
214
231
|
},
|
|
215
232
|
{
|
|
216
233
|
id: 'mcp-context7',
|
|
@@ -224,7 +241,8 @@ export const samplePackages = [
|
|
|
224
241
|
installs: 1141616,
|
|
225
242
|
repository: 'https://github.com/upstash/context7',
|
|
226
243
|
npmPackage: '@upstash/context7-mcp',
|
|
227
|
-
createdAt: '2025-04-08'
|
|
244
|
+
createdAt: '2025-04-08',
|
|
245
|
+
pricing: { kind: 'free' }
|
|
228
246
|
},
|
|
229
247
|
// ── Search & Web ──
|
|
230
248
|
{
|
|
@@ -239,7 +257,9 @@ export const samplePackages = [
|
|
|
239
257
|
installs: 24941,
|
|
240
258
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
241
259
|
npmPackage: '@modelcontextprotocol/server-brave-search',
|
|
242
|
-
createdAt: '2024-11-21'
|
|
260
|
+
createdAt: '2024-11-21',
|
|
261
|
+
pricing: { kind: 'free' },
|
|
262
|
+
permissions: { net: ['api.brave.com', 'api.duckduckgo.com', 'serpapi.com'] }
|
|
243
263
|
},
|
|
244
264
|
{
|
|
245
265
|
id: 'mcp-tavily',
|
|
@@ -253,7 +273,8 @@ export const samplePackages = [
|
|
|
253
273
|
installs: 28859,
|
|
254
274
|
repository: 'https://github.com/tavily-ai/tavily-mcp',
|
|
255
275
|
npmPackage: 'tavily-mcp',
|
|
256
|
-
createdAt: '2025-01-27'
|
|
276
|
+
createdAt: '2025-01-27',
|
|
277
|
+
pricing: { kind: 'free' }
|
|
257
278
|
},
|
|
258
279
|
{
|
|
259
280
|
id: 'mcp-exa',
|
|
@@ -267,7 +288,8 @@ export const samplePackages = [
|
|
|
267
288
|
installs: 12842,
|
|
268
289
|
repository: 'https://github.com/exa-labs/exa-mcp-server',
|
|
269
290
|
npmPackage: 'exa-mcp-server',
|
|
270
|
-
createdAt: '2024-12-17'
|
|
291
|
+
createdAt: '2024-12-17',
|
|
292
|
+
pricing: { kind: 'free' }
|
|
271
293
|
},
|
|
272
294
|
{
|
|
273
295
|
id: 'mcp-perplexity',
|
|
@@ -281,7 +303,8 @@ export const samplePackages = [
|
|
|
281
303
|
installs: 1452,
|
|
282
304
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
283
305
|
npmPackage: 'server-perplexity-ask',
|
|
284
|
-
createdAt: '2025-02-19'
|
|
306
|
+
createdAt: '2025-02-19',
|
|
307
|
+
pricing: { kind: 'free' }
|
|
285
308
|
},
|
|
286
309
|
{
|
|
287
310
|
id: 'mcp-firecrawl',
|
|
@@ -295,7 +318,9 @@ export const samplePackages = [
|
|
|
295
318
|
installs: 54574,
|
|
296
319
|
repository: 'https://github.com/firecrawl/firecrawl-mcp-server',
|
|
297
320
|
npmPackage: 'firecrawl-mcp',
|
|
298
|
-
createdAt: '2025-02-21'
|
|
321
|
+
createdAt: '2025-02-21',
|
|
322
|
+
pricing: { kind: 'free' },
|
|
323
|
+
permissions: { net: ['*'] }
|
|
299
324
|
},
|
|
300
325
|
{
|
|
301
326
|
id: 'mcp-google-maps',
|
|
@@ -309,7 +334,8 @@ export const samplePackages = [
|
|
|
309
334
|
installs: 10487,
|
|
310
335
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
311
336
|
npmPackage: '@modelcontextprotocol/server-google-maps',
|
|
312
|
-
createdAt: '2024-11-21'
|
|
337
|
+
createdAt: '2024-11-21',
|
|
338
|
+
pricing: { kind: 'free' }
|
|
313
339
|
},
|
|
314
340
|
// ── Browser Automation ──
|
|
315
341
|
{
|
|
@@ -324,7 +350,8 @@ export const samplePackages = [
|
|
|
324
350
|
installs: 29680,
|
|
325
351
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
326
352
|
npmPackage: '@modelcontextprotocol/server-puppeteer',
|
|
327
|
-
createdAt: '2024-11-19'
|
|
353
|
+
createdAt: '2024-11-19',
|
|
354
|
+
pricing: { kind: 'free' }
|
|
328
355
|
},
|
|
329
356
|
{
|
|
330
357
|
id: 'mcp-playwright',
|
|
@@ -338,7 +365,8 @@ export const samplePackages = [
|
|
|
338
365
|
installs: 2613994,
|
|
339
366
|
repository: 'https://github.com/microsoft/playwright-mcp',
|
|
340
367
|
npmPackage: '@playwright/mcp',
|
|
341
|
-
createdAt: '2025-03-13'
|
|
368
|
+
createdAt: '2025-03-13',
|
|
369
|
+
pricing: { kind: 'free' }
|
|
342
370
|
},
|
|
343
371
|
{
|
|
344
372
|
id: 'mcp-playwright-ea',
|
|
@@ -352,7 +380,8 @@ export const samplePackages = [
|
|
|
352
380
|
installs: 79058,
|
|
353
381
|
repository: 'https://github.com/executeautomation/mcp-playwright',
|
|
354
382
|
npmPackage: '@executeautomation/playwright-mcp-server',
|
|
355
|
-
createdAt: '2024-12-05'
|
|
383
|
+
createdAt: '2024-12-05',
|
|
384
|
+
pricing: { kind: 'free' }
|
|
356
385
|
},
|
|
357
386
|
{
|
|
358
387
|
id: 'mcp-browsermcp',
|
|
@@ -365,7 +394,8 @@ export const samplePackages = [
|
|
|
365
394
|
stars: 0,
|
|
366
395
|
installs: 7461,
|
|
367
396
|
npmPackage: '@browsermcp/mcp',
|
|
368
|
-
createdAt: '2025-04-05'
|
|
397
|
+
createdAt: '2025-04-05',
|
|
398
|
+
pricing: { kind: 'free' }
|
|
369
399
|
},
|
|
370
400
|
// ── Project Management ──
|
|
371
401
|
{
|
|
@@ -379,7 +409,8 @@ export const samplePackages = [
|
|
|
379
409
|
stars: 6543,
|
|
380
410
|
installs: 189000,
|
|
381
411
|
repository: 'https://github.com/linear/linear-mcp-server',
|
|
382
|
-
createdAt: '2025-02-25'
|
|
412
|
+
createdAt: '2025-02-25',
|
|
413
|
+
pricing: { kind: 'free' }
|
|
383
414
|
},
|
|
384
415
|
{
|
|
385
416
|
id: 'mcp-jira',
|
|
@@ -393,7 +424,8 @@ export const samplePackages = [
|
|
|
393
424
|
installs: 98700,
|
|
394
425
|
repository: 'https://github.com/atlassian-labs/jira-mcp-server',
|
|
395
426
|
npmPackage: 'jira-mcp-server',
|
|
396
|
-
createdAt: '2025-03-01'
|
|
427
|
+
createdAt: '2025-03-01',
|
|
428
|
+
pricing: { kind: 'free' }
|
|
397
429
|
},
|
|
398
430
|
{
|
|
399
431
|
id: 'mcp-asana',
|
|
@@ -406,7 +438,8 @@ export const samplePackages = [
|
|
|
406
438
|
stars: 450,
|
|
407
439
|
installs: 12300,
|
|
408
440
|
repository: 'https://github.com/asana-community/asana-mcp-server',
|
|
409
|
-
createdAt: '2025-04-10'
|
|
441
|
+
createdAt: '2025-04-10',
|
|
442
|
+
pricing: { kind: 'free' }
|
|
410
443
|
},
|
|
411
444
|
// ── Knowledge & Notes ──
|
|
412
445
|
{
|
|
@@ -421,7 +454,9 @@ export const samplePackages = [
|
|
|
421
454
|
installs: 345000,
|
|
422
455
|
repository: 'https://github.com/obsidian-mcp/obsidian-mcp-server',
|
|
423
456
|
npmPackage: 'obsidian-mcp-server',
|
|
424
|
-
createdAt: '2025-01-25'
|
|
457
|
+
createdAt: '2025-01-25',
|
|
458
|
+
pricing: { kind: 'free' },
|
|
459
|
+
permissions: { fs: ['~/.obsidian/**/*', './**/*.md'] }
|
|
425
460
|
},
|
|
426
461
|
{
|
|
427
462
|
id: 'mcp-confluence',
|
|
@@ -435,7 +470,8 @@ export const samplePackages = [
|
|
|
435
470
|
installs: 23400,
|
|
436
471
|
repository: 'https://github.com/atlassian-labs/confluence-mcp-server',
|
|
437
472
|
npmPackage: 'confluence-mcp-server',
|
|
438
|
-
createdAt: '2025-04-05'
|
|
473
|
+
createdAt: '2025-04-05',
|
|
474
|
+
pricing: { kind: 'free' }
|
|
439
475
|
},
|
|
440
476
|
// ── Development Tools ──
|
|
441
477
|
{
|
|
@@ -449,7 +485,8 @@ export const samplePackages = [
|
|
|
449
485
|
stars: 560,
|
|
450
486
|
installs: 18900,
|
|
451
487
|
repository: 'https://github.com/SonarSource/sonarqube-mcp-server',
|
|
452
|
-
createdAt: '2025-03-20'
|
|
488
|
+
createdAt: '2025-03-20',
|
|
489
|
+
pricing: { kind: 'free' }
|
|
453
490
|
},
|
|
454
491
|
{
|
|
455
492
|
id: 'mcp-snyk',
|
|
@@ -462,7 +499,8 @@ export const samplePackages = [
|
|
|
462
499
|
stars: 780,
|
|
463
500
|
installs: 34500,
|
|
464
501
|
repository: 'https://github.com/snyk-labs/snyk-mcp-server',
|
|
465
|
-
createdAt: '2025-04-15'
|
|
502
|
+
createdAt: '2025-04-15',
|
|
503
|
+
pricing: { kind: 'free' }
|
|
466
504
|
},
|
|
467
505
|
// ── Cloud Platforms ──
|
|
468
506
|
{
|
|
@@ -476,7 +514,8 @@ export const samplePackages = [
|
|
|
476
514
|
stars: 4500,
|
|
477
515
|
installs: 156000,
|
|
478
516
|
repository: 'https://github.com/awslabs/aws-mcp-server',
|
|
479
|
-
createdAt: '2025-02-01'
|
|
517
|
+
createdAt: '2025-02-01',
|
|
518
|
+
pricing: { kind: 'free' }
|
|
480
519
|
},
|
|
481
520
|
{
|
|
482
521
|
id: 'mcp-vercel',
|
|
@@ -489,7 +528,8 @@ export const samplePackages = [
|
|
|
489
528
|
stars: 3400,
|
|
490
529
|
installs: 89000,
|
|
491
530
|
repository: 'https://github.com/vercel/vercel-mcp-server',
|
|
492
|
-
createdAt: '2025-03-01'
|
|
531
|
+
createdAt: '2025-03-01',
|
|
532
|
+
pricing: { kind: 'free' }
|
|
493
533
|
},
|
|
494
534
|
{
|
|
495
535
|
id: 'mcp-netlify',
|
|
@@ -503,7 +543,8 @@ export const samplePackages = [
|
|
|
503
543
|
installs: 23400,
|
|
504
544
|
repository: 'https://github.com/netlify/netlify-mcp-server',
|
|
505
545
|
npmPackage: '@netlify/mcp',
|
|
506
|
-
createdAt: '2025-04-01'
|
|
546
|
+
createdAt: '2025-04-01',
|
|
547
|
+
pricing: { kind: 'free' }
|
|
507
548
|
},
|
|
508
549
|
// ── Communication & Community ──
|
|
509
550
|
{
|
|
@@ -518,7 +559,8 @@ export const samplePackages = [
|
|
|
518
559
|
installs: 98700,
|
|
519
560
|
repository: 'https://github.com/discord-community/discord-mcp-server',
|
|
520
561
|
npmPackage: 'discord-mcp-server',
|
|
521
|
-
createdAt: '2025-03-05'
|
|
562
|
+
createdAt: '2025-03-05',
|
|
563
|
+
pricing: { kind: 'free' }
|
|
522
564
|
},
|
|
523
565
|
{
|
|
524
566
|
id: 'mcp-email',
|
|
@@ -532,7 +574,8 @@ export const samplePackages = [
|
|
|
532
574
|
installs: 23400,
|
|
533
575
|
repository: 'https://github.com/sendgrid-community/sendgrid-mcp-server',
|
|
534
576
|
npmPackage: 'sendgrid-mcp',
|
|
535
|
-
createdAt: '2025-04-15'
|
|
577
|
+
createdAt: '2025-04-15',
|
|
578
|
+
pricing: { kind: 'free' }
|
|
536
579
|
},
|
|
537
580
|
// ── Productivity & Office ──
|
|
538
581
|
{
|
|
@@ -547,7 +590,8 @@ export const samplePackages = [
|
|
|
547
590
|
installs: 62239,
|
|
548
591
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
549
592
|
npmPackage: '@modelcontextprotocol/server-slack',
|
|
550
|
-
createdAt: '2024-11-19'
|
|
593
|
+
createdAt: '2024-11-19',
|
|
594
|
+
pricing: { kind: 'free' }
|
|
551
595
|
},
|
|
552
596
|
{
|
|
553
597
|
id: 'mcp-notion',
|
|
@@ -561,7 +605,8 @@ export const samplePackages = [
|
|
|
561
605
|
installs: 67119,
|
|
562
606
|
repository: 'https://github.com/makenotion/notion-mcp-server',
|
|
563
607
|
npmPackage: '@notionhq/notion-mcp-server',
|
|
564
|
-
createdAt: '2025-04-03'
|
|
608
|
+
createdAt: '2025-04-03',
|
|
609
|
+
pricing: { kind: 'free' }
|
|
565
610
|
},
|
|
566
611
|
{
|
|
567
612
|
id: 'mcp-gdrive',
|
|
@@ -575,7 +620,8 @@ export const samplePackages = [
|
|
|
575
620
|
installs: 8678,
|
|
576
621
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
577
622
|
npmPackage: '@modelcontextprotocol/server-gdrive',
|
|
578
|
-
createdAt: '2024-11-19'
|
|
623
|
+
createdAt: '2024-11-19',
|
|
624
|
+
pricing: { kind: 'free' }
|
|
579
625
|
},
|
|
580
626
|
// ── Design & Frontend ──
|
|
581
627
|
{
|
|
@@ -590,7 +636,8 @@ export const samplePackages = [
|
|
|
590
636
|
installs: 53549,
|
|
591
637
|
repository: 'https://github.com/GLips/Figma-Context-MCP',
|
|
592
638
|
npmPackage: 'figma-developer-mcp',
|
|
593
|
-
createdAt: '2025-02-22'
|
|
639
|
+
createdAt: '2025-02-22',
|
|
640
|
+
pricing: { kind: 'free' }
|
|
594
641
|
},
|
|
595
642
|
{
|
|
596
643
|
id: 'mcp-magic',
|
|
@@ -604,7 +651,8 @@ export const samplePackages = [
|
|
|
604
651
|
installs: 11231,
|
|
605
652
|
repository: 'https://github.com/21st-dev/magic-mcp',
|
|
606
653
|
npmPackage: '@21st-dev/magic',
|
|
607
|
-
createdAt: '2025-03-11'
|
|
654
|
+
createdAt: '2025-03-11',
|
|
655
|
+
pricing: { kind: 'free' }
|
|
608
656
|
},
|
|
609
657
|
// ── Containers & Virtualisation ──
|
|
610
658
|
{
|
|
@@ -619,7 +667,9 @@ export const samplePackages = [
|
|
|
619
667
|
installs: 234500,
|
|
620
668
|
repository: 'https://github.com/docker-labs/mcp-docker-server',
|
|
621
669
|
npmPackage: 'mcp-docker-server',
|
|
622
|
-
createdAt: '2025-01-20'
|
|
670
|
+
createdAt: '2025-01-20',
|
|
671
|
+
pricing: { kind: 'free' },
|
|
672
|
+
permissions: { exec: ['docker'], fs: ['./**/*'] }
|
|
623
673
|
},
|
|
624
674
|
{
|
|
625
675
|
id: 'mcp-sqlite',
|
|
@@ -633,7 +683,8 @@ export const samplePackages = [
|
|
|
633
683
|
installs: 128000,
|
|
634
684
|
repository: 'https://github.com/sqlite-community/sqlite-mcp',
|
|
635
685
|
npmPackage: '@easy-mcps/sqlite-mcp-server',
|
|
636
|
-
createdAt: '2025-02-15'
|
|
686
|
+
createdAt: '2025-02-15',
|
|
687
|
+
pricing: { kind: 'free' }
|
|
637
688
|
},
|
|
638
689
|
{
|
|
639
690
|
id: 'mcp-pinecone',
|
|
@@ -647,7 +698,8 @@ export const samplePackages = [
|
|
|
647
698
|
installs: 23450,
|
|
648
699
|
repository: 'https://github.com/pinecone-io/pinecone-mcp-server',
|
|
649
700
|
npmPackage: 'pinecone-mcp',
|
|
650
|
-
createdAt: '2025-03-10'
|
|
701
|
+
createdAt: '2025-03-10',
|
|
702
|
+
pricing: { kind: 'free' }
|
|
651
703
|
},
|
|
652
704
|
{
|
|
653
705
|
id: 'mcp-qdrant',
|
|
@@ -661,7 +713,8 @@ export const samplePackages = [
|
|
|
661
713
|
installs: 18900,
|
|
662
714
|
repository: 'https://github.com/qdrant/qdrant-mcp-server',
|
|
663
715
|
npmPackage: 'qdrant-mcp-server',
|
|
664
|
-
createdAt: '2025-03-15'
|
|
716
|
+
createdAt: '2025-03-15',
|
|
717
|
+
pricing: { kind: 'free' }
|
|
665
718
|
},
|
|
666
719
|
{
|
|
667
720
|
id: 'mcp-chromadb',
|
|
@@ -675,7 +728,8 @@ export const samplePackages = [
|
|
|
675
728
|
installs: 45600,
|
|
676
729
|
repository: 'https://github.com/chroma-core/chromadb-mcp-server',
|
|
677
730
|
npmPackage: 'chromadb-mcp',
|
|
678
|
-
createdAt: '2025-04-01'
|
|
731
|
+
createdAt: '2025-04-01',
|
|
732
|
+
pricing: { kind: 'free' }
|
|
679
733
|
},
|
|
680
734
|
{
|
|
681
735
|
id: 'mcp-neo4j',
|
|
@@ -688,7 +742,8 @@ export const samplePackages = [
|
|
|
688
742
|
stars: 2100,
|
|
689
743
|
installs: 56700,
|
|
690
744
|
repository: 'https://github.com/neo4j/neo4j-mcp-server',
|
|
691
|
-
createdAt: '2025-02-20'
|
|
745
|
+
createdAt: '2025-02-20',
|
|
746
|
+
pricing: { kind: 'free' }
|
|
692
747
|
},
|
|
693
748
|
// ── Cloud, Infra & DevOps ──
|
|
694
749
|
{
|
|
@@ -702,7 +757,8 @@ export const samplePackages = [
|
|
|
702
757
|
stars: 0,
|
|
703
758
|
installs: 2249,
|
|
704
759
|
npmPackage: '@cloudflare/mcp-server-cloudflare',
|
|
705
|
-
createdAt: '2024-11-27'
|
|
760
|
+
createdAt: '2024-11-27',
|
|
761
|
+
pricing: { kind: 'free' }
|
|
706
762
|
},
|
|
707
763
|
{
|
|
708
764
|
id: 'mcp-kubernetes',
|
|
@@ -716,7 +772,9 @@ export const samplePackages = [
|
|
|
716
772
|
installs: 13585,
|
|
717
773
|
repository: 'https://github.com/Flux159/mcp-server-kubernetes',
|
|
718
774
|
npmPackage: 'mcp-server-kubernetes',
|
|
719
|
-
createdAt: '2024-12-10'
|
|
775
|
+
createdAt: '2024-12-10',
|
|
776
|
+
pricing: { kind: 'free' },
|
|
777
|
+
permissions: { exec: ['kubectl', 'helm'] }
|
|
720
778
|
},
|
|
721
779
|
{
|
|
722
780
|
id: 'mcp-heroku',
|
|
@@ -730,7 +788,8 @@ export const samplePackages = [
|
|
|
730
788
|
installs: 5693,
|
|
731
789
|
repository: 'https://github.com/heroku/heroku-mcp-server',
|
|
732
790
|
npmPackage: '@heroku/mcp-server',
|
|
733
|
-
createdAt: '2025-04-07'
|
|
791
|
+
createdAt: '2025-04-07',
|
|
792
|
+
pricing: { kind: 'free' }
|
|
734
793
|
},
|
|
735
794
|
{
|
|
736
795
|
id: 'mcp-aws-kb',
|
|
@@ -744,7 +803,8 @@ export const samplePackages = [
|
|
|
744
803
|
installs: 403,
|
|
745
804
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
746
805
|
npmPackage: '@modelcontextprotocol/server-aws-kb-retrieval',
|
|
747
|
-
createdAt: '2025-01-14'
|
|
806
|
+
createdAt: '2025-01-14',
|
|
807
|
+
pricing: { kind: 'free' }
|
|
748
808
|
},
|
|
749
809
|
{
|
|
750
810
|
id: 'mcp-remote',
|
|
@@ -758,7 +818,8 @@ export const samplePackages = [
|
|
|
758
818
|
installs: 354615,
|
|
759
819
|
repository: 'https://github.com/geelen/mcp-remote',
|
|
760
820
|
npmPackage: 'mcp-remote',
|
|
761
|
-
createdAt: '2025-03-17'
|
|
821
|
+
createdAt: '2025-03-17',
|
|
822
|
+
pricing: { kind: 'free' }
|
|
762
823
|
},
|
|
763
824
|
// ── Monitoring & Observability ──
|
|
764
825
|
{
|
|
@@ -773,7 +834,8 @@ export const samplePackages = [
|
|
|
773
834
|
installs: 45600,
|
|
774
835
|
repository: 'https://github.com/DataDog/datadog-mcp-server',
|
|
775
836
|
npmPackage: 'datadog-mcp',
|
|
776
|
-
createdAt: '2025-03-10'
|
|
837
|
+
createdAt: '2025-03-10',
|
|
838
|
+
pricing: { kind: 'free' }
|
|
777
839
|
},
|
|
778
840
|
{
|
|
779
841
|
id: 'mcp-grafana',
|
|
@@ -786,7 +848,8 @@ export const samplePackages = [
|
|
|
786
848
|
stars: 2340,
|
|
787
849
|
installs: 67800,
|
|
788
850
|
repository: 'https://github.com/grafana-community/grafana-mcp-server',
|
|
789
|
-
createdAt: '2025-02-20'
|
|
851
|
+
createdAt: '2025-02-20',
|
|
852
|
+
pricing: { kind: 'free' }
|
|
790
853
|
},
|
|
791
854
|
{
|
|
792
855
|
id: 'mcp-pagerduty',
|
|
@@ -799,7 +862,8 @@ export const samplePackages = [
|
|
|
799
862
|
stars: 560,
|
|
800
863
|
installs: 18900,
|
|
801
864
|
repository: 'https://github.com/PagerDuty/pagerduty-mcp-server',
|
|
802
|
-
createdAt: '2025-04-01'
|
|
865
|
+
createdAt: '2025-04-01',
|
|
866
|
+
pricing: { kind: 'free' }
|
|
803
867
|
},
|
|
804
868
|
{
|
|
805
869
|
id: 'mcp-newrelic',
|
|
@@ -812,7 +876,8 @@ export const samplePackages = [
|
|
|
812
876
|
stars: 340,
|
|
813
877
|
installs: 12300,
|
|
814
878
|
repository: 'https://github.com/newrelic/newrelic-mcp-server',
|
|
815
|
-
createdAt: '2025-04-10'
|
|
879
|
+
createdAt: '2025-04-10',
|
|
880
|
+
pricing: { kind: 'free' }
|
|
816
881
|
},
|
|
817
882
|
// ── Payments & Commerce ──
|
|
818
883
|
{
|
|
@@ -827,7 +892,8 @@ export const samplePackages = [
|
|
|
827
892
|
installs: 90109,
|
|
828
893
|
repository: 'https://github.com/getsentry/sentry-mcp',
|
|
829
894
|
npmPackage: '@sentry/mcp-server',
|
|
830
|
-
createdAt: '2025-04-24'
|
|
895
|
+
createdAt: '2025-04-24',
|
|
896
|
+
pricing: { kind: 'free' }
|
|
831
897
|
},
|
|
832
898
|
{
|
|
833
899
|
id: 'mcp-stripe',
|
|
@@ -841,7 +907,8 @@ export const samplePackages = [
|
|
|
841
907
|
installs: 22628,
|
|
842
908
|
repository: 'https://github.com/stripe/ai',
|
|
843
909
|
npmPackage: '@stripe/mcp',
|
|
844
|
-
createdAt: '2025-02-19'
|
|
910
|
+
createdAt: '2025-02-19',
|
|
911
|
+
pricing: { kind: 'free' }
|
|
845
912
|
},
|
|
846
913
|
{
|
|
847
914
|
id: 'mcp-sequelize',
|
|
@@ -854,7 +921,8 @@ export const samplePackages = [
|
|
|
854
921
|
stars: 2840,
|
|
855
922
|
installs: 12400,
|
|
856
923
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
857
|
-
createdAt: '2025-03-10'
|
|
924
|
+
createdAt: '2025-03-10',
|
|
925
|
+
pricing: { kind: 'free' }
|
|
858
926
|
},
|
|
859
927
|
// ── Prompts ──
|
|
860
928
|
{
|
|
@@ -867,7 +935,8 @@ export const samplePackages = [
|
|
|
867
935
|
tags: ['review', 'security', 'best-practices', 'quality'],
|
|
868
936
|
stars: 1200,
|
|
869
937
|
installs: 8900,
|
|
870
|
-
createdAt: '2025-01-10'
|
|
938
|
+
createdAt: '2025-01-10',
|
|
939
|
+
pricing: { kind: 'free' }
|
|
871
940
|
},
|
|
872
941
|
{
|
|
873
942
|
id: 'prompt-api-design',
|
|
@@ -879,7 +948,8 @@ export const samplePackages = [
|
|
|
879
948
|
tags: ['api', 'design', 'rest', 'graphql'],
|
|
880
949
|
stars: 560,
|
|
881
950
|
installs: 3400,
|
|
882
|
-
createdAt: '2025-02-20'
|
|
951
|
+
createdAt: '2025-02-20',
|
|
952
|
+
pricing: { kind: 'free' }
|
|
883
953
|
},
|
|
884
954
|
{
|
|
885
955
|
id: 'prompt-refactor-plan',
|
|
@@ -891,7 +961,8 @@ export const samplePackages = [
|
|
|
891
961
|
tags: ['refactor', 'planning', 'safety', 'testing'],
|
|
892
962
|
stars: 780,
|
|
893
963
|
installs: 4500,
|
|
894
|
-
createdAt: '2025-03-01'
|
|
964
|
+
createdAt: '2025-03-01',
|
|
965
|
+
pricing: { kind: 'free' }
|
|
895
966
|
},
|
|
896
967
|
{
|
|
897
968
|
id: 'prompt-debug-session',
|
|
@@ -903,7 +974,8 @@ export const samplePackages = [
|
|
|
903
974
|
tags: ['debug', 'root-cause', 'analysis', 'troubleshooting'],
|
|
904
975
|
stars: 920,
|
|
905
976
|
installs: 6200,
|
|
906
|
-
createdAt: '2025-04-10'
|
|
977
|
+
createdAt: '2025-04-10',
|
|
978
|
+
pricing: { kind: 'free' }
|
|
907
979
|
},
|
|
908
980
|
{
|
|
909
981
|
id: 'prompt-test-strategy',
|
|
@@ -915,7 +987,8 @@ export const samplePackages = [
|
|
|
915
987
|
tags: ['testing', 'strategy', 'quality', 'coverage'],
|
|
916
988
|
stars: 410,
|
|
917
989
|
installs: 2100,
|
|
918
|
-
createdAt: '2025-04-20'
|
|
990
|
+
createdAt: '2025-04-20',
|
|
991
|
+
pricing: { kind: 'free' }
|
|
919
992
|
},
|
|
920
993
|
{
|
|
921
994
|
id: 'prompt-migration-plan',
|
|
@@ -927,7 +1000,8 @@ export const samplePackages = [
|
|
|
927
1000
|
tags: ['migration', 'planning', 'safety', 'rollback'],
|
|
928
1001
|
stars: 340,
|
|
929
1002
|
installs: 1800,
|
|
930
|
-
createdAt: '2025-05-01'
|
|
1003
|
+
createdAt: '2025-05-01',
|
|
1004
|
+
pricing: { kind: 'free' }
|
|
931
1005
|
}
|
|
932
1006
|
];
|
|
933
1007
|
export const sampleWorkflows = [
|
|
@@ -1531,7 +1605,7 @@ agora browse mcp-chromadb`
|
|
|
1531
1605
|
steps: [
|
|
1532
1606
|
{
|
|
1533
1607
|
title: 'Prerequisites',
|
|
1534
|
-
content:
|
|
1608
|
+
content: "To deploy the backend you need: a Cloudflare account, the Wrangler CLI installed, and Node.js 18+. The backend is a Cloudflare Workers app using Hono and D1 (Cloudflare's serverless SQLite)."
|
|
1535
1609
|
},
|
|
1536
1610
|
{
|
|
1537
1611
|
title: 'Set Up D1 Database',
|