Integrations
Provides communication channel for user support through the AgentMode Discord server
Allows users to report issues or contribute to the AgentMode project through its GitHub repository
Enables connection to Google Cloud services for storage, computation and more (mentioned as coming soon)
에이전트모드 ✨
AgentMode는 코딩 AI를 수십 개의 데이터베이스, 데이터웨어하우스, 데이터 파이프라인, 클라우드 서비스 등에 연결하는 올인원 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 확장 기능은 다양한 데이터 및 클라우드 플랫폼과의 원활한 통합을 제공하여 개발 워크플로우를 간소화하도록 설계되었습니다.
설치 👨💻
VS 코드로
- VS Code 확장 프로그램을 설치하세요.
- agentmode 확장 프로그램 옆에 있는 '설치' 버튼을 클릭합니다.
- 명령 팔레트(macOS에서는
Ctrl+Shift+P
또는Cmd+Shift+P
)를 통해 MCP 서버를 시작한 다음, 'MCP'를 입력하고 'MCP: 서버 목록'을 선택한 후 agentmode를 클릭합니다. - VS Code의 오른쪽 하단 상태 표시줄에 있는 'AgentMode' 텍스트를 클릭하여 브라우저 탭을 열고 로그인합니다.
VS 코드(Python 패키지) 없이
- 터미널을 열고
curl -LsSf https://astral.sh/uv/install.sh | sh
uv init
uv add agentmode
uv run agentmode
MCP(모델 컨텍스트 프로토콜) 🌐
AgentMode는 MCP( 모델 컨텍스트 프로토콜 )를 활용하여 코딩 AI가 다음을 수행할 수 있도록 합니다.
- 데이터베이스와 데이터웨어하우스에 접근하여 쿼리합니다.
- 실시간 또는 일괄 처리를 위해 데이터 파이프라인과 상호 작용합니다.
- 웹 브라우저를 사용하세요.
- 프로덕션 서비스의 로그를 확인하세요.
- 저장, 컴퓨팅 등을 위해 클라우드 서비스에 연결하세요.
연결 🔌
AgentMode는 다음을 포함한 광범위한 연결을 지원합니다.
- 데이터베이스 : MySQL, PostgreSQL 등
- 데이터웨어하우스 : Snowflake, BigQuery, Redshift 등
- 데이터 파이프라인 : Airflow, Prefect 등
- 클라우드 서비스 : AWS, Azure, Google Cloud 등 (곧 출시!)
연결을 구성하려면 다음 단계를 따르세요.
- MCP 서버를 시작하고
http://localhost:13000/setup
으로 이동합니다. - 설정하려는 연결 아이콘을 클릭하세요.
- 연결 세부 정보와 자격 증명을 입력합니다(모든 자격 증명은 로컬 컴퓨터에 저장됩니다).
- 필요한 모든 종속성은 즉시 설치됩니다.
도와주세요 🛟
문제가 발생하거나 질문이 있는 경우 다음을 수행할 수 있습니다.
- 설명서를 참조하세요.
- GitHub 저장소 에서 이슈를 엽니다.
- Discord 서버 에서 저희와 채팅해보세요.
기여하기 💬
- 더 많은 커넥터 및 테스트 추가
You must be authenticated.
코딩 AI를 다양한 데이터베이스, 데이터웨어하우스, 데이터 파이프라인 및 클라우드 서비스에 연결하고 원활한 통합을 통해 개발 워크플로를 간소화하는 올인원 모델 컨텍스트 프로토콜(MCP) 서버입니다.
Related MCP Servers
- -securityFlicense-qualityImplements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.Last updated -90Python
- -securityAlicense-qualityA Model Context Protocol (MCP) server that wraps the dbt CLI tool, enabling AI coding agents to interact with dbt projects through standardized MCP tools. Developed by Mammoth Growth.Last updated -8PythonMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that allows AI models to safely access and interact with local file systems, enabling reading file contents, listing directories, and retrieving file metadata.Last updated -471JavaScriptMIT License
- -security-license-qualityA 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 -1TypeScript