에이전트모드 ✨
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
지엑스피1
MCP(모델 컨텍스트 프로토콜) 🌐
AgentMode는 MCP( 모델 컨텍스트 프로토콜 )를 활용하여 코딩 AI가 다음을 수행할 수 있도록 합니다.
- 데이터베이스와 데이터웨어하우스에 접근하여 쿼리합니다.
- 실시간 또는 일괄 처리를 위해 데이터 파이프라인과 상호 작용합니다.
- 웹 브라우저를 사용하세요.
- 프로덕션 서비스의 로그를 확인하세요.
- 저장, 컴퓨팅 등을 위해 클라우드 서비스에 연결하세요.
연결 🔌
AgentMode는 다음을 포함한 광범위한 연결을 지원합니다.
- 데이터베이스 : MySQL, PostgreSQL 등
- 데이터웨어하우스 : Snowflake, BigQuery, Redshift 등
- 데이터 파이프라인 : Airflow, Prefect 등
- 클라우드 서비스 : AWS, Azure, Google Cloud 등 (곧 출시!)
연결을 구성하려면 다음 단계를 따르세요.
- MCP 서버를 시작하고
http://localhost:13000/setup
으로 이동합니다. - 설정하려는 연결 아이콘을 클릭하세요.
- 연결 세부 정보와 자격 증명을 입력합니다(모든 자격 증명은 로컬 컴퓨터에 저장됩니다).
- 필요한 모든 종속성은 즉시 설치됩니다.
도와주세요 🛟
문제가 발생하거나 질문이 있는 경우 다음을 수행할 수 있습니다.
- 설명서를 참조하세요.
- GitHub 저장소 에서 이슈를 엽니다.
- Discord 서버 에서 저희와 채팅해보세요.
기여하기 💬
- 더 많은 커넥터 및 테스트 추가
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
코딩 AI를 다양한 데이터베이스, 데이터웨어하우스, 데이터 파이프라인 및 클라우드 서비스에 연결하고 원활한 통합을 통해 개발 워크플로를 간소화하는 올인원 모델 컨텍스트 프로토콜(MCP) 서버입니다.
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -132TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.Last updated -28Python
- -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