Skip to main content
Glama

HostBridge MCP Server

by elblanco2

Arc MCP 서버

다양한 호스팅 환경에서 프레임워크 배포를 간소화하는 MCP(Model Context Protocol) 서버로, 공유 호스팅에 중점을 둡니다.

개요

Arc는 대규모 언어 모델(LLM)과 호스팅 환경 간의 간극을 메워 초보 개발자도 대화형 인터페이스를 통해 웹 애플리케이션을 쉽게 배포할 수 있도록 지원합니다. Arc는 모델 컨텍스트 프로토콜(MCP)을 구현하여 사용자에게 배포 프로세스를 안내하는 도구, 리소스 및 프롬프트를 제공합니다.

주요 특징

  • 프레임워크 지원 : 더 많은 프레임워크에 대한 계획된 지원을 통해 Wasp 애플리케이션을 쉽게 배포할 수 있습니다.
  • 다중 공급자 : Netlify, Vercel, 기존 공유 호스팅 환경 및 Hostm.com 지원
  • 가이드 배포 : 배포 프로세스를 통해 사용자를 안내하는 메시지
  • 인증 관리 : 호스팅 제공자 자격 증명의 안전한 저장
  • 문제 해결 : 일반적인 배포 문제를 진단하고 해결하기 위한 내장 도구
  • 공유 호스팅에 집중 : 기존 공유 호스팅 환경에 대한 간소화된 배포

상태

이 프로젝트는 현재 초기 개발 단계에 있습니다. 여러분의 기여와 피드백을 환영합니다!

시작하기

필수 조건

  • 파이썬 3.10+
  • MCP 클라이언트(예: Claude Desktop)
  • 필요에 따라 호스팅 제공자 계정

설치

지엑스피1

구성

구성을 사용하여 .env 파일을 만듭니다.

SECURE_STORAGE_PATH=~/.arc/credentials

용법

명령줄에서 실행
# Start the server directly arc # With debug logging arc --debug # With a custom storage path arc --secure-storage-path=/path/to/credentials
Claude Desktop과 함께 사용
  1. Claude Desktop 구성 파일을 편집하세요.
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • 윈도우: %APPDATA%\\Claude\\claude_desktop_config.json
  2. Arc 서버 구성 추가:
{ "mcpServers": { "arc": { "command": "python", "args": [ "-m", "arc", "--debug" ] } } }
  1. Claude Desktop을 다시 시작합니다.
  2. 클로드와 함께 애플리케이션 배포에 대한 대화를 시작해 보세요!

건축학

Arc는 모듈형 아키텍처를 기반으로 구축되었습니다.

  • 자격 증명 관리자 : 공급자 자격 증명을 안전하게 저장하고 검색합니다.
  • 프레임워크 핸들러 : 프레임워크별 배포 로직
  • 호스팅 제공자 : 제공자별 배포 작업
  • MCP 인터페이스 : 모델 컨텍스트 프로토콜을 통해 도구, 리소스 및 프롬프트를 노출합니다.

지원되는 공급자

공급자상태특징
넷리파이✅ 완료서버리스, 엣지, 폼스
베르셀✅ 완료서버리스, 엣지, 분석
공유 호스팅✅ 완료SSH/SFTP, PHP, MySQL
호스트엠닷컴✅ 완료공유 호스팅, API 액세스

지원되는 프레임워크

뼈대상태특징
말벌✅ 완료풀스택 JS 프레임워크
다음.js🚧 계획됨리액트 프레임워크
아스트로🚧 계획됨정적 사이트 생성기

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

개발

# Install development dependencies pip install -e ".[dev]" # Run tests pytest # Run linting flake8

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

감사의 말

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

초보 개발자가 대화형 인터페이스를 통해 웹 애플리케이션을 배포하고 LLM과 다양한 호스팅 환경 간의 격차를 메우는 데 도움이 되는 MCP 서버입니다.

  1. 개요
    1. 주요 특징
  2. 상태
    1. 시작하기
      1. 필수 조건
      2. 설치
      3. 구성
      4. 용법
    2. 건축학
      1. 지원되는 공급자
        1. 지원되는 프레임워크
          1. 기여하다
            1. 개발
          2. 특허
            1. 감사의 말

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
                Last updated -
                3
                676
                61
                JavaScript
                Apache 2.0
              • -
                security
                F
                license
                -
                quality
                This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
                Last updated -
                Python
              • A
                security
                F
                license
                A
                quality
                A specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.
                Last updated -
                8
                2
                TypeScript
              • A
                security
                F
                license
                A
                quality
                An MCP server that implements a structured workflow for LLM-based coding, guiding development through feature clarification, documentation generation, phased implementation, and progress tracking.
                Last updated -
                10
                64
                15
                TypeScript
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/elblanco2/hostbridge-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server