Skip to main content
Glama

AgentMode

Official
by agentmode

에이전트모드 ✨

AgentMode는 코딩 AI를 수십 개의 데이터베이스, 데이터웨어하우스, 데이터 파이프라인, 클라우드 서비스 등에 연결하는 올인원 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 확장 기능은 다양한 데이터 및 클라우드 플랫폼과의 원활한 통합을 제공하여 개발 워크플로우를 간소화하도록 설계되었습니다.

flow diagram!

설치 👨‍💻

VS 코드로 빠르게 시작하기

  1. VS Code 확장 프로그램을 설치하세요.
  2. agentmode 확장 프로그램 옆에 있는 '설치' 버튼을 클릭합니다.
  3. 명령 팔레트(macOS에서는 Ctrl+Shift+P 또는 Cmd+Shift+P )를 통해 MCP 서버를 시작한 다음, 'MCP'를 입력하고 'MCP: 서버 목록'을 선택한 후 agentmode를 클릭합니다.
  4. VS Code의 오른쪽 하단 상태 표시줄에 있는 'AgentMode' 텍스트를 클릭하여 브라우저 탭을 열고 로그인한 다음 연결을 설정합니다.

VS 코드(Python 패키지) 없이

  1. 터미널을 열고 curl -LsSf https://astral.sh/uv/install.sh | sh
  2. uv init
  3. uv add agentmode
  4. uv run agentmode

지엑스피1

{ "mcpServers": { "inputs": [], "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }
{ "mcpServers": { "inputs": [], "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }

MCP(모델 컨텍스트 프로토콜) 🌐

AgentMode는 MCP( 모델 컨텍스트 프로토콜 )를 활용하여 코딩 AI가 다음을 수행할 수 있도록 합니다.

  • 데이터베이스와 데이터웨어하우스에 접근하여 쿼리합니다.
  • 실시간 또는 일괄 처리를 위해 데이터 파이프라인과 상호 작용합니다.
  • 웹 브라우저를 사용하세요.
  • 프로덕션 서비스의 로그를 확인하세요.
  • 저장, 컴퓨팅 등을 위해 클라우드 서비스에 연결하세요.

연결 🔌

connections setup!

AgentMode는 다음을 포함한 광범위한 연결을 지원합니다.

  • 데이터베이스 : MySQL, PostgreSQL 등
  • 데이터웨어하우스 : Snowflake, BigQuery, Redshift 등
  • 데이터 파이프라인 : Airflow, Prefect 등
  • 클라우드 서비스 : AWS, Azure, Google Cloud 등 (곧 출시!)

연결을 구성하려면 다음 단계를 따르세요.

  1. MCP 서버를 시작하고 http://localhost:13000/setup 으로 이동합니다.
  2. 설정하려는 연결 아이콘을 클릭하세요.
  3. 연결 세부 정보와 자격 증명을 입력합니다(모든 자격 증명은 로컬 컴퓨터에 저장됩니다).
  4. 필요한 모든 종속성은 즉시 설치됩니다.

도와주세요 🛟

문제가 발생하거나 질문이 있는 경우 다음을 수행할 수 있습니다.

기여하기 💬

  • 더 많은 커넥터 및 테스트 추가
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

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

코딩 AI를 다양한 데이터베이스, 데이터웨어하우스, 데이터 파이프라인 및 클라우드 서비스에 연결하고 원활한 통합을 통해 개발 워크플로를 간소화하는 올인원 모델 컨텍스트 프로토콜(MCP) 서버입니다.

  1. 설치 👨‍💻
    1. VS 코드로 빠르게 시작하기
    2. VS 코드(Python 패키지) 없이
  2. MCP(모델 컨텍스트 프로토콜) 🌐
    1. 연결 🔌
      1. 도와주세요 🛟
        1. 기여하기 💬

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            MCP 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 -
            4
            3
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            MCP 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 -
            13
            2
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            A 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 -
            28
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            Implements 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 -
            90
            Python
            • Apple
            • Linux

          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/agentmode/server'

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