Brev MCP 서버
이는 Brev에 대한 MCP 서버 구현입니다.
구성
MCP 서버는 Brev CLI의 API 액세스 토큰과 현재 설정된 org.springframework.cloud.cloud_hosts를 사용합니다.
Brev 설명서 에 따라 CLI를 다운로드하고 아직 로그인하지 않았다면 로그인하세요.
Brev org를 전환하려면 brev set <org-name>
실행하세요.
CLI 액세스 토큰은 매시간 만료됩니다. 403 오류가 발생하면 brev ls
실행하여 액세스 토큰을 갱신하세요.
빠른 시작
로컬로 저장소 설정
git clone git@github.com:brevdev/brev-mcp.git
uv 설치
UV 설치 가이드를 따르세요
클로드 데스크탑
MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
claude_desktop_config.json
에 다음을 추가하세요.
지엑스피1
개발
건축 및 출판
배포를 위해 패키지를 준비하려면:
- 종속성 동기화 및 잠금 파일 업데이트:
- 패키지 배포 빌드:
이렇게 하면 dist/
디렉토리에 소스와 휠 배포판이 생성됩니다.
- PyPI에 게시:
참고: 환경 변수나 명령 플래그를 통해 PyPI 자격 증명을 설정해야 합니다.
- 토큰:
--token
또는UV_PUBLISH_TOKEN
- 또는 사용자 이름/비밀번호:
--username
/UV_PUBLISH_USERNAME
및--password
/UV_PUBLISH_PASSWORD
디버깅
MCP 서버는 stdio를 통해 실행되므로 디버깅이 어려울 수 있습니다. 최상의 디버깅 환경을 위해서는 MCP Inspector 사용을 강력히 권장합니다.
다음 명령을 사용하여 npm
통해 MCP Inspector를 시작할 수 있습니다.
Inspector를 실행하면 브라우저에서 접근하여 디버깅을 시작할 수 있는 URL이 표시됩니다.
local-only server
The server can only run on the client's local machine because it depends on local resources.
클라우드에서 ML 모델을 실행, 구축, 학습 및 배포합니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityEnables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.Last updated -1Python
- -securityFlicense-qualityAI-Powered Cloud databases: Empower your LLMs to build, migrate, and deploy database instances with AILast updated -11
- -securityFlicense-qualityA tool for deploying a remote Model Context Protocol server on Cloudflare Workers without authentication requirements, allowing users to create custom AI tools accessible from Claude Desktop or Cloudflare AI Playground.Last updated -TypeScript
- AsecurityAlicenseAqualityEnables MCP-compatible AI agents to deploy applications to Google Cloud Run by providing tools for deploying code, listing services, and managing Google Cloud projects.Last updated -8257JavaScriptApache 2.0