-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
51 lines (51 loc) · 1.84 KB
/
Copy pathplugin.json
File metadata and controls
51 lines (51 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "seenode",
"version": "0.2.2",
"description": "Deploy, troubleshoot, and manage applications, databases, storage, domains, projects, and billing on Seenode via the hosted Seenode MCP.",
"author": {
"name": "Seenode",
"email": "help@seenode.com",
"url": "https://seenode.com"
},
"homepage": "https://seenode.com",
"repository": "https://github.com/seenode/seenode-agent-plugin",
"license": "MIT",
"keywords": [
"seenode",
"deploy",
"hosting",
"mcp",
"applications",
"databases",
"storage",
"billing",
"domains"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Seenode",
"shortDescription": "Deploy and manage apps on Seenode",
"longDescription": "Connect ChatGPT and Codex to Seenode to deploy GitHub/GitLab apps, create and link MySQL/PostgreSQL databases, wait on deployments, inspect logs and metrics, manage environment variables and storage, attach custom domains, and check credits/billing. Authentication uses OAuth against the hosted Seenode MCP — no API keys in plugin config.",
"developerName": "Seenode",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://seenode.com",
"privacyPolicyURL": "https://seenode.com/legal/privacy-policy",
"termsOfServiceURL": "https://seenode.com/legal/terms-and-conditions",
"defaultPrompt": [
"Deploy this repository to Seenode as a web app",
"Create a PostgreSQL database and link it to my Seenode app",
"Why did my latest Seenode deployment fail?",
"What is my Seenode credit balance?",
"Add a custom domain to my Seenode web app and show DNS records"
],
"logo": "./assets/logo.png",
"composerIcon": "./assets/icon.png",
"brandColor": "#151827",
"screenshots": []
}
}