4everland-hosting-mcp

4everland-hosting-mcp

MCP server for instant AI code deployment to decentralized storage.

0
Stars
3
Forks
0
Watchers
1
Issues
4EVERLAND Hosting MCP Server is an implementation of the Model Context Protocol that enables AI-driven deployment of code to decentralized storage platforms including Greenfield, IPFS, and Arweave. It allows users to instantly deploy AI-generated code and receive a unique, accessible web domain for the deployed application. Features include visual project management, secure tamper-resistant storage options, and seamless integration with platforms such as Cursor and Claude Desktop.

Key Features

Instant deployment of AI-generated code
Support for multiple decentralized storage networks (Greenfield, IPFS, Arweave)
Automated webpage domain provisioning
Secure, tamper-resistant storage
Visual project management dashboard
Custom domain configuration
Integration with Cursor IDE
Integration with Claude Desktop
Auth token-based security
CLI tool for local development and deployment

Use Cases

Deploying AI-generated web applications to decentralized storage
Instantly publishing code with automatic web domain assignment
Managing and configuring decentralized projects via a visual dashboard
Setting up resilient, loss-proof storage for web apps
Integrating automated code deployment into AI-powered workflows
Collaborative development using platforms like Cursor and Claude Desktop
Securing application deployments with authentication tokens
Customizing domain management for decentralized applications
Building proof-of-concept AI web services on decentralized networks
Streamlining decentralized hosting for hackathons or rapid prototyping

README

4EVERLAND Hosting MCP Server

Version License: MIT Node


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.

Overview

The 4EVERLAND Hosting MCP Server enables users to leverage AI-driven workflows to deploy code instantly to decentralized storage networks such as Greenfield, IPFS, and Arweave. Upon deployment, it provides a directly accessible webpage domain, streamlining the process of deploying and sharing decentralized applications.

Features

  • Instant Deployment with Domain Generation: Deploy AI-generated code to decentralized storage networks and receive a unique, immediately accessible webpage domain with a single command.
  • Multiple Decentralized Storage Networks: Support for Greenfield, IPFS, and Arweave, enabling flexible and resilient storage options for your applications.
  • Secure and Loss-Proof Decentralized Storage: Leverage the robust, tamper-resistant, and highly available nature of decentralized storage to ensure data security and prevent data loss.
  • Visual Project Management Interface: Manage your deployed projects, view detailed information, or configure custom domains directly in the 4EVERLAND Dashboard.

MCP Tool

Tool: deploy_site

Description: Deploys code to 4EVERLAND hosting platforms.

Parameter Type Description
code_files Record<string, string> Map of file paths to their content
project_name string Project name (alphanumeric, underscore, hyphen; cannot start/end with hyphen)
project_id string (optional) Existing project ID to deploy to (new project created if omitted)
platform "IPFS"|"AR"|"GREENFIELD" Storage platform to deploy to (default: "IPFS")

Get Hosting Auth Token

  1. Log in to your 4EVERLAND Dashboard account.
  2. Go to Hosting -> Auth Token.
  3. Click on +Create to generate a new token.
  4. Copy and save the token somewhere safe as it will only be shown once.

Integration with Cursor

To connect to the MCP server from Cursor:

  1. Open Cursor and go to Settings (gear icon in the top right).
  2. Click on MCP in the left sidebar.
  3. Click Add new global MCP server.
  4. Enter the following details:
json
{
  "mcpServers": {
    "4ever-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "@4everland/hosting-mcp@latest",
        "serve"
      ],
      "env": {
        "TOKEN": "your-hosting-auth-token"
      }
    }
  }
}

Integration with Claude Desktop

To connect to the MCP server from Claude Desktop:

  1. Open Claude Desktop and go to Settings.
  2. Click on Developer in the left sidebar.
  3. Click the Edit Config button.
  4. Add the following configuration to the claude_desktop_config.json file:
json
{
  "mcpServers": {
    "4ever-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "@4everland/hosting-mcp@latest",
        "serve"
      ],
      "env": {
        "TOKEN": "your-hosting-auth-token"
      }
    }
  }
}
  1. Save the file and restart Claude Desktop.

Local Development

To run the server locally for development:

bash
# Clone repository
git clone https://github.com/4everland/4everland-hosting-mcp.git
cd 4everland-hosting-mcp

# Install dependencies
npm install

# Build the project
npm run build

# Run the server locally
npm run serve

License

This project is licensed under the MIT License.

Star History

Star History Chart

Repository Owner

4everland
4everland

Organization

Repository Details

Language TypeScript
Default Branch main
Size 14 KB
Contributors 1
MCP Verified Sep 5, 2025

Programming Languages

TypeScript
93.83%
JavaScript
6.17%

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • cloudflare/mcp-server-cloudflare

    cloudflare/mcp-server-cloudflare

    Connect Cloudflare services to Model Context Protocol (MCP) clients for AI-powered management.

    Cloudflare MCP Server enables integration between Cloudflare's suite of services and clients using the Model Context Protocol (MCP). It provides multiple specialized servers that allow AI models to access, analyze, and manage configurations, logs, analytics, and other features across Cloudflare's platform. Users can leverage natural language interfaces in compatible MCP clients to read data, gain insights, and perform automated actions on their Cloudflare accounts. This project aims to streamline the orchestration of security, development, monitoring, and infrastructure tasks through standardized MCP connections.

    • 2,919
    • MCP
    • cloudflare/mcp-server-cloudflare
  • awslabs/mcp

    awslabs/mcp

    Specialized MCP servers for seamless AWS integration in AI and development environments.

    AWS MCP Servers is a suite of specialized servers implementing the open Model Context Protocol (MCP) to bridge large language model (LLM) applications with AWS services, tools, and data sources. It provides a standardized way for AI assistants, IDEs, and developer tools to access up-to-date AWS documentation, perform cloud operations, and automate workflows with context-aware intelligence. Featuring a broad catalog of domain-specific servers, quick installation for popular platforms, and both local and remote deployment options, it enhances cloud-native development, infrastructure management, and workflow automation for AI-driven tools. The project includes Docker, Lambda, and direct integration instructions for environments such as Amazon Q CLI, Cursor, Windsurf, Kiro, and VS Code.

    • 6,220
    • MCP
    • awslabs/mcp
  • k8s-mcp-server

    k8s-mcp-server

    Securely enable Claude to run Kubernetes CLI tools via Anthropic's Model Context Protocol.

    K8s MCP Server provides a Docker-based implementation of Anthropic's Model Context Protocol (MCP), allowing Claude to securely execute Kubernetes CLI tools such as kubectl, helm, istioctl, and argocd within a containerized environment. It integrates with Claude Desktop so users can interact with their Kubernetes clusters using natural language. The server emphasizes security by operating as a non-root user and offering strict command validation, while also supporting major cloud providers like AWS, Google Cloud, and Azure. Easy configuration and support for various Unix tools further enhance its capabilities.

    • 166
    • MCP
    • alexei-led/k8s-mcp-server
  • mcp-server-templates

    mcp-server-templates

    Deploy Model Context Protocol servers instantly with zero configuration.

    MCP Server Templates enables rapid, zero-configuration deployment of production-ready Model Context Protocol (MCP) servers using Docker containers and a comprehensive CLI tool. It provides a library of ready-made templates for common integrations—including filesystems, GitHub, GitLab, and Zendesk—and features intelligent caching, smart tool discovery, and flexible configuration options via JSON, YAML, environment variables, or CLI. Perfect for AI developers, data scientists, and DevOps teams, it streamlines the process of setting up and managing MCP servers and has evolved into the MCP Platform for enhanced capabilities.

    • 5
    • MCP
    • Data-Everything/mcp-server-templates
  • mcp-server-js

    mcp-server-js

    Enable secure, AI-driven process automation and code execution on YepCode via Model Context Protocol.

    YepCode MCP Server acts as a Model Context Protocol (MCP) server that facilitates seamless communication between AI platforms and YepCode’s workflow automation infrastructure. It allows AI assistants and clients to execute code, manage environment variables, and interact with storage through standardized tools. The server can expose YepCode processes directly as MCP tools and supports both hosted and local installations via NPX or Docker. Enterprise-grade security and real-time interaction make it suitable for integrating advanced automation into AI-powered environments.

    • 31
    • MCP
    • yepcode/mcp-server-js
  • mcp

    mcp

    Universal remote MCP server connecting AI clients to productivity tools.

    WayStation MCP acts as a remote Model Context Protocol (MCP) server, enabling seamless integration between AI clients like Claude or Cursor and a wide range of productivity applications, such as Notion, Monday, Airtable, Jira, and more. It supports multiple secure connection transports and offers both general and user-specific preauthenticated endpoints. The platform emphasizes ease of integration, OAuth2-based authentication, and broad app compatibility. Users can manage their integrations through a user dashboard, simplifying complex workflow automations for AI-powered productivity.

    • 27
    • MCP
    • waystation-ai/mcp
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results