opencode-agora 0.2.2 → 0.3.0
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/dist/api.d.ts +4 -1
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +7 -7
- package/dist/api.js.map +1 -1
- package/dist/cli/app.d.ts.map +1 -1
- package/dist/cli/app.js +152 -47
- package/dist/cli/app.js.map +1 -1
- package/dist/config-files.d.ts.map +1 -1
- package/dist/config-files.js +11 -8
- package/dist/config-files.js.map +1 -1
- package/dist/config.d.ts +7 -5
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +18 -12
- package/dist/config.js.map +1 -1
- package/dist/data.d.ts.map +1 -1
- package/dist/data.js +398 -594
- package/dist/data.js.map +1 -1
- package/dist/format.d.ts.map +1 -1
- package/dist/format.js +8 -6
- package/dist/format.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +69 -34
- package/dist/index.js.map +1 -1
- package/dist/init.d.ts +4 -1
- package/dist/init.d.ts.map +1 -1
- package/dist/init.js +101 -44
- package/dist/init.js.map +1 -1
- package/dist/live.d.ts.map +1 -1
- package/dist/live.js +76 -16
- package/dist/live.js.map +1 -1
- package/dist/marketplace.d.ts.map +1 -1
- package/dist/marketplace.js +23 -18
- package/dist/marketplace.js.map +1 -1
- package/dist/state.d.ts.map +1 -1
- package/dist/state.js +7 -6
- package/dist/state.js.map +1 -1
- package/package.json +13 -4
package/dist/data.js
CHANGED
|
@@ -5,609 +5,484 @@ export const samplePackages = [
|
|
|
5
5
|
id: 'mcp-filesystem',
|
|
6
6
|
name: '@modelcontextprotocol/server-filesystem',
|
|
7
7
|
description: 'Secure file read/write, directory operations, search, and metadata access with configurable access control',
|
|
8
|
-
author: '
|
|
8
|
+
author: 'Anthropic, PBC',
|
|
9
9
|
version: '2026.1.14',
|
|
10
10
|
category: 'mcp',
|
|
11
11
|
tags: ['filesystem', 'files', 'io', 'security', 'official'],
|
|
12
|
-
stars:
|
|
13
|
-
installs:
|
|
12
|
+
stars: 85625,
|
|
13
|
+
installs: 264237,
|
|
14
14
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
15
15
|
npmPackage: '@modelcontextprotocol/server-filesystem',
|
|
16
|
-
createdAt: '2024-
|
|
16
|
+
createdAt: '2024-11-21'
|
|
17
17
|
},
|
|
18
|
+
{
|
|
19
|
+
id: 'mcp-everything',
|
|
20
|
+
name: '@modelcontextprotocol/server-everything',
|
|
21
|
+
description: 'Reference MCP server exercising every protocol feature — tools, resources, prompts, and sampling',
|
|
22
|
+
author: 'Anthropic, PBC',
|
|
23
|
+
version: '2026.1.26',
|
|
24
|
+
category: 'mcp',
|
|
25
|
+
tags: ['reference', 'testing', 'official', 'mcp'],
|
|
26
|
+
stars: 85625,
|
|
27
|
+
installs: 82229,
|
|
28
|
+
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
29
|
+
npmPackage: '@modelcontextprotocol/server-everything',
|
|
30
|
+
createdAt: '2024-11-19'
|
|
31
|
+
},
|
|
32
|
+
// ── Version Control & DevTools ──
|
|
18
33
|
{
|
|
19
34
|
id: 'mcp-github',
|
|
20
35
|
name: '@modelcontextprotocol/server-github',
|
|
21
36
|
description: 'Full GitHub API integration — issues, PRs, repos, search, file contents, and releases',
|
|
22
|
-
author: '
|
|
37
|
+
author: 'Anthropic, PBC',
|
|
23
38
|
version: '2025.4.8',
|
|
24
39
|
category: 'mcp',
|
|
25
40
|
tags: ['github', 'git', 'api', 'official', 'devtools'],
|
|
26
|
-
stars:
|
|
27
|
-
installs:
|
|
41
|
+
stars: 85625,
|
|
42
|
+
installs: 119750,
|
|
28
43
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
29
44
|
npmPackage: '@modelcontextprotocol/server-github',
|
|
30
|
-
createdAt: '2024-
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
id: 'mcp-git',
|
|
34
|
-
name: '@modelcontextprotocol/server-git',
|
|
35
|
-
description: 'Git operations — commit, diff, log, branch management, status checks',
|
|
36
|
-
author: 'modelcontextprotocol',
|
|
37
|
-
version: '2026.1.14',
|
|
38
|
-
category: 'mcp',
|
|
39
|
-
tags: ['git', 'version-control', 'official', 'devtools'],
|
|
40
|
-
stars: 2100,
|
|
41
|
-
installs: 78000,
|
|
42
|
-
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
43
|
-
npmPackage: '@modelcontextprotocol/server-git',
|
|
44
|
-
createdAt: '2024-10-01'
|
|
45
|
+
createdAt: '2024-11-21'
|
|
45
46
|
},
|
|
46
47
|
{
|
|
47
|
-
id: 'mcp-
|
|
48
|
-
name: '@modelcontextprotocol/server-
|
|
49
|
-
description: '
|
|
50
|
-
author: '
|
|
51
|
-
version: '
|
|
48
|
+
id: 'mcp-gitlab',
|
|
49
|
+
name: '@modelcontextprotocol/server-gitlab',
|
|
50
|
+
description: 'GitLab API integration — projects, merge requests, issues, and file operations',
|
|
51
|
+
author: 'GitLab, PBC',
|
|
52
|
+
version: '2025.4.25',
|
|
52
53
|
category: 'mcp',
|
|
53
|
-
tags: ['
|
|
54
|
-
stars:
|
|
55
|
-
installs:
|
|
54
|
+
tags: ['gitlab', 'git', 'api', 'official', 'devtools'],
|
|
55
|
+
stars: 85625,
|
|
56
|
+
installs: 6568,
|
|
56
57
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
57
|
-
npmPackage: '@modelcontextprotocol/server-
|
|
58
|
-
createdAt: '2024-
|
|
58
|
+
npmPackage: '@modelcontextprotocol/server-gitlab',
|
|
59
|
+
createdAt: '2024-12-04'
|
|
59
60
|
},
|
|
60
61
|
// ── Database Servers ──
|
|
61
62
|
{
|
|
62
63
|
id: 'mcp-postgres',
|
|
63
64
|
name: '@modelcontextprotocol/server-postgres',
|
|
64
|
-
description: 'Read
|
|
65
|
-
author: '
|
|
65
|
+
description: 'Read-only PostgreSQL database access — schema inspection and SQL query execution',
|
|
66
|
+
author: 'Anthropic, PBC',
|
|
66
67
|
version: '0.6.2',
|
|
67
68
|
category: 'mcp',
|
|
68
69
|
tags: ['postgresql', 'database', 'sql', 'official', 'data'],
|
|
69
|
-
stars:
|
|
70
|
-
installs:
|
|
70
|
+
stars: 85625,
|
|
71
|
+
installs: 182440,
|
|
71
72
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
72
73
|
npmPackage: '@modelcontextprotocol/server-postgres',
|
|
73
|
-
createdAt: '2024-11-
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
id: 'mcp-sqlite',
|
|
77
|
-
name: '@modelcontextprotocol/server-sqlite',
|
|
78
|
-
description: 'SQLite database access — query, schema exploration, and data manipulation',
|
|
79
|
-
author: 'modelcontextprotocol',
|
|
80
|
-
version: '2026.1.14',
|
|
81
|
-
category: 'mcp',
|
|
82
|
-
tags: ['sqlite', 'database', 'sql', 'official', 'data'],
|
|
83
|
-
stars: 2200,
|
|
84
|
-
installs: 67000,
|
|
85
|
-
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
86
|
-
npmPackage: '@modelcontextprotocol/server-sqlite',
|
|
87
|
-
createdAt: '2024-11-15'
|
|
74
|
+
createdAt: '2024-11-19'
|
|
88
75
|
},
|
|
89
76
|
{
|
|
90
77
|
id: 'mcp-redis',
|
|
91
78
|
name: '@modelcontextprotocol/server-redis',
|
|
92
79
|
description: 'Redis key-value store operations — get/set, list management, and cache control',
|
|
93
|
-
author: '
|
|
80
|
+
author: 'Anthropic, PBC',
|
|
94
81
|
version: '2025.4.25',
|
|
95
82
|
category: 'mcp',
|
|
96
83
|
tags: ['redis', 'cache', 'database', 'official', 'data'],
|
|
97
|
-
stars:
|
|
98
|
-
installs:
|
|
84
|
+
stars: 85625,
|
|
85
|
+
installs: 2888,
|
|
99
86
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
100
87
|
npmPackage: '@modelcontextprotocol/server-redis',
|
|
101
|
-
createdAt: '
|
|
88
|
+
createdAt: '2025-04-07'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
id: 'mcp-mongodb',
|
|
92
|
+
name: 'mongodb-mcp-server',
|
|
93
|
+
description: 'MongoDB and Atlas integration — document queries, aggregation pipelines, and cluster management',
|
|
94
|
+
author: 'mongodb-js',
|
|
95
|
+
version: '1.10.0',
|
|
96
|
+
category: 'mcp',
|
|
97
|
+
tags: ['mongodb', 'database', 'nosql', 'data'],
|
|
98
|
+
stars: 1021,
|
|
99
|
+
installs: 51183,
|
|
100
|
+
repository: 'https://github.com/mongodb-js/mongodb-mcp-server',
|
|
101
|
+
npmPackage: 'mongodb-mcp-server',
|
|
102
|
+
createdAt: '2025-04-23'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
id: 'mcp-elasticsearch',
|
|
106
|
+
name: '@elastic/mcp-server-elasticsearch',
|
|
107
|
+
description: 'Elasticsearch integration — search, indexing, and cluster query management',
|
|
108
|
+
author: 'Elastic',
|
|
109
|
+
version: '0.3.1',
|
|
110
|
+
category: 'mcp',
|
|
111
|
+
tags: ['elasticsearch', 'search', 'analytics', 'data'],
|
|
112
|
+
stars: 658,
|
|
113
|
+
installs: 1007,
|
|
114
|
+
repository: 'https://github.com/elastic/mcp-server-elasticsearch',
|
|
115
|
+
npmPackage: '@elastic/mcp-server-elasticsearch',
|
|
116
|
+
createdAt: '2025-03-24'
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
id: 'mcp-supabase',
|
|
120
|
+
name: '@supabase/mcp-server-supabase',
|
|
121
|
+
description: 'Supabase project management — database, auth, storage, and edge functions',
|
|
122
|
+
author: 'supabase-community',
|
|
123
|
+
version: '0.8.1',
|
|
124
|
+
category: 'mcp',
|
|
125
|
+
tags: ['supabase', 'database', 'backend', 'baas'],
|
|
126
|
+
stars: 2684,
|
|
127
|
+
installs: 68083,
|
|
128
|
+
repository: 'https://github.com/supabase-community/supabase-mcp',
|
|
129
|
+
npmPackage: '@supabase/mcp-server-supabase',
|
|
130
|
+
createdAt: '2025-03-28'
|
|
102
131
|
},
|
|
103
132
|
// ── AI & Memory ──
|
|
104
133
|
{
|
|
105
134
|
id: 'mcp-sequential-thinking',
|
|
106
135
|
name: '@modelcontextprotocol/server-sequential-thinking',
|
|
107
136
|
description: 'Structured multi-step reasoning with branching, revision, and chain-of-thought',
|
|
108
|
-
author: '
|
|
137
|
+
author: 'Anthropic, PBC',
|
|
109
138
|
version: '2025.12.18',
|
|
110
139
|
category: 'mcp',
|
|
111
140
|
tags: ['reasoning', 'thinking', 'ai', 'official'],
|
|
112
|
-
stars:
|
|
113
|
-
installs:
|
|
141
|
+
stars: 85625,
|
|
142
|
+
installs: 105931,
|
|
114
143
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
115
144
|
npmPackage: '@modelcontextprotocol/server-sequential-thinking',
|
|
116
|
-
createdAt: '2024-
|
|
145
|
+
createdAt: '2024-12-03'
|
|
117
146
|
},
|
|
118
147
|
{
|
|
119
148
|
id: 'mcp-memory',
|
|
120
149
|
name: '@modelcontextprotocol/server-memory',
|
|
121
150
|
description: 'Persistent knowledge graph memory for cross-session context retention',
|
|
122
|
-
author: '
|
|
151
|
+
author: 'Anthropic, PBC',
|
|
123
152
|
version: '2026.1.26',
|
|
124
153
|
category: 'mcp',
|
|
125
154
|
tags: ['memory', 'knowledge-graph', 'persistence', 'official'],
|
|
126
|
-
stars:
|
|
127
|
-
installs:
|
|
155
|
+
stars: 85625,
|
|
156
|
+
installs: 73433,
|
|
128
157
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
129
158
|
npmPackage: '@modelcontextprotocol/server-memory',
|
|
130
|
-
createdAt: '2024-
|
|
131
|
-
},
|
|
132
|
-
// ── Browser Automation ──
|
|
133
|
-
{
|
|
134
|
-
id: 'mcp-puppeteer',
|
|
135
|
-
name: '@modelcontextprotocol/server-puppeteer',
|
|
136
|
-
description: 'Headless Chrome browser automation — navigation, screenshots, PDF generation, and JavaScript evaluation',
|
|
137
|
-
author: 'modelcontextprotocol',
|
|
138
|
-
version: '2025.5.12',
|
|
139
|
-
category: 'mcp',
|
|
140
|
-
tags: ['browser', 'automation', 'puppeteer', 'official', 'web'],
|
|
141
|
-
stars: 3100,
|
|
142
|
-
installs: 89000,
|
|
143
|
-
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
144
|
-
npmPackage: '@modelcontextprotocol/server-puppeteer',
|
|
145
|
-
createdAt: '2024-09-20'
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
id: 'mcp-playwright',
|
|
149
|
-
name: '@modelcontextprotocol/server-playwright',
|
|
150
|
-
description: 'Cross-browser automation with Playwright — multi-page, mobile emulation, and network interception',
|
|
151
|
-
author: 'modelcontextprotocol',
|
|
152
|
-
version: '2026.1.14',
|
|
153
|
-
category: 'mcp',
|
|
154
|
-
tags: ['browser', 'automation', 'playwright', 'official', 'testing'],
|
|
155
|
-
stars: 1900,
|
|
156
|
-
installs: 56000,
|
|
157
|
-
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
158
|
-
npmPackage: '@modelcontextprotocol/server-playwright',
|
|
159
|
-
createdAt: '2024-11-10'
|
|
160
|
-
},
|
|
161
|
-
// ── Communication ──
|
|
162
|
-
{
|
|
163
|
-
id: 'mcp-slack',
|
|
164
|
-
name: '@modelcontextprotocol/server-slack',
|
|
165
|
-
description: 'Slack workspace integration — messaging, channel management, search, and user presence',
|
|
166
|
-
author: 'modelcontextprotocol',
|
|
167
|
-
version: '2025.4.25',
|
|
168
|
-
category: 'mcp',
|
|
169
|
-
tags: ['slack', 'communication', 'messaging', 'official'],
|
|
170
|
-
stars: 2600,
|
|
171
|
-
installs: 72000,
|
|
172
|
-
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
173
|
-
npmPackage: '@modelcontextprotocol/server-slack',
|
|
174
|
-
createdAt: '2024-10-10'
|
|
159
|
+
createdAt: '2024-11-21'
|
|
175
160
|
},
|
|
176
|
-
// ── Monitoring & observability ──
|
|
177
161
|
{
|
|
178
|
-
id: 'mcp-
|
|
179
|
-
name: '@
|
|
180
|
-
description: '
|
|
181
|
-
author: '
|
|
182
|
-
version: '
|
|
162
|
+
id: 'mcp-context7',
|
|
163
|
+
name: '@upstash/context7-mcp',
|
|
164
|
+
description: 'Up-to-date, version-specific documentation and code examples for any library',
|
|
165
|
+
author: 'upstash',
|
|
166
|
+
version: '2.2.5',
|
|
183
167
|
category: 'mcp',
|
|
184
|
-
tags: ['
|
|
185
|
-
stars:
|
|
186
|
-
installs:
|
|
187
|
-
repository: 'https://github.com/
|
|
188
|
-
npmPackage: '@
|
|
189
|
-
createdAt: '
|
|
168
|
+
tags: ['documentation', 'context', 'ai', 'reference'],
|
|
169
|
+
stars: 55284,
|
|
170
|
+
installs: 1141616,
|
|
171
|
+
repository: 'https://github.com/upstash/context7',
|
|
172
|
+
npmPackage: '@upstash/context7-mcp',
|
|
173
|
+
createdAt: '2025-04-08'
|
|
190
174
|
},
|
|
175
|
+
// ── Search & Web ──
|
|
191
176
|
{
|
|
192
|
-
id: 'mcp-
|
|
193
|
-
name: '@modelcontextprotocol/server-
|
|
194
|
-
description: '
|
|
195
|
-
author: '
|
|
196
|
-
version: '
|
|
177
|
+
id: 'mcp-brave-search',
|
|
178
|
+
name: '@modelcontextprotocol/server-brave-search',
|
|
179
|
+
description: 'Web search and local business queries using the Brave Search API',
|
|
180
|
+
author: 'Anthropic, PBC',
|
|
181
|
+
version: '0.6.2',
|
|
197
182
|
category: 'mcp',
|
|
198
|
-
tags: ['
|
|
199
|
-
stars:
|
|
200
|
-
installs:
|
|
183
|
+
tags: ['search', 'web', 'brave', 'api', 'official'],
|
|
184
|
+
stars: 85625,
|
|
185
|
+
installs: 24941,
|
|
201
186
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
202
|
-
npmPackage: '@modelcontextprotocol/server-
|
|
203
|
-
createdAt: '
|
|
204
|
-
},
|
|
205
|
-
// ── Community servers ──
|
|
206
|
-
{
|
|
207
|
-
id: 'mcp-docker',
|
|
208
|
-
name: '@anthropic/server-docker',
|
|
209
|
-
description: 'Docker container lifecycle management — build, run, stop, logs, and compose operations',
|
|
210
|
-
author: 'anthropic',
|
|
211
|
-
version: '1.2.0',
|
|
212
|
-
category: 'mcp',
|
|
213
|
-
tags: ['docker', 'containers', 'infrastructure', 'devops'],
|
|
214
|
-
stars: 1800,
|
|
215
|
-
installs: 45000,
|
|
216
|
-
repository: 'https://github.com/anthropics/mcp-docker',
|
|
217
|
-
npmPackage: '@anthropic/server-docker',
|
|
218
|
-
createdAt: '2025-02-01'
|
|
187
|
+
npmPackage: '@modelcontextprotocol/server-brave-search',
|
|
188
|
+
createdAt: '2024-11-21'
|
|
219
189
|
},
|
|
220
190
|
{
|
|
221
191
|
id: 'mcp-tavily',
|
|
222
|
-
name: '
|
|
223
|
-
description: 'AI-optimized web search
|
|
224
|
-
author: '
|
|
225
|
-
version: '0.
|
|
192
|
+
name: 'tavily-mcp',
|
|
193
|
+
description: 'AI-optimized web search and content extraction with the Tavily API',
|
|
194
|
+
author: 'Tavily',
|
|
195
|
+
version: '0.2.19',
|
|
226
196
|
category: 'mcp',
|
|
227
197
|
tags: ['search', 'web', 'ai', 'tavily'],
|
|
228
|
-
stars:
|
|
229
|
-
installs:
|
|
230
|
-
repository: 'https://github.com/tavily-ai/mcp
|
|
231
|
-
npmPackage: '
|
|
232
|
-
createdAt: '2025-
|
|
198
|
+
stars: 1965,
|
|
199
|
+
installs: 28859,
|
|
200
|
+
repository: 'https://github.com/tavily-ai/tavily-mcp',
|
|
201
|
+
npmPackage: 'tavily-mcp',
|
|
202
|
+
createdAt: '2025-01-27'
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
id: 'mcp-exa',
|
|
206
|
+
name: 'exa-mcp-server',
|
|
207
|
+
description: 'Exa AI search — web search, research, and content discovery for LLM contexts',
|
|
208
|
+
author: 'Exa Labs',
|
|
209
|
+
version: '3.2.1',
|
|
210
|
+
category: 'mcp',
|
|
211
|
+
tags: ['search', 'web', 'ai', 'research'],
|
|
212
|
+
stars: 4425,
|
|
213
|
+
installs: 12842,
|
|
214
|
+
repository: 'https://github.com/exa-labs/exa-mcp-server',
|
|
215
|
+
npmPackage: 'exa-mcp-server',
|
|
216
|
+
createdAt: '2024-12-17'
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
id: 'mcp-perplexity',
|
|
220
|
+
name: 'server-perplexity-ask',
|
|
221
|
+
description: 'Real-time web-wide research and Q&A through the Perplexity Sonar API',
|
|
222
|
+
author: 'Model Context Protocol',
|
|
223
|
+
version: '0.1.3',
|
|
224
|
+
category: 'mcp',
|
|
225
|
+
tags: ['search', 'web', 'ai', 'research'],
|
|
226
|
+
stars: 85625,
|
|
227
|
+
installs: 1452,
|
|
228
|
+
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
229
|
+
npmPackage: 'server-perplexity-ask',
|
|
230
|
+
createdAt: '2025-02-19'
|
|
233
231
|
},
|
|
234
232
|
{
|
|
235
233
|
id: 'mcp-firecrawl',
|
|
236
|
-
name: '
|
|
237
|
-
description: 'Web scraping with JavaScript rendering,
|
|
238
|
-
author: '
|
|
239
|
-
version: '
|
|
234
|
+
name: 'firecrawl-mcp',
|
|
235
|
+
description: 'Web scraping with JavaScript rendering, crawling, and markdown extraction',
|
|
236
|
+
author: 'firecrawl',
|
|
237
|
+
version: '3.15.0',
|
|
240
238
|
category: 'mcp',
|
|
241
239
|
tags: ['scraping', 'web', 'crawl', 'markdown'],
|
|
242
|
-
stars:
|
|
243
|
-
installs:
|
|
244
|
-
repository: 'https://github.com/
|
|
245
|
-
npmPackage: '
|
|
246
|
-
createdAt: '2025-
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
id: 'mcp-kubernetes',
|
|
250
|
-
name: '@anthropic/server-kubernetes',
|
|
251
|
-
description: 'Kubernetes cluster management — pods, deployments, services, logs, and config',
|
|
252
|
-
author: 'anthropic',
|
|
253
|
-
version: '0.5.0',
|
|
254
|
-
category: 'mcp',
|
|
255
|
-
tags: ['kubernetes', 'k8s', 'containers', 'infrastructure', 'devops'],
|
|
256
|
-
stars: 980,
|
|
257
|
-
installs: 21000,
|
|
258
|
-
repository: 'https://github.com/anthropics/mcp-kubernetes',
|
|
259
|
-
npmPackage: '@anthropic/server-kubernetes',
|
|
260
|
-
createdAt: '2025-02-20'
|
|
240
|
+
stars: 6308,
|
|
241
|
+
installs: 54574,
|
|
242
|
+
repository: 'https://github.com/firecrawl/firecrawl-mcp-server',
|
|
243
|
+
npmPackage: 'firecrawl-mcp',
|
|
244
|
+
createdAt: '2025-02-21'
|
|
261
245
|
},
|
|
262
246
|
{
|
|
263
|
-
id: 'mcp-
|
|
264
|
-
name: '@
|
|
265
|
-
description: '
|
|
266
|
-
author: '
|
|
267
|
-
version: '0.
|
|
268
|
-
category: 'mcp',
|
|
269
|
-
tags: ['jira', 'atlassian', 'project-management', 'issues'],
|
|
270
|
-
stars: 760,
|
|
271
|
-
installs: 18000,
|
|
272
|
-
repository: 'https://github.com/atlassian/mcp-jira',
|
|
273
|
-
npmPackage: '@atlassian/mcp-jira',
|
|
274
|
-
createdAt: '2025-03-10'
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
id: 'mcp-linear',
|
|
278
|
-
name: '@modelcontextprotocol/server-linear',
|
|
279
|
-
description: 'Linear issue tracking — create, update, search issues, and manage projects',
|
|
280
|
-
author: 'modelcontextprotocol',
|
|
281
|
-
version: '2026.1.14',
|
|
247
|
+
id: 'mcp-google-maps',
|
|
248
|
+
name: '@modelcontextprotocol/server-google-maps',
|
|
249
|
+
description: 'Google Maps integration — geocoding, places, directions, and distance queries',
|
|
250
|
+
author: 'Anthropic, PBC',
|
|
251
|
+
version: '0.6.2',
|
|
282
252
|
category: 'mcp',
|
|
283
|
-
tags: ['
|
|
284
|
-
stars:
|
|
285
|
-
installs:
|
|
253
|
+
tags: ['maps', 'geocoding', 'location', 'official'],
|
|
254
|
+
stars: 85625,
|
|
255
|
+
installs: 10487,
|
|
286
256
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
287
|
-
npmPackage: '@modelcontextprotocol/server-
|
|
288
|
-
createdAt: '
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
id: 'mcp-notion',
|
|
292
|
-
name: '@notionhq/mcp-server',
|
|
293
|
-
description: 'Notion workspace integration — pages, databases, search, and content management',
|
|
294
|
-
author: 'notion',
|
|
295
|
-
version: '0.3.0',
|
|
296
|
-
category: 'mcp',
|
|
297
|
-
tags: ['notion', 'documentation', 'knowledge-base'],
|
|
298
|
-
stars: 1500,
|
|
299
|
-
installs: 42000,
|
|
300
|
-
repository: 'https://github.com/notionhq/mcp-server',
|
|
301
|
-
npmPackage: '@notionhq/mcp-server',
|
|
302
|
-
createdAt: '2025-03-15'
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
id: 'mcp-figma',
|
|
306
|
-
name: '@figma/mcp-server',
|
|
307
|
-
description: 'Figma file access — read components, styles, and design tokens for design-to-code',
|
|
308
|
-
author: 'figma',
|
|
309
|
-
version: '0.2.0',
|
|
310
|
-
category: 'mcp',
|
|
311
|
-
tags: ['figma', 'design', 'design-tokens', 'frontend'],
|
|
312
|
-
stars: 1100,
|
|
313
|
-
installs: 29000,
|
|
314
|
-
repository: 'https://github.com/figma/mcp-server',
|
|
315
|
-
npmPackage: '@figma/mcp-server',
|
|
316
|
-
createdAt: '2025-04-01'
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
id: 'mcp-shadcn',
|
|
320
|
-
name: '@shadcn/mcp-server',
|
|
321
|
-
description: 'shadcn/ui component library — browse, install, and configure UI components',
|
|
322
|
-
author: 'shadcn',
|
|
323
|
-
version: '0.1.0',
|
|
324
|
-
category: 'mcp',
|
|
325
|
-
tags: ['shadcn', 'ui', 'components', 'react', 'frontend'],
|
|
326
|
-
stars: 2100,
|
|
327
|
-
installs: 56000,
|
|
328
|
-
repository: 'https://github.com/shadcn/mcp-server',
|
|
329
|
-
npmPackage: '@shadcn/mcp-server',
|
|
330
|
-
createdAt: '2025-04-10'
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
id: 'mcp-tailwind',
|
|
334
|
-
name: '@tailwindlabs/mcp-server',
|
|
335
|
-
description: 'Tailwind CSS — class suggestions, config validation, and design system queries',
|
|
336
|
-
author: 'tailwindlabs',
|
|
337
|
-
version: '0.1.0',
|
|
338
|
-
category: 'mcp',
|
|
339
|
-
tags: ['tailwind', 'css', 'design', 'frontend'],
|
|
340
|
-
stars: 1300,
|
|
341
|
-
installs: 31000,
|
|
342
|
-
repository: 'https://github.com/tailwindlabs/mcp-server',
|
|
343
|
-
npmPackage: '@tailwindlabs/mcp-server',
|
|
344
|
-
createdAt: '2025-04-15'
|
|
257
|
+
npmPackage: '@modelcontextprotocol/server-google-maps',
|
|
258
|
+
createdAt: '2024-11-21'
|
|
345
259
|
},
|
|
260
|
+
// ── Browser Automation ──
|
|
346
261
|
{
|
|
347
|
-
id: 'mcp-
|
|
348
|
-
name: '@
|
|
349
|
-
description: '
|
|
350
|
-
author: '
|
|
351
|
-
version: '
|
|
262
|
+
id: 'mcp-puppeteer',
|
|
263
|
+
name: '@modelcontextprotocol/server-puppeteer',
|
|
264
|
+
description: 'Headless Chrome browser automation — navigation, screenshots, and JavaScript evaluation',
|
|
265
|
+
author: 'Anthropic, PBC',
|
|
266
|
+
version: '2025.5.12',
|
|
352
267
|
category: 'mcp',
|
|
353
|
-
tags: ['
|
|
354
|
-
stars:
|
|
355
|
-
installs:
|
|
356
|
-
repository: 'https://github.com/
|
|
357
|
-
npmPackage: '@
|
|
358
|
-
createdAt: '
|
|
268
|
+
tags: ['browser', 'automation', 'puppeteer', 'official', 'web'],
|
|
269
|
+
stars: 85625,
|
|
270
|
+
installs: 29680,
|
|
271
|
+
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
272
|
+
npmPackage: '@modelcontextprotocol/server-puppeteer',
|
|
273
|
+
createdAt: '2024-11-19'
|
|
359
274
|
},
|
|
360
275
|
{
|
|
361
|
-
id: 'mcp-
|
|
362
|
-
name: '@
|
|
363
|
-
description: '
|
|
364
|
-
author: '
|
|
365
|
-
version: '0.
|
|
366
|
-
category: 'mcp',
|
|
367
|
-
tags: ['
|
|
368
|
-
stars:
|
|
369
|
-
installs:
|
|
370
|
-
repository: 'https://github.com/
|
|
371
|
-
npmPackage: '@
|
|
276
|
+
id: 'mcp-playwright',
|
|
277
|
+
name: '@playwright/mcp',
|
|
278
|
+
description: 'Official Playwright browser automation — accessibility-tree navigation, multi-page, and network control',
|
|
279
|
+
author: 'Microsoft Corporation',
|
|
280
|
+
version: '0.0.75',
|
|
281
|
+
category: 'mcp',
|
|
282
|
+
tags: ['browser', 'automation', 'playwright', 'testing', 'web'],
|
|
283
|
+
stars: 32493,
|
|
284
|
+
installs: 2613994,
|
|
285
|
+
repository: 'https://github.com/microsoft/playwright-mcp',
|
|
286
|
+
npmPackage: '@playwright/mcp',
|
|
287
|
+
createdAt: '2025-03-13'
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
id: 'mcp-playwright-ea',
|
|
291
|
+
name: '@executeautomation/playwright-mcp-server',
|
|
292
|
+
description: 'Playwright automation and test code generation — browser control and scraping',
|
|
293
|
+
author: 'ExecuteAutomation, Ltd',
|
|
294
|
+
version: '1.0.12',
|
|
295
|
+
category: 'mcp',
|
|
296
|
+
tags: ['browser', 'automation', 'playwright', 'testing'],
|
|
297
|
+
stars: 5510,
|
|
298
|
+
installs: 79058,
|
|
299
|
+
repository: 'https://github.com/executeautomation/mcp-playwright',
|
|
300
|
+
npmPackage: '@executeautomation/playwright-mcp-server',
|
|
301
|
+
createdAt: '2024-12-05'
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
id: 'mcp-browsermcp',
|
|
305
|
+
name: '@browsermcp/mcp',
|
|
306
|
+
description: 'Automate your own browser — control your real Chrome profile, tabs, and sessions',
|
|
307
|
+
author: 'Browser MCP',
|
|
308
|
+
version: '0.1.3',
|
|
309
|
+
category: 'mcp',
|
|
310
|
+
tags: ['browser', 'automation', 'web'],
|
|
311
|
+
stars: 0,
|
|
312
|
+
installs: 7461,
|
|
313
|
+
npmPackage: '@browsermcp/mcp',
|
|
372
314
|
createdAt: '2025-04-05'
|
|
373
315
|
},
|
|
316
|
+
// ── Communication & Productivity ──
|
|
374
317
|
{
|
|
375
|
-
id: 'mcp-
|
|
376
|
-
name: '@
|
|
377
|
-
description: '
|
|
378
|
-
author: '
|
|
379
|
-
version: '
|
|
380
|
-
category: 'mcp',
|
|
381
|
-
tags: ['stripe', 'payments', 'billing', 'commerce'],
|
|
382
|
-
stars: 920,
|
|
383
|
-
installs: 22000,
|
|
384
|
-
repository: 'https://github.com/stripe/mcp-server',
|
|
385
|
-
npmPackage: '@stripe/mcp-server',
|
|
386
|
-
createdAt: '2025-04-20'
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
id: 'mcp-python-repl',
|
|
390
|
-
name: '@modelcontextprotocol/server-python-repl',
|
|
391
|
-
description: 'Execute Python code in a sandboxed REPL environment',
|
|
392
|
-
author: 'modelcontextprotocol',
|
|
393
|
-
version: '2026.1.14',
|
|
318
|
+
id: 'mcp-slack',
|
|
319
|
+
name: '@modelcontextprotocol/server-slack',
|
|
320
|
+
description: 'Slack workspace integration — messaging, channel management, and user presence',
|
|
321
|
+
author: 'Anthropic, PBC',
|
|
322
|
+
version: '2025.4.25',
|
|
394
323
|
category: 'mcp',
|
|
395
|
-
tags: ['
|
|
396
|
-
stars:
|
|
397
|
-
installs:
|
|
324
|
+
tags: ['slack', 'communication', 'messaging', 'official'],
|
|
325
|
+
stars: 85625,
|
|
326
|
+
installs: 62239,
|
|
398
327
|
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
399
|
-
npmPackage: '@modelcontextprotocol/server-
|
|
400
|
-
createdAt: '2024-
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
id: 'mcp-openapi',
|
|
404
|
-
name: '@anthropic/server-openapi',
|
|
405
|
-
description: 'OpenAPI/Swagger — discover and call REST APIs from their OpenAPI specs',
|
|
406
|
-
author: 'anthropic',
|
|
407
|
-
version: '0.4.0',
|
|
408
|
-
category: 'mcp',
|
|
409
|
-
tags: ['openapi', 'rest', 'api', 'swagger', 'integration'],
|
|
410
|
-
stars: 670,
|
|
411
|
-
installs: 14000,
|
|
412
|
-
repository: 'https://github.com/anthropics/mcp-openapi',
|
|
413
|
-
npmPackage: '@anthropic/server-openapi',
|
|
414
|
-
createdAt: '2025-02-10'
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
id: 'mcp-obsidian',
|
|
418
|
-
name: '@obsidianmd/mcp-server',
|
|
419
|
-
description: 'Obsidian vault access — read, search, and create notes and links',
|
|
420
|
-
author: 'obsidian',
|
|
421
|
-
version: '0.2.0',
|
|
422
|
-
category: 'mcp',
|
|
423
|
-
tags: ['obsidian', 'notes', 'knowledge-base', 'markdown'],
|
|
424
|
-
stars: 1100,
|
|
425
|
-
installs: 27000,
|
|
426
|
-
repository: 'https://github.com/obsidianmd/mcp-server',
|
|
427
|
-
npmPackage: '@obsidianmd/mcp-server',
|
|
428
|
-
createdAt: '2025-03-25'
|
|
328
|
+
npmPackage: '@modelcontextprotocol/server-slack',
|
|
329
|
+
createdAt: '2024-11-19'
|
|
429
330
|
},
|
|
430
331
|
{
|
|
431
|
-
id: 'mcp-
|
|
432
|
-
name: '@
|
|
433
|
-
description: '
|
|
434
|
-
author: '
|
|
435
|
-
version: '
|
|
332
|
+
id: 'mcp-notion',
|
|
333
|
+
name: '@notionhq/notion-mcp-server',
|
|
334
|
+
description: 'Official Notion integration — pages, databases, search, and content management',
|
|
335
|
+
author: 'notionhq',
|
|
336
|
+
version: '2.2.1',
|
|
436
337
|
category: 'mcp',
|
|
437
|
-
tags: ['
|
|
438
|
-
stars:
|
|
439
|
-
installs:
|
|
440
|
-
repository: 'https://github.com/
|
|
441
|
-
npmPackage: '@
|
|
442
|
-
createdAt: '2025-04-
|
|
338
|
+
tags: ['notion', 'documentation', 'knowledge-base'],
|
|
339
|
+
stars: 4327,
|
|
340
|
+
installs: 67119,
|
|
341
|
+
repository: 'https://github.com/makenotion/notion-mcp-server',
|
|
342
|
+
npmPackage: '@notionhq/notion-mcp-server',
|
|
343
|
+
createdAt: '2025-04-03'
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
id: 'mcp-gdrive',
|
|
347
|
+
name: '@modelcontextprotocol/server-gdrive',
|
|
348
|
+
description: 'Google Drive integration — list, search, and read files across a Drive account',
|
|
349
|
+
author: 'Anthropic, PBC',
|
|
350
|
+
version: '2025.1.14',
|
|
351
|
+
category: 'mcp',
|
|
352
|
+
tags: ['google-drive', 'files', 'documents', 'official'],
|
|
353
|
+
stars: 85625,
|
|
354
|
+
installs: 8678,
|
|
355
|
+
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
356
|
+
npmPackage: '@modelcontextprotocol/server-gdrive',
|
|
357
|
+
createdAt: '2024-11-19'
|
|
443
358
|
},
|
|
359
|
+
// ── Design & Frontend ──
|
|
444
360
|
{
|
|
445
|
-
id: 'mcp-
|
|
446
|
-
name: '
|
|
447
|
-
description: '
|
|
448
|
-
author: '
|
|
449
|
-
version: '0.
|
|
361
|
+
id: 'mcp-figma',
|
|
362
|
+
name: 'figma-developer-mcp',
|
|
363
|
+
description: 'Figma layout and design data for AI coding agents — convert designs to code accurately',
|
|
364
|
+
author: 'GLips',
|
|
365
|
+
version: '0.11.0',
|
|
450
366
|
category: 'mcp',
|
|
451
|
-
tags: ['
|
|
452
|
-
stars:
|
|
453
|
-
installs:
|
|
454
|
-
repository: 'https://github.com/
|
|
455
|
-
npmPackage: '
|
|
456
|
-
createdAt: '2025-
|
|
367
|
+
tags: ['figma', 'design', 'design-tokens', 'frontend'],
|
|
368
|
+
stars: 14747,
|
|
369
|
+
installs: 53549,
|
|
370
|
+
repository: 'https://github.com/GLips/Figma-Context-MCP',
|
|
371
|
+
npmPackage: 'figma-developer-mcp',
|
|
372
|
+
createdAt: '2025-02-22'
|
|
457
373
|
},
|
|
458
374
|
{
|
|
459
|
-
id: 'mcp-
|
|
460
|
-
name: '@
|
|
461
|
-
description: '
|
|
462
|
-
author: '
|
|
375
|
+
id: 'mcp-magic',
|
|
376
|
+
name: '@21st-dev/magic',
|
|
377
|
+
description: 'Generate polished React UI components from natural language with 21st.dev Magic',
|
|
378
|
+
author: '21st-dev',
|
|
463
379
|
version: '0.1.0',
|
|
464
380
|
category: 'mcp',
|
|
465
|
-
tags: ['
|
|
466
|
-
stars:
|
|
467
|
-
installs:
|
|
468
|
-
repository: 'https://github.com/
|
|
469
|
-
npmPackage: '@
|
|
470
|
-
createdAt: '2025-
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
id: 'mcp-aws',
|
|
474
|
-
name: '@anthropic/server-aws',
|
|
475
|
-
description: 'AWS resource management — EC2, S3, Lambda, IAM, and CloudFormation',
|
|
476
|
-
author: 'anthropic',
|
|
477
|
-
version: '0.6.0',
|
|
478
|
-
category: 'mcp',
|
|
479
|
-
tags: ['aws', 'cloud', 'infrastructure', 'devops'],
|
|
480
|
-
stars: 1300,
|
|
481
|
-
installs: 35000,
|
|
482
|
-
repository: 'https://github.com/anthropics/mcp-aws',
|
|
483
|
-
npmPackage: '@anthropic/server-aws',
|
|
484
|
-
createdAt: '2025-03-01'
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
id: 'mcp-gcp',
|
|
488
|
-
name: '@anthropic/server-gcp',
|
|
489
|
-
description: 'Google Cloud Platform — GCS, Cloud Run, GKE, IAM, and Cloud SQL',
|
|
490
|
-
author: 'anthropic',
|
|
491
|
-
version: '0.3.0',
|
|
492
|
-
category: 'mcp',
|
|
493
|
-
tags: ['gcp', 'cloud', 'infrastructure', 'devops'],
|
|
494
|
-
stars: 540,
|
|
495
|
-
installs: 13000,
|
|
496
|
-
repository: 'https://github.com/anthropics/mcp-gcp',
|
|
497
|
-
npmPackage: '@anthropic/server-gcp',
|
|
498
|
-
createdAt: '2025-04-01'
|
|
381
|
+
tags: ['ui', 'components', 'react', 'frontend', 'design'],
|
|
382
|
+
stars: 4863,
|
|
383
|
+
installs: 11231,
|
|
384
|
+
repository: 'https://github.com/21st-dev/magic-mcp',
|
|
385
|
+
npmPackage: '@21st-dev/magic',
|
|
386
|
+
createdAt: '2025-03-11'
|
|
499
387
|
},
|
|
388
|
+
// ── Cloud, Infra & DevOps ──
|
|
500
389
|
{
|
|
501
|
-
id: 'mcp-
|
|
502
|
-
name: '@
|
|
503
|
-
description: '
|
|
504
|
-
author: '
|
|
505
|
-
version: '0.2.0',
|
|
506
|
-
category: 'mcp',
|
|
507
|
-
tags: ['elasticsearch', 'search', 'analytics', 'data'],
|
|
508
|
-
stars: 410,
|
|
509
|
-
installs: 8500,
|
|
510
|
-
repository: 'https://github.com/elastic/mcp-server',
|
|
511
|
-
npmPackage: '@elastic/mcp-server',
|
|
512
|
-
createdAt: '2025-05-05'
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
id: 'mcp-confluence',
|
|
516
|
-
name: '@atlassian/mcp-confluence',
|
|
517
|
-
description: 'Confluence — create, edit, and search pages, spaces, and attachments',
|
|
518
|
-
author: 'atlassian',
|
|
390
|
+
id: 'mcp-cloudflare',
|
|
391
|
+
name: '@cloudflare/mcp-server-cloudflare',
|
|
392
|
+
description: 'Cloudflare API — Workers, KV, R2, D1, DNS, and account management',
|
|
393
|
+
author: 'Cloudflare, Inc.',
|
|
519
394
|
version: '0.2.0',
|
|
520
395
|
category: 'mcp',
|
|
521
|
-
tags: ['
|
|
522
|
-
stars:
|
|
523
|
-
installs:
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
createdAt: '2025-05-15'
|
|
396
|
+
tags: ['cloudflare', 'dns', 'workers', 'infrastructure', 'devops'],
|
|
397
|
+
stars: 0,
|
|
398
|
+
installs: 2249,
|
|
399
|
+
npmPackage: '@cloudflare/mcp-server-cloudflare',
|
|
400
|
+
createdAt: '2024-11-27'
|
|
527
401
|
},
|
|
528
402
|
{
|
|
529
|
-
id: 'mcp-
|
|
530
|
-
name: '
|
|
531
|
-
description: '
|
|
532
|
-
author: '
|
|
533
|
-
version: '
|
|
403
|
+
id: 'mcp-kubernetes',
|
|
404
|
+
name: 'mcp-server-kubernetes',
|
|
405
|
+
description: 'Kubernetes cluster management — pods, deployments, services, logs, and Helm',
|
|
406
|
+
author: 'Flux159',
|
|
407
|
+
version: '3.5.1',
|
|
534
408
|
category: 'mcp',
|
|
535
|
-
tags: ['
|
|
536
|
-
stars:
|
|
537
|
-
installs:
|
|
538
|
-
repository: 'https://github.com/
|
|
539
|
-
npmPackage: '
|
|
540
|
-
createdAt: '
|
|
409
|
+
tags: ['kubernetes', 'k8s', 'containers', 'infrastructure', 'devops'],
|
|
410
|
+
stars: 1391,
|
|
411
|
+
installs: 13585,
|
|
412
|
+
repository: 'https://github.com/Flux159/mcp-server-kubernetes',
|
|
413
|
+
npmPackage: 'mcp-server-kubernetes',
|
|
414
|
+
createdAt: '2024-12-10'
|
|
541
415
|
},
|
|
542
416
|
{
|
|
543
|
-
id: 'mcp-
|
|
544
|
-
name: '@
|
|
545
|
-
description: '
|
|
546
|
-
author: '
|
|
547
|
-
version: '
|
|
417
|
+
id: 'mcp-heroku',
|
|
418
|
+
name: '@heroku/mcp-server',
|
|
419
|
+
description: 'Heroku platform management — apps, dynos, add-ons, releases, and config vars',
|
|
420
|
+
author: 'Heroku',
|
|
421
|
+
version: '1.2.2',
|
|
548
422
|
category: 'mcp',
|
|
549
|
-
tags: ['
|
|
550
|
-
stars:
|
|
551
|
-
installs:
|
|
552
|
-
repository: 'https://github.com/
|
|
553
|
-
npmPackage: '@
|
|
554
|
-
createdAt: '2025-
|
|
423
|
+
tags: ['heroku', 'paas', 'deployment', 'devops'],
|
|
424
|
+
stars: 76,
|
|
425
|
+
installs: 5693,
|
|
426
|
+
repository: 'https://github.com/heroku/heroku-mcp-server',
|
|
427
|
+
npmPackage: '@heroku/mcp-server',
|
|
428
|
+
createdAt: '2025-04-07'
|
|
555
429
|
},
|
|
556
430
|
{
|
|
557
|
-
id: 'mcp-
|
|
558
|
-
name: '@
|
|
559
|
-
description: '
|
|
560
|
-
author: '
|
|
561
|
-
version: '0.2
|
|
431
|
+
id: 'mcp-aws-kb',
|
|
432
|
+
name: '@modelcontextprotocol/server-aws-kb-retrieval',
|
|
433
|
+
description: 'Retrieve documents from an AWS Knowledge Base via Bedrock Agent Runtime',
|
|
434
|
+
author: 'Anthropic, PBC',
|
|
435
|
+
version: '0.6.2',
|
|
562
436
|
category: 'mcp',
|
|
563
|
-
tags: ['
|
|
564
|
-
stars:
|
|
565
|
-
installs:
|
|
566
|
-
repository: 'https://github.com/
|
|
567
|
-
npmPackage: '@
|
|
568
|
-
createdAt: '2025-
|
|
437
|
+
tags: ['aws', 'bedrock', 'retrieval', 'cloud', 'official'],
|
|
438
|
+
stars: 85625,
|
|
439
|
+
installs: 403,
|
|
440
|
+
repository: 'https://github.com/modelcontextprotocol/servers',
|
|
441
|
+
npmPackage: '@modelcontextprotocol/server-aws-kb-retrieval',
|
|
442
|
+
createdAt: '2025-01-14'
|
|
569
443
|
},
|
|
570
444
|
{
|
|
571
|
-
id: 'mcp-
|
|
572
|
-
name: '
|
|
573
|
-
description: '
|
|
574
|
-
author: '
|
|
575
|
-
version: '
|
|
445
|
+
id: 'mcp-remote',
|
|
446
|
+
name: 'mcp-remote',
|
|
447
|
+
description: 'Adapter that connects local stdio MCP clients to remote HTTP/SSE MCP servers',
|
|
448
|
+
author: 'Glen Maddern',
|
|
449
|
+
version: '0.1.38',
|
|
576
450
|
category: 'mcp',
|
|
577
|
-
tags: ['
|
|
578
|
-
stars:
|
|
579
|
-
installs:
|
|
580
|
-
repository: 'https://github.com/
|
|
581
|
-
npmPackage: '
|
|
582
|
-
createdAt: '2025-
|
|
451
|
+
tags: ['proxy', 'remote', 'transport', 'infrastructure'],
|
|
452
|
+
stars: 1423,
|
|
453
|
+
installs: 354615,
|
|
454
|
+
repository: 'https://github.com/geelen/mcp-remote',
|
|
455
|
+
npmPackage: 'mcp-remote',
|
|
456
|
+
createdAt: '2025-03-17'
|
|
583
457
|
},
|
|
458
|
+
// ── Monitoring & Payments ──
|
|
584
459
|
{
|
|
585
|
-
id: 'mcp-
|
|
586
|
-
name: '@
|
|
587
|
-
description: '
|
|
588
|
-
author: '
|
|
589
|
-
version: '0.
|
|
460
|
+
id: 'mcp-sentry',
|
|
461
|
+
name: '@sentry/mcp-server',
|
|
462
|
+
description: 'Sentry error tracking — issues, events, releases, and performance monitoring',
|
|
463
|
+
author: 'getsentry',
|
|
464
|
+
version: '0.33.0',
|
|
590
465
|
category: 'mcp',
|
|
591
|
-
tags: ['
|
|
592
|
-
stars:
|
|
593
|
-
installs:
|
|
594
|
-
repository: 'https://github.com/
|
|
595
|
-
npmPackage: '@
|
|
596
|
-
createdAt: '2025-
|
|
466
|
+
tags: ['sentry', 'monitoring', 'errors', 'observability'],
|
|
467
|
+
stars: 687,
|
|
468
|
+
installs: 90109,
|
|
469
|
+
repository: 'https://github.com/getsentry/sentry-mcp',
|
|
470
|
+
npmPackage: '@sentry/mcp-server',
|
|
471
|
+
createdAt: '2025-04-24'
|
|
597
472
|
},
|
|
598
473
|
{
|
|
599
|
-
id: 'mcp-
|
|
600
|
-
name: '@
|
|
601
|
-
description: '
|
|
602
|
-
author: '
|
|
603
|
-
version: '0.3.
|
|
474
|
+
id: 'mcp-stripe',
|
|
475
|
+
name: '@stripe/mcp',
|
|
476
|
+
description: 'Stripe payments — customers, products, prices, invoices, and payment links',
|
|
477
|
+
author: 'Stripe',
|
|
478
|
+
version: '0.3.3',
|
|
604
479
|
category: 'mcp',
|
|
605
|
-
tags: ['
|
|
606
|
-
stars:
|
|
607
|
-
installs:
|
|
608
|
-
repository: 'https://github.com/
|
|
609
|
-
npmPackage: '@
|
|
610
|
-
createdAt: '2025-
|
|
480
|
+
tags: ['stripe', 'payments', 'billing', 'commerce'],
|
|
481
|
+
stars: 1548,
|
|
482
|
+
installs: 22628,
|
|
483
|
+
repository: 'https://github.com/stripe/ai',
|
|
484
|
+
npmPackage: '@stripe/mcp',
|
|
485
|
+
createdAt: '2025-02-19'
|
|
611
486
|
},
|
|
612
487
|
// ── Prompts ──
|
|
613
488
|
{
|
|
@@ -645,7 +520,7 @@ export const samplePackages = [
|
|
|
645
520
|
stars: 780,
|
|
646
521
|
installs: 4500,
|
|
647
522
|
createdAt: '2025-03-01'
|
|
648
|
-
}
|
|
523
|
+
}
|
|
649
524
|
];
|
|
650
525
|
export const sampleWorkflows = [
|
|
651
526
|
{
|
|
@@ -847,78 +722,10 @@ Ask about the project type first, then generate a complete scaffold.`,
|
|
|
847
722
|
createdAt: '2025-04-15'
|
|
848
723
|
}
|
|
849
724
|
];
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
author: 'devarchitect',
|
|
855
|
-
content: 'I have been experimenting with both approaches. MCP seems more flexible for tool-based workflows since any client can use any server, but function calling is simpler to set up for single-provider apps. What is your experience and when do you reach for each?',
|
|
856
|
-
category: 'question',
|
|
857
|
-
replies: 23,
|
|
858
|
-
stars: 45,
|
|
859
|
-
createdAt: '2025-03-01'
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
id: 'disc-best-coder-model',
|
|
863
|
-
title: 'Best model for coding in 2026?',
|
|
864
|
-
author: 'local-llm-fan',
|
|
865
|
-
content: 'With Claude Opus 4.5, Gemini 2.5 Pro, GPT-5, DeepSeek V4, and Qwen4 all available — what are you using for daily development? Any standout for agentic coding workflows?',
|
|
866
|
-
category: 'discussion',
|
|
867
|
-
replies: 67,
|
|
868
|
-
stars: 89,
|
|
869
|
-
createdAt: '2025-03-10'
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
id: 'disc-agora-init',
|
|
873
|
-
title: 'Showcase: Zero-to-productive OpenCode setup in one command',
|
|
874
|
-
author: 'agora-core',
|
|
875
|
-
content: 'Just built an init flow that scans your project and generates the perfect opencode.json automatically. Node project? Gets the npm MCP servers. Python? Gets the right tools. Try `agora init` in your project!',
|
|
876
|
-
category: 'showcase',
|
|
877
|
-
replies: 12,
|
|
878
|
-
stars: 34,
|
|
879
|
-
createdAt: '2025-04-01'
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
id: 'disc-mcp-security',
|
|
883
|
-
title: 'Security considerations for MCP servers in production',
|
|
884
|
-
author: 'sec-ops',
|
|
885
|
-
content: 'What are people doing to secure MCP servers in production? I am particularly concerned about filesystem access scope, credential management, and rate limiting. Curious to hear what patterns the community has settled on.',
|
|
886
|
-
category: 'question',
|
|
887
|
-
replies: 31,
|
|
888
|
-
stars: 56,
|
|
889
|
-
createdAt: '2025-03-15'
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
id: 'disc-workflow-sharing',
|
|
893
|
-
title: 'Idea: Community workflow registry with versioning',
|
|
894
|
-
author: 'wf-creator',
|
|
895
|
-
content: 'What if we could version-control and share workflows like npm packages? Publish a workflow, others can install it with `agora use`, fork it, improve it, and contribute back. Think npm for agent workflows.',
|
|
896
|
-
category: 'idea',
|
|
897
|
-
replies: 18,
|
|
898
|
-
stars: 42,
|
|
899
|
-
createdAt: '2025-04-05'
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
id: 'disc-local-vs-remote',
|
|
903
|
-
title: 'Local models catching up — is 2026 the year of local coding?',
|
|
904
|
-
author: 'offline-first',
|
|
905
|
-
content: 'With Qwen4-72B and DeepSeek V4 running on consumer hardware, are we finally at the point where local models can replace cloud API for everyday coding? What is your local setup looking like?',
|
|
906
|
-
category: 'discussion',
|
|
907
|
-
replies: 45,
|
|
908
|
-
stars: 78,
|
|
909
|
-
createdAt: '2025-04-10'
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
id: 'disc-mcp-server-list',
|
|
913
|
-
title: 'What is your must-have MCP server stack?',
|
|
914
|
-
author: 'stack-builder',
|
|
915
|
-
content: 'Mine: filesystem (obvious), GitHub (dev workflow), sequential-thinking (complex reasoning), memory (context retention), and postgres (data access). What are your non-negotiables?',
|
|
916
|
-
category: 'discussion',
|
|
917
|
-
replies: 38,
|
|
918
|
-
stars: 63,
|
|
919
|
-
createdAt: '2025-04-15'
|
|
920
|
-
}
|
|
921
|
-
];
|
|
725
|
+
// Discussions are backend-only. The offline build ships none rather than
|
|
726
|
+
// fabricated community activity — real threads are served live when
|
|
727
|
+
// AGORA_API_URL points at a deployed backend.
|
|
728
|
+
export const sampleDiscussions = [];
|
|
922
729
|
export const sampleTutorials = [
|
|
923
730
|
{
|
|
924
731
|
id: 'tut-mcp-basics',
|
|
@@ -929,31 +736,28 @@ export const sampleTutorials = [
|
|
|
929
736
|
steps: [
|
|
930
737
|
{
|
|
931
738
|
title: 'What is MCP?',
|
|
932
|
-
content:
|
|
739
|
+
content: "The Model Context Protocol (MCP) is an open standard that lets AI models connect with external tools and data sources. Think of it as a USB-C port for AI — a universal way to plug any AI into any tool. MCP was created by Anthropic and is now governed by the Linux Foundation's Agentic AI Foundation."
|
|
933
740
|
},
|
|
934
741
|
{
|
|
935
742
|
title: 'Installing Your First MCP Server',
|
|
936
|
-
content:
|
|
937
|
-
code: `npm install -g @modelcontextprotocol/server-filesystem
|
|
743
|
+
content: "Let's install the filesystem MCP server. OpenCode uses MCP servers to access your files, run commands, and interact with APIs.",
|
|
744
|
+
code: `npm install -g @modelcontextprotocol/server-filesystem`
|
|
938
745
|
},
|
|
939
746
|
{
|
|
940
747
|
title: 'Configure in OpenCode',
|
|
941
748
|
content: 'Add the MCP server to your OpenCode configuration and restart opencode to pick it up:',
|
|
942
749
|
code: `{
|
|
943
|
-
"
|
|
750
|
+
"mcp": {
|
|
944
751
|
"filesystem": {
|
|
945
|
-
"
|
|
946
|
-
"
|
|
947
|
-
"@modelcontextprotocol/server-filesystem",
|
|
948
|
-
"./"
|
|
949
|
-
]
|
|
752
|
+
"type": "local",
|
|
753
|
+
"command": ["npx", "@modelcontextprotocol/server-filesystem", "./"]
|
|
950
754
|
}
|
|
951
755
|
}
|
|
952
|
-
}
|
|
756
|
+
}`
|
|
953
757
|
},
|
|
954
758
|
{
|
|
955
759
|
title: 'Test It Out',
|
|
956
|
-
content: 'Now in OpenCode, try asking: "List the files in the current directory" or "Read the package.json file". The AI will use the filesystem MCP server to access your files safely.'
|
|
760
|
+
content: 'Now in OpenCode, try asking: "List the files in the current directory" or "Read the package.json file". The AI will use the filesystem MCP server to access your files safely.'
|
|
957
761
|
}
|
|
958
762
|
]
|
|
959
763
|
},
|
|
@@ -966,7 +770,7 @@ export const sampleTutorials = [
|
|
|
966
770
|
steps: [
|
|
967
771
|
{
|
|
968
772
|
title: 'Skills — Lightweight Prompts',
|
|
969
|
-
content:
|
|
773
|
+
content: "Skills are markdown files with frontmatter that define agent behavior. They're the lightest form of customization. Create a file called `.opencode/skills/reviewer.md` and OpenCode will load it automatically.",
|
|
970
774
|
code: `---
|
|
971
775
|
name: code-reviewer
|
|
972
776
|
description: Reviews code for quality and security
|
|
@@ -975,15 +779,15 @@ description: Reviews code for quality and security
|
|
|
975
779
|
You are a senior code reviewer. Focus on:
|
|
976
780
|
- Security vulnerabilities
|
|
977
781
|
- Performance issues
|
|
978
|
-
- Code style and maintainability
|
|
782
|
+
- Code style and maintainability`
|
|
979
783
|
},
|
|
980
784
|
{
|
|
981
785
|
title: 'Agents — Specialized Workers',
|
|
982
|
-
content: 'Agents are specialized workers with their own system prompt and tool permissions. You can define them in your opencode.json or using the `opencode agent create` command. Each agent can have different model, permissions, and behavior.'
|
|
786
|
+
content: 'Agents are specialized workers with their own system prompt and tool permissions. You can define them in your opencode.json or using the `opencode agent create` command. Each agent can have different model, permissions, and behavior.'
|
|
983
787
|
},
|
|
984
788
|
{
|
|
985
789
|
title: 'Plugins — Full Integration',
|
|
986
|
-
content: 'Plugins are npm packages that provide full TypeScript integration with hooks, tools, and event handlers. Agora itself runs as a plugin. Plugins can add custom tools, respond to events, and integrate deeply with OpenCode.'
|
|
790
|
+
content: 'Plugins are npm packages that provide full TypeScript integration with hooks, tools, and event handlers. Agora itself runs as a plugin. Plugins can add custom tools, respond to events, and integrate deeply with OpenCode.'
|
|
987
791
|
}
|
|
988
792
|
]
|
|
989
793
|
},
|
|
@@ -997,16 +801,16 @@ You are a senior code reviewer. Focus on:
|
|
|
997
801
|
{
|
|
998
802
|
title: 'Install the TDD Workflow',
|
|
999
803
|
content: 'Agora comes with a TDD workflow. View it first:',
|
|
1000
|
-
code: `agora browse wf-tdd-cycle
|
|
804
|
+
code: `agora browse wf-tdd-cycle`
|
|
1001
805
|
},
|
|
1002
806
|
{
|
|
1003
807
|
title: 'Apply the Workflow',
|
|
1004
808
|
content: 'Apply the workflow as an OpenCode skill to use it during development:',
|
|
1005
|
-
code: `agora use wf-tdd-cycle
|
|
809
|
+
code: `agora use wf-tdd-cycle`
|
|
1006
810
|
},
|
|
1007
811
|
{
|
|
1008
812
|
title: 'Start Coding',
|
|
1009
|
-
content: 'Now when you ask OpenCode to implement a feature, it will automatically follow TDD — write the test first, implement, then refactor. The structured thinking MCP server helps with the planning phase.'
|
|
813
|
+
content: 'Now when you ask OpenCode to implement a feature, it will automatically follow TDD — write the test first, implement, then refactor. The structured thinking MCP server helps with the planning phase.'
|
|
1010
814
|
}
|
|
1011
815
|
]
|
|
1012
816
|
},
|
|
@@ -1021,15 +825,15 @@ You are a senior code reviewer. Focus on:
|
|
|
1021
825
|
title: 'Install Security Tools',
|
|
1022
826
|
content: 'First, install the security audit workflow and the necessary MCP servers:',
|
|
1023
827
|
code: `agora use wf-security-audit
|
|
1024
|
-
agora install mcp-github
|
|
828
|
+
agora install mcp-github`
|
|
1025
829
|
},
|
|
1026
830
|
{
|
|
1027
831
|
title: 'Run an Audit',
|
|
1028
|
-
content: 'In OpenCode, use the security workflow: "Run a security audit on this project". The agent will check for OWASP Top 10 vulnerabilities, hardcoded secrets, dependency vulnerabilities, and more.'
|
|
832
|
+
content: 'In OpenCode, use the security workflow: "Run a security audit on this project". The agent will check for OWASP Top 10 vulnerabilities, hardcoded secrets, dependency vulnerabilities, and more.'
|
|
1029
833
|
},
|
|
1030
834
|
{
|
|
1031
835
|
title: 'Review Findings',
|
|
1032
|
-
content: 'The audit produces a prioritized report with severity levels and suggested fixes. Each finding includes a clear remediation step you can ask OpenCode to implement.'
|
|
836
|
+
content: 'The audit produces a prioritized report with severity levels and suggested fixes. Each finding includes a clear remediation step you can ask OpenCode to implement.'
|
|
1033
837
|
}
|
|
1034
838
|
]
|
|
1035
839
|
},
|
|
@@ -1043,7 +847,7 @@ agora install mcp-github`,
|
|
|
1043
847
|
{
|
|
1044
848
|
title: 'Prerequisites',
|
|
1045
849
|
content: 'Make sure you have the MCP SDK installed and a basic understanding of TypeScript.',
|
|
1046
|
-
code: `npm install @modelcontextprotocol/sdk zod
|
|
850
|
+
code: `npm install @modelcontextprotocol/sdk zod`
|
|
1047
851
|
},
|
|
1048
852
|
{
|
|
1049
853
|
title: 'Create a Basic Server',
|
|
@@ -1060,7 +864,7 @@ server.tool("greet", { name: z.string() }, async ({ name }) => ({
|
|
|
1060
864
|
// Start with stdio transport
|
|
1061
865
|
const { StdioServerTransport } = await import("@modelcontextprotocol/sdk/server/stdio.js");
|
|
1062
866
|
const transport = new StdioServerTransport();
|
|
1063
|
-
await server.connect(transport)
|
|
867
|
+
await server.connect(transport);`
|
|
1064
868
|
},
|
|
1065
869
|
{
|
|
1066
870
|
title: 'Test Your Server',
|
|
@@ -1070,13 +874,13 @@ npx tsx src/my-server.ts
|
|
|
1070
874
|
|
|
1071
875
|
# Add to opencode.json
|
|
1072
876
|
{
|
|
1073
|
-
"
|
|
877
|
+
"mcp": {
|
|
1074
878
|
"my-server": {
|
|
1075
|
-
"
|
|
1076
|
-
"
|
|
879
|
+
"type": "local",
|
|
880
|
+
"command": ["npx", "tsx", "src/my-server.ts"]
|
|
1077
881
|
}
|
|
1078
882
|
}
|
|
1079
|
-
}
|
|
883
|
+
}`
|
|
1080
884
|
}
|
|
1081
885
|
]
|
|
1082
886
|
},
|
|
@@ -1089,35 +893,35 @@ npx tsx src/my-server.ts
|
|
|
1089
893
|
steps: [
|
|
1090
894
|
{
|
|
1091
895
|
title: 'Keyboard Shortcuts',
|
|
1092
|
-
content: 'Learn the essential keybindings: Tab switches between agents, Ctrl+C interrupts the current action, Ctrl+L clears the conversation, / lists all available commands.'
|
|
896
|
+
content: 'Learn the essential keybindings: Tab switches between agents, Ctrl+C interrupts the current action, Ctrl+L clears the conversation, / lists all available commands.'
|
|
1093
897
|
},
|
|
1094
898
|
{
|
|
1095
899
|
title: 'Custom Agents',
|
|
1096
900
|
content: 'Create specialized agents for different tasks. For example, a "reviewer" agent with read-only permissions for code review, or a "deploy" agent with access to deployment tools.',
|
|
1097
|
-
code: `opencode agent create --name reviewer --mode primary --permissions read,glob,grep
|
|
901
|
+
code: `opencode agent create --name reviewer --mode primary --permissions read,glob,grep`
|
|
1098
902
|
},
|
|
1099
903
|
{
|
|
1100
904
|
title: 'Session Management',
|
|
1101
|
-
content: 'Continue previous sessions with `opencode -c`, fork them with `opencode --fork`, or start a specific agent with `opencode --agent reviewer`. Sessions persist across restarts.'
|
|
905
|
+
content: 'Continue previous sessions with `opencode -c`, fork them with `opencode --fork`, or start a specific agent with `opencode --agent reviewer`. Sessions persist across restarts.'
|
|
1102
906
|
}
|
|
1103
907
|
]
|
|
1104
908
|
}
|
|
1105
909
|
];
|
|
1106
910
|
export const trendingTags = [
|
|
1107
911
|
'mcp',
|
|
1108
|
-
'
|
|
1109
|
-
'security',
|
|
1110
|
-
'testing',
|
|
1111
|
-
'refactor',
|
|
1112
|
-
'llm',
|
|
1113
|
-
'local',
|
|
1114
|
-
'productivity',
|
|
912
|
+
'official',
|
|
1115
913
|
'database',
|
|
914
|
+
'search',
|
|
915
|
+
'web',
|
|
916
|
+
'ai',
|
|
1116
917
|
'devops',
|
|
918
|
+
'browser',
|
|
919
|
+
'automation',
|
|
920
|
+
'infrastructure',
|
|
1117
921
|
'frontend',
|
|
1118
|
-
'
|
|
1119
|
-
'
|
|
1120
|
-
'
|
|
1121
|
-
'
|
|
922
|
+
'workflow',
|
|
923
|
+
'security',
|
|
924
|
+
'testing',
|
|
925
|
+
'api'
|
|
1122
926
|
];
|
|
1123
927
|
//# sourceMappingURL=data.js.map
|