openhands-extensions 0.6.0__py3-none-any.whl
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.
- openhands_extensions/__init__.py +24 -0
- openhands_extensions/_version.py +24 -0
- openhands_extensions/catalog/airtable.json +74 -0
- openhands_extensions/catalog/apify.json +41 -0
- openhands_extensions/catalog/asana.json +38 -0
- openhands_extensions/catalog/atlassian.json +28 -0
- openhands_extensions/catalog/bitbucket.json +39 -0
- openhands_extensions/catalog/box.json +39 -0
- openhands_extensions/catalog/brave-search.json +42 -0
- openhands_extensions/catalog/browser-mcp.json +31 -0
- openhands_extensions/catalog/canva.json +35 -0
- openhands_extensions/catalog/clickhouse.json +55 -0
- openhands_extensions/catalog/clickup.json +36 -0
- openhands_extensions/catalog/cloudflare-bindings.json +29 -0
- openhands_extensions/catalog/cloudflare-browser-rendering.json +27 -0
- openhands_extensions/catalog/cloudflare-builds.json +28 -0
- openhands_extensions/catalog/cloudflare-docs.json +27 -0
- openhands_extensions/catalog/cloudflare-observability.json +28 -0
- openhands_extensions/catalog/confluence.json +38 -0
- openhands_extensions/catalog/datadog.json +34 -0
- openhands_extensions/catalog/deepwiki.json +28 -0
- openhands_extensions/catalog/discord.json +39 -0
- openhands_extensions/catalog/dropbox.json +38 -0
- openhands_extensions/catalog/elevenlabs.json +41 -0
- openhands_extensions/catalog/everything.json +30 -0
- openhands_extensions/catalog/exa.json +41 -0
- openhands_extensions/catalog/fetch.json +30 -0
- openhands_extensions/catalog/figma.json +76 -0
- openhands_extensions/catalog/filesystem.json +41 -0
- openhands_extensions/catalog/firecrawl.json +41 -0
- openhands_extensions/catalog/freshdesk.json +38 -0
- openhands_extensions/catalog/git.json +42 -0
- openhands_extensions/catalog/github.json +68 -0
- openhands_extensions/catalog/gitlab.json +38 -0
- openhands_extensions/catalog/gmail.json +38 -0
- openhands_extensions/catalog/google-calendar.json +38 -0
- openhands_extensions/catalog/google-docs.json +38 -0
- openhands_extensions/catalog/google-drive.json +38 -0
- openhands_extensions/catalog/google-sheets.json +38 -0
- openhands_extensions/catalog/hubspot.json +34 -0
- openhands_extensions/catalog/huggingface.json +31 -0
- openhands_extensions/catalog/intercom.json +39 -0
- openhands_extensions/catalog/jira.json +38 -0
- openhands_extensions/catalog/kagi.json +41 -0
- openhands_extensions/catalog/linear.json +63 -0
- openhands_extensions/catalog/mailchimp.json +38 -0
- openhands_extensions/catalog/memory.json +31 -0
- openhands_extensions/catalog/microsoft-outlook.json +38 -0
- openhands_extensions/catalog/microsoft-teams.json +38 -0
- openhands_extensions/catalog/miro.json +38 -0
- openhands_extensions/catalog/monday.json +38 -0
- openhands_extensions/catalog/mongodb.json +42 -0
- openhands_extensions/catalog/neon.json +42 -0
- openhands_extensions/catalog/netlify.json +38 -0
- openhands_extensions/catalog/notion.json +73 -0
- openhands_extensions/catalog/obsidian.json +41 -0
- openhands_extensions/catalog/okta.json +38 -0
- openhands_extensions/catalog/onedrive.json +38 -0
- openhands_extensions/catalog/ordinal.json +33 -0
- openhands_extensions/catalog/paypal.json +26 -0
- openhands_extensions/catalog/pipedrive.json +39 -0
- openhands_extensions/catalog/plaid.json +31 -0
- openhands_extensions/catalog/playwright.json +32 -0
- openhands_extensions/catalog/posthog.json +38 -0
- openhands_extensions/catalog/quickbooks.json +38 -0
- openhands_extensions/catalog/redis.json +44 -0
- openhands_extensions/catalog/resend.json +48 -0
- openhands_extensions/catalog/salesforce.json +38 -0
- openhands_extensions/catalog/sentry.json +68 -0
- openhands_extensions/catalog/sequential-thinking.json +30 -0
- openhands_extensions/catalog/servicenow.json +39 -0
- openhands_extensions/catalog/sharepoint.json +38 -0
- openhands_extensions/catalog/shopify.json +38 -0
- openhands_extensions/catalog/slack.json +91 -0
- openhands_extensions/catalog/stripe.json +60 -0
- openhands_extensions/catalog/supabase.json +70 -0
- openhands_extensions/catalog/tavily.json +44 -0
- openhands_extensions/catalog/time.json +29 -0
- openhands_extensions/catalog/trello.json +31 -0
- openhands_extensions/catalog/vercel.json +38 -0
- openhands_extensions/catalog/webflow.json +34 -0
- openhands_extensions/catalog/xero.json +38 -0
- openhands_extensions/catalog/zendesk.json +38 -0
- openhands_extensions/catalog/zoom.json +38 -0
- openhands_extensions/integrations.py +92 -0
- openhands_extensions-0.6.0.dist-info/METADATA +6 -0
- openhands_extensions-0.6.0.dist-info/RECORD +89 -0
- openhands_extensions-0.6.0.dist-info/WHEEL +4 -0
- openhands_extensions-0.6.0.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "confluence",
|
|
3
|
+
"name": "Confluence",
|
|
4
|
+
"description": "Wiki pages, spaces, and internal documentation search.",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Documentation",
|
|
7
|
+
"Knowledge base"
|
|
8
|
+
],
|
|
9
|
+
"appUrl": "https://www.atlassian.com/software/confluence",
|
|
10
|
+
"docsUrl": "https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/",
|
|
11
|
+
"notes": "Natural companion to Jira for software teams.",
|
|
12
|
+
"popularityRank": 11,
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "oauth",
|
|
16
|
+
"provider": "http",
|
|
17
|
+
"auth": {
|
|
18
|
+
"strategy": "oauth2",
|
|
19
|
+
"oauth": {
|
|
20
|
+
"authorizationUrl": "https://auth.atlassian.com/authorize",
|
|
21
|
+
"tokenUrl": "https://auth.atlassian.com/oauth/token",
|
|
22
|
+
"scopes": [
|
|
23
|
+
"read:page:confluence"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"http": {
|
|
28
|
+
"apiBaseUrl": "https://api.atlassian.com/ex/confluence/{cloudId}",
|
|
29
|
+
"defaultTool": {
|
|
30
|
+
"name": "list_spaces",
|
|
31
|
+
"description": "List Confluence spaces available to the connected user.",
|
|
32
|
+
"method": "GET",
|
|
33
|
+
"path": "/wiki/api/v2/spaces"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "datadog",
|
|
3
|
+
"name": "Datadog",
|
|
4
|
+
"description": "Logs, metrics, monitors, incidents, and observability workflows.",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Observability",
|
|
7
|
+
"Operations"
|
|
8
|
+
],
|
|
9
|
+
"appUrl": "https://www.datadoghq.com",
|
|
10
|
+
"docsUrl": "https://docs.datadoghq.com/bits_ai/mcp_server/setup/",
|
|
11
|
+
"notes": "Uses Datadog's official hosted MCP server. The default registration targets the US1 endpoint and can be edited for other Datadog sites.",
|
|
12
|
+
"popularityRank": 35,
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "oauth",
|
|
16
|
+
"provider": "mcp",
|
|
17
|
+
"auth": {
|
|
18
|
+
"strategy": "oauth2",
|
|
19
|
+
"oauth": {
|
|
20
|
+
"authorizationUrl": "https://app.datadoghq.com/oauth2/v1/authorize",
|
|
21
|
+
"tokenUrl": "https://api.datadoghq.com/oauth2/v1/token",
|
|
22
|
+
"scopes": [
|
|
23
|
+
"dashboards_read",
|
|
24
|
+
"monitors_read"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"transport": {
|
|
29
|
+
"kind": "shttp",
|
|
30
|
+
"url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "deepwiki",
|
|
3
|
+
"name": "DeepWiki",
|
|
4
|
+
"description": "Ask grounded questions about any public GitHub repository via Devin's DeepWiki MCP.",
|
|
5
|
+
"docsUrl": "https://docs.devin.ai/work-with-devin/deepwiki-mcp",
|
|
6
|
+
"iconBg": "var(--oh-color-base)",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"devin",
|
|
9
|
+
"code",
|
|
10
|
+
"wiki",
|
|
11
|
+
"github",
|
|
12
|
+
"docs",
|
|
13
|
+
"qa"
|
|
14
|
+
],
|
|
15
|
+
"connectionOptions": [
|
|
16
|
+
{
|
|
17
|
+
"id": "none",
|
|
18
|
+
"provider": "mcp",
|
|
19
|
+
"transport": {
|
|
20
|
+
"kind": "shttp",
|
|
21
|
+
"url": "https://mcp.deepwiki.com/mcp"
|
|
22
|
+
},
|
|
23
|
+
"auth": {
|
|
24
|
+
"strategy": "none"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "discord",
|
|
3
|
+
"name": "Discord",
|
|
4
|
+
"description": "Guilds, channels, messages, and community operations.",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Communication",
|
|
7
|
+
"Community"
|
|
8
|
+
],
|
|
9
|
+
"appUrl": "https://discord.com",
|
|
10
|
+
"docsUrl": "https://discord.com/developers/docs/topics/oauth2",
|
|
11
|
+
"notes": "Useful for community automation and bot-assisted workflows.",
|
|
12
|
+
"popularityRank": 30,
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "oauth",
|
|
16
|
+
"provider": "http",
|
|
17
|
+
"auth": {
|
|
18
|
+
"strategy": "oauth2",
|
|
19
|
+
"oauth": {
|
|
20
|
+
"authorizationUrl": "https://discord.com/oauth2/authorize",
|
|
21
|
+
"tokenUrl": "https://discord.com/api/oauth2/token",
|
|
22
|
+
"scopes": [
|
|
23
|
+
"identify",
|
|
24
|
+
"guilds"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"http": {
|
|
29
|
+
"apiBaseUrl": "https://discord.com/api/v10",
|
|
30
|
+
"defaultTool": {
|
|
31
|
+
"name": "list_guilds",
|
|
32
|
+
"description": "List Discord guilds available to the connected user.",
|
|
33
|
+
"method": "GET",
|
|
34
|
+
"path": "/users/@me/guilds"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "dropbox",
|
|
3
|
+
"name": "Dropbox",
|
|
4
|
+
"description": "Cloud files, folders, content access, and sharing.",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Storage",
|
|
7
|
+
"Documents"
|
|
8
|
+
],
|
|
9
|
+
"appUrl": "https://www.dropbox.com",
|
|
10
|
+
"docsUrl": "https://developers.dropbox.com/oauth-guide",
|
|
11
|
+
"notes": "Popular file automation target with mature OAuth support.",
|
|
12
|
+
"popularityRank": 18,
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "oauth",
|
|
16
|
+
"provider": "http",
|
|
17
|
+
"auth": {
|
|
18
|
+
"strategy": "oauth2",
|
|
19
|
+
"oauth": {
|
|
20
|
+
"authorizationUrl": "https://www.dropbox.com/oauth2/authorize",
|
|
21
|
+
"tokenUrl": "https://api.dropboxapi.com/oauth2/token",
|
|
22
|
+
"scopes": [
|
|
23
|
+
"files.metadata.read"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"http": {
|
|
28
|
+
"apiBaseUrl": "https://api.dropboxapi.com/2",
|
|
29
|
+
"defaultTool": {
|
|
30
|
+
"name": "list_root_folder",
|
|
31
|
+
"description": "List entries in the root Dropbox folder.",
|
|
32
|
+
"method": "POST",
|
|
33
|
+
"path": "/files/list_folder"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "elevenlabs",
|
|
3
|
+
"name": "ElevenLabs",
|
|
4
|
+
"description": "Generate speech, clone voices, and transcribe audio via ElevenLabs.",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Audio",
|
|
7
|
+
"AI"
|
|
8
|
+
],
|
|
9
|
+
"appUrl": "https://elevenlabs.io",
|
|
10
|
+
"docsUrl": "https://elevenlabs.io/docs/api-reference/mcp",
|
|
11
|
+
"notes": "Official API-key connector backed by ElevenLabs' published OpenAPI spec.",
|
|
12
|
+
"popularityRank": 51,
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "api",
|
|
16
|
+
"provider": "http",
|
|
17
|
+
"auth": {
|
|
18
|
+
"strategy": "api_key",
|
|
19
|
+
"authModes": [
|
|
20
|
+
"api_key"
|
|
21
|
+
],
|
|
22
|
+
"credentialLabel": "ElevenLabs API key",
|
|
23
|
+
"credentialPlaceholder": "Paste your ElevenLabs API key",
|
|
24
|
+
"credentialHelp": "Personal or workspace ElevenLabs API key sent in the xi-api-key header.",
|
|
25
|
+
"apiKeyHeaderName": "xi-api-key"
|
|
26
|
+
},
|
|
27
|
+
"http": {
|
|
28
|
+
"apiBaseUrl": "https://api.elevenlabs.io",
|
|
29
|
+
"openApiUrl": "https://api.elevenlabs.io/openapi.json"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"iconBg": "var(--oh-color-base)",
|
|
34
|
+
"logoUrl": "https://cdn.simpleicons.org/elevenlabs/FFFFFF",
|
|
35
|
+
"keywords": [
|
|
36
|
+
"tts",
|
|
37
|
+
"speech",
|
|
38
|
+
"voice",
|
|
39
|
+
"audio"
|
|
40
|
+
]
|
|
41
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "everything",
|
|
3
|
+
"name": "Everything (demo)",
|
|
4
|
+
"description": "Reference server exercising every MCP capability — useful for testing.",
|
|
5
|
+
"docsUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/everything",
|
|
6
|
+
"iconBg": "#6366F1",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"demo",
|
|
9
|
+
"test",
|
|
10
|
+
"reference"
|
|
11
|
+
],
|
|
12
|
+
"connectionOptions": [
|
|
13
|
+
{
|
|
14
|
+
"id": "none",
|
|
15
|
+
"provider": "mcp",
|
|
16
|
+
"transport": {
|
|
17
|
+
"kind": "stdio",
|
|
18
|
+
"serverName": "everything",
|
|
19
|
+
"command": "npx",
|
|
20
|
+
"args": [
|
|
21
|
+
"-y",
|
|
22
|
+
"@modelcontextprotocol/server-everything"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"auth": {
|
|
26
|
+
"strategy": "none"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "exa",
|
|
3
|
+
"name": "Exa",
|
|
4
|
+
"description": "Neural web search with semantic ranking, content extraction, and similar-page lookup.",
|
|
5
|
+
"docsUrl": "https://docs.exa.ai/reference/exa-mcp",
|
|
6
|
+
"iconBg": "var(--oh-surface)",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"search",
|
|
9
|
+
"web",
|
|
10
|
+
"research",
|
|
11
|
+
"neural"
|
|
12
|
+
],
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "api",
|
|
16
|
+
"provider": "mcp",
|
|
17
|
+
"transport": {
|
|
18
|
+
"kind": "stdio",
|
|
19
|
+
"serverName": "exa",
|
|
20
|
+
"command": "npx",
|
|
21
|
+
"args": [
|
|
22
|
+
"-y",
|
|
23
|
+
"exa-mcp-server"
|
|
24
|
+
],
|
|
25
|
+
"envFields": [
|
|
26
|
+
{
|
|
27
|
+
"key": "EXA_API_KEY",
|
|
28
|
+
"label": "Exa API key",
|
|
29
|
+
"type": "password",
|
|
30
|
+
"required": true,
|
|
31
|
+
"helperText": "API key from your Exa account.",
|
|
32
|
+
"helperLink": "https://exa.ai/docs/reference/getting-started"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"auth": {
|
|
37
|
+
"strategy": "api_key"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "fetch",
|
|
3
|
+
"name": "Fetch",
|
|
4
|
+
"description": "Plain HTTP fetcher: download a URL and convert HTML to readable markdown.",
|
|
5
|
+
"docsUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch",
|
|
6
|
+
"iconBg": "var(--oh-interactive-hover)",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"http",
|
|
9
|
+
"web",
|
|
10
|
+
"url",
|
|
11
|
+
"scrape"
|
|
12
|
+
],
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "none",
|
|
16
|
+
"provider": "mcp",
|
|
17
|
+
"transport": {
|
|
18
|
+
"kind": "stdio",
|
|
19
|
+
"serverName": "fetch",
|
|
20
|
+
"command": "uvx",
|
|
21
|
+
"args": [
|
|
22
|
+
"mcp-server-fetch"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"auth": {
|
|
26
|
+
"strategy": "none"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "figma",
|
|
3
|
+
"name": "Figma",
|
|
4
|
+
"description": "Read Figma frames, components, and styles to ground UI work in your designs.",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Design",
|
|
7
|
+
"Frontend"
|
|
8
|
+
],
|
|
9
|
+
"appUrl": "https://www.figma.com",
|
|
10
|
+
"docsUrl": "https://github.com/GLips/Figma-Context-MCP",
|
|
11
|
+
"notes": "",
|
|
12
|
+
"popularityRank": 5,
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "oauth",
|
|
16
|
+
"provider": "http",
|
|
17
|
+
"auth": {
|
|
18
|
+
"strategy": "oauth2",
|
|
19
|
+
"oauth": {
|
|
20
|
+
"authorizationUrl": "https://www.figma.com/oauth",
|
|
21
|
+
"tokenUrl": "https://api.figma.com/v1/oauth/token",
|
|
22
|
+
"scopes": [
|
|
23
|
+
"current_user:read",
|
|
24
|
+
"file_content:read",
|
|
25
|
+
"file_metadata:read",
|
|
26
|
+
"projects:read"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"http": {
|
|
31
|
+
"apiBaseUrl": "https://api.figma.com",
|
|
32
|
+
"defaultTool": {
|
|
33
|
+
"name": "get_file",
|
|
34
|
+
"description": "Fetch a Figma file by key.",
|
|
35
|
+
"method": "GET",
|
|
36
|
+
"path": "/v1/files/{fileKey}"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "api",
|
|
42
|
+
"provider": "mcp",
|
|
43
|
+
"transport": {
|
|
44
|
+
"kind": "stdio",
|
|
45
|
+
"serverName": "figma",
|
|
46
|
+
"command": "npx",
|
|
47
|
+
"args": [
|
|
48
|
+
"-y",
|
|
49
|
+
"figma-developer-mcp",
|
|
50
|
+
"--stdio"
|
|
51
|
+
],
|
|
52
|
+
"envFields": [
|
|
53
|
+
{
|
|
54
|
+
"key": "FIGMA_API_KEY",
|
|
55
|
+
"label": "Figma personal access token",
|
|
56
|
+
"type": "password",
|
|
57
|
+
"required": true,
|
|
58
|
+
"helperText": "Personal access token from your Figma account settings.",
|
|
59
|
+
"helperLink": "https://developers.figma.com/docs/rest-api/authentication/#personal-access-tokens"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"auth": {
|
|
64
|
+
"strategy": "api_key"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"iconBg": "var(--oh-surface)",
|
|
69
|
+
"logoUrl": "https://cdn.simpleicons.org/figma/FFFFFF",
|
|
70
|
+
"keywords": [
|
|
71
|
+
"design",
|
|
72
|
+
"ui",
|
|
73
|
+
"frames",
|
|
74
|
+
"components"
|
|
75
|
+
]
|
|
76
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "filesystem",
|
|
3
|
+
"name": "Filesystem",
|
|
4
|
+
"description": "Give the agent secure, scoped filesystem access outside the workspace.",
|
|
5
|
+
"docsUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem",
|
|
6
|
+
"iconBg": "var(--oh-interactive-hover)",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"files",
|
|
9
|
+
"local",
|
|
10
|
+
"disk"
|
|
11
|
+
],
|
|
12
|
+
"installHint": "Each path is exposed read/write. Add as many as you need, separated by spaces.",
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "api",
|
|
16
|
+
"provider": "mcp",
|
|
17
|
+
"transport": {
|
|
18
|
+
"kind": "stdio",
|
|
19
|
+
"serverName": "filesystem",
|
|
20
|
+
"command": "npx",
|
|
21
|
+
"args": [
|
|
22
|
+
"-y",
|
|
23
|
+
"@modelcontextprotocol/server-filesystem"
|
|
24
|
+
],
|
|
25
|
+
"argFields": [
|
|
26
|
+
{
|
|
27
|
+
"key": "paths",
|
|
28
|
+
"label": "Paths (space separated)",
|
|
29
|
+
"type": "text",
|
|
30
|
+
"placeholder": "/Users/me/Documents /Users/me/Projects",
|
|
31
|
+
"required": true,
|
|
32
|
+
"helperText": "Each whitespace-separated token is appended as its own argument."
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"auth": {
|
|
37
|
+
"strategy": "api_key"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "firecrawl",
|
|
3
|
+
"name": "Firecrawl",
|
|
4
|
+
"description": "Crawl any site and return clean markdown, structured data, or screenshots.",
|
|
5
|
+
"docsUrl": "https://docs.firecrawl.dev/mcp",
|
|
6
|
+
"iconBg": "#F97316",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"scraping",
|
|
9
|
+
"crawl",
|
|
10
|
+
"web",
|
|
11
|
+
"markdown"
|
|
12
|
+
],
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "api",
|
|
16
|
+
"provider": "mcp",
|
|
17
|
+
"transport": {
|
|
18
|
+
"kind": "stdio",
|
|
19
|
+
"serverName": "firecrawl",
|
|
20
|
+
"command": "npx",
|
|
21
|
+
"args": [
|
|
22
|
+
"-y",
|
|
23
|
+
"firecrawl-mcp"
|
|
24
|
+
],
|
|
25
|
+
"envFields": [
|
|
26
|
+
{
|
|
27
|
+
"key": "FIRECRAWL_API_KEY",
|
|
28
|
+
"label": "Firecrawl API key",
|
|
29
|
+
"type": "password",
|
|
30
|
+
"required": true,
|
|
31
|
+
"helperText": "API key from your Firecrawl dashboard.",
|
|
32
|
+
"helperLink": "https://www.firecrawl.dev/app/api-keys"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"auth": {
|
|
37
|
+
"strategy": "api_key"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "freshdesk",
|
|
3
|
+
"name": "Freshdesk",
|
|
4
|
+
"description": "Support tickets, customer records, and help desk workflows.",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Support",
|
|
7
|
+
"Operations"
|
|
8
|
+
],
|
|
9
|
+
"appUrl": "https://www.freshworks.com/freshdesk/",
|
|
10
|
+
"docsUrl": "https://developers.freshdesk.com/api/#authentication",
|
|
11
|
+
"notes": "Popular support platform for SMB and mid-market teams.",
|
|
12
|
+
"popularityRank": 44,
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "oauth",
|
|
16
|
+
"provider": "http",
|
|
17
|
+
"auth": {
|
|
18
|
+
"strategy": "oauth2",
|
|
19
|
+
"oauth": {
|
|
20
|
+
"authorizationUrl": "https://{domain}.freshdesk.com/oauth/authorize",
|
|
21
|
+
"tokenUrl": "https://{domain}.freshdesk.com/oauth/token",
|
|
22
|
+
"scopes": [
|
|
23
|
+
"tickets_view"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"http": {
|
|
28
|
+
"apiBaseUrl": "https://{domain}.freshdesk.com/api/v2",
|
|
29
|
+
"defaultTool": {
|
|
30
|
+
"name": "list_tickets",
|
|
31
|
+
"description": "List Freshdesk tickets for the connected account.",
|
|
32
|
+
"method": "GET",
|
|
33
|
+
"path": "/tickets"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "git",
|
|
3
|
+
"name": "Git",
|
|
4
|
+
"description": "Local git repository operations: log, diff, blame, status, and more.",
|
|
5
|
+
"docsUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/git",
|
|
6
|
+
"iconBg": "#F1502F",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"version control",
|
|
9
|
+
"log",
|
|
10
|
+
"diff",
|
|
11
|
+
"blame"
|
|
12
|
+
],
|
|
13
|
+
"installHint": "Runs the official Python server via uvx — no setup beyond the path.",
|
|
14
|
+
"connectionOptions": [
|
|
15
|
+
{
|
|
16
|
+
"id": "api",
|
|
17
|
+
"provider": "mcp",
|
|
18
|
+
"transport": {
|
|
19
|
+
"kind": "stdio",
|
|
20
|
+
"serverName": "git",
|
|
21
|
+
"command": "uvx",
|
|
22
|
+
"args": [
|
|
23
|
+
"mcp-server-git",
|
|
24
|
+
"--repository"
|
|
25
|
+
],
|
|
26
|
+
"argFields": [
|
|
27
|
+
{
|
|
28
|
+
"key": "repo_path",
|
|
29
|
+
"label": "Repository path",
|
|
30
|
+
"type": "text",
|
|
31
|
+
"placeholder": "/Users/me/code/my-repo",
|
|
32
|
+
"required": true,
|
|
33
|
+
"helperText": "Appended as --repository <path>."
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"auth": {
|
|
38
|
+
"strategy": "api_key"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "github",
|
|
3
|
+
"name": "GitHub",
|
|
4
|
+
"description": "Search code, manage issues and pull requests, and inspect repos via the GitHub API.",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Engineering",
|
|
7
|
+
"Source control"
|
|
8
|
+
],
|
|
9
|
+
"appUrl": "https://github.com",
|
|
10
|
+
"docsUrl": "https://github.com/github/github-mcp-server",
|
|
11
|
+
"notes": "Current managed connector works with bearer tokens today; GitHub OAuth is a strong candidate for a future one-click connect flow.",
|
|
12
|
+
"popularityRank": 100,
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "oauth",
|
|
16
|
+
"provider": "mcp",
|
|
17
|
+
"auth": {
|
|
18
|
+
"strategy": "oauth2",
|
|
19
|
+
"oauth": {
|
|
20
|
+
"authorizationUrl": "https://github.com/login/oauth/authorize",
|
|
21
|
+
"tokenUrl": "https://github.com/login/oauth/access_token",
|
|
22
|
+
"scopes": [
|
|
23
|
+
"read:user",
|
|
24
|
+
"repo"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"transport": {
|
|
29
|
+
"kind": "shttp",
|
|
30
|
+
"url": "https://api.githubcopilot.com/mcp/"
|
|
31
|
+
},
|
|
32
|
+
"http": {
|
|
33
|
+
"apiBaseUrl": "https://api.github.com",
|
|
34
|
+
"defaultTool": {
|
|
35
|
+
"name": "get_authenticated_user",
|
|
36
|
+
"description": "Fetch the authenticated GitHub user profile.",
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"path": "/user"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "api",
|
|
44
|
+
"provider": "mcp",
|
|
45
|
+
"transport": {
|
|
46
|
+
"kind": "shttp",
|
|
47
|
+
"url": "https://api.githubcopilot.com/mcp/"
|
|
48
|
+
},
|
|
49
|
+
"auth": {
|
|
50
|
+
"strategy": "api_key",
|
|
51
|
+
"credentialLabel": "Personal access token",
|
|
52
|
+
"credentialPlaceholder": "github_pat_...",
|
|
53
|
+
"credentialHelp": "Classic or fine-grained personal access token from GitHub settings.",
|
|
54
|
+
"credentialSecretName": "GITHUB_PERSONAL_ACCESS_TOKEN",
|
|
55
|
+
"saveCredentialAsSecretByDefault": true
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"iconBg": "var(--oh-surface)",
|
|
60
|
+
"logoUrl": "https://cdn.simpleicons.org/github/FFFFFF",
|
|
61
|
+
"keywords": [
|
|
62
|
+
"git",
|
|
63
|
+
"pr",
|
|
64
|
+
"repo",
|
|
65
|
+
"issues",
|
|
66
|
+
"code"
|
|
67
|
+
]
|
|
68
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "gitlab",
|
|
3
|
+
"name": "GitLab",
|
|
4
|
+
"description": "Repositories, issues, merge requests, pipelines, and DevSecOps.",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Engineering",
|
|
7
|
+
"Source control"
|
|
8
|
+
],
|
|
9
|
+
"appUrl": "https://about.gitlab.com",
|
|
10
|
+
"docsUrl": "https://docs.gitlab.com/integration/oauth_provider/",
|
|
11
|
+
"notes": "Major Git hosting platform and natural expansion beyond GitHub.",
|
|
12
|
+
"popularityRank": 49,
|
|
13
|
+
"connectionOptions": [
|
|
14
|
+
{
|
|
15
|
+
"id": "oauth",
|
|
16
|
+
"provider": "http",
|
|
17
|
+
"auth": {
|
|
18
|
+
"strategy": "oauth2",
|
|
19
|
+
"oauth": {
|
|
20
|
+
"authorizationUrl": "https://gitlab.com/oauth/authorize",
|
|
21
|
+
"tokenUrl": "https://gitlab.com/oauth/token",
|
|
22
|
+
"scopes": [
|
|
23
|
+
"read_api"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"http": {
|
|
28
|
+
"apiBaseUrl": "https://gitlab.com/api/v4",
|
|
29
|
+
"defaultTool": {
|
|
30
|
+
"name": "get_current_user",
|
|
31
|
+
"description": "Fetch the authenticated GitLab user profile.",
|
|
32
|
+
"method": "GET",
|
|
33
|
+
"path": "/user"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|