Skip to content

Commit 1b05b55

Browse files
furyGogugugu47
andauthored
add sever 4everland-hosting-mcp (#176)
* add sever `4everland-hosting-mcp` * chore:fix manifest in document `4everland-hosting-mcp` --------- Co-authored-by: furyGo <[email protected]>
1 parent 8edbd72 commit 1b05b55

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"display_name": "4EVERLAND Hosting MCP Server",
3+
"license": "MIT",
4+
"tags": [
5+
"4everland",
6+
"hosting",
7+
"cloud",
8+
"mcp"
9+
],
10+
"installations": {
11+
"4ever-mcpserver": {
12+
"type": "npm",
13+
"command": "npx",
14+
"args": [
15+
"-y",
16+
"@4everland/hosting-mcp@latest",
17+
"serve"
18+
],
19+
"description": "Run the 4EVERLAND MCP server directly with node",
20+
"env": {
21+
"TOKEN": "${4EVERLAND_HOSTING_AUTH_TOKEN}"
22+
}
23+
}
24+
},
25+
"arguments": {
26+
"TOKEN": {
27+
"description": "4everland Hosting auth key",
28+
"required": true,
29+
"example": "your_auth_key"
30+
}
31+
},
32+
"examples": [
33+
{
34+
"title": "deploy simple webapp",
35+
"description": "",
36+
"prompt": "generate a simple counter using html, then deploy it to 4ever and tell me how to view it"
37+
}
38+
],
39+
"name": "4everland-hosting-mcp",
40+
"repository": {
41+
"type": "git",
42+
"url": "https://github.com/4everland/4everland-hosting-mcp"
43+
},
44+
"homepage": "https://github.com/4everland/4everland-hosting-mcp#readme",
45+
"author": {
46+
"name": "4EVERLAND"
47+
},
48+
"description": "A Model Context Protocol (MCP) server implementation for 4EVERLAND Hosting enabling instant deployment of AI-generated code to decentralized storage networks like Greenfield, IPFS, and Arweave.",
49+
"categories": [
50+
"Dev Tools"
51+
],
52+
"is_official": true
53+
}

0 commit comments

Comments
 (0)