Skip to main content
Glama

Choose MCP Server

by keurcien

MCP 서버 설정 선택

  1. Claude Desktop Client를 다운로드하여 시작하세요: https://claude.ai/download
  2. uv 설치

지엑스피1

  1. MCP 서버 설치

claude_desktop_config.json 파일( ~/Library/Application\ Support/Claude 에 위치)을 편집하고 다음을 mcpServers 섹션에 추가합니다.

{ "mcpServers": { "Choose MCP Server": { "command": "uvx", "args": ["choose-mcp-server"], "env": { "PROJECT_ID": YOUR_PROJECT_ID, "DATASETS": DATASET_1,DATASET_2,DATASET_3 "DBT_MANIFEST_FILEPATH": YOUR_DBT_MANIFEST_FILEPATH } } } }

참고: dbt 매니페스트 파일 경로는 선택 사항입니다.

  1. Google Cloud에 로그인하고 ADC(애플리케이션 기본 자격 증명)를 업데이트하세요.
gcloud auth login --update-adc
  1. Claude Desktop을 열고 질문을 올려보세요!

문제 해결

Windows 사용자의 경우 Claude Desktop 구성 파일에 APPDATA 환경 변수를 추가해야 할 수도 있습니다.

"env": { "APPDATA": "C:\\Users\\YOUR_USERNAME\\AppData\\Roaming", }
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude Desktop 구성에서 프로젝트 ID와 데이터 세트를 구성하여 사용자가 선택한 Google Cloud 데이터 세트에서 데이터를 쿼리할 수 있도록 하는 Claude Desktop용 MCP 서버입니다.

  1. 문제 해결

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      A server built with mcp-framework that allows users to extend Claude's capabilities by adding custom tools that can be used through the Claude Desktop client.
      Last updated -
      3
      731
      TypeScript
    • -
      security
      A
      license
      -
      quality
      This read-only MCP Server allows you to connect to Google Search data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
      Last updated -
      MIT License
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      This read-only MCP Server allows you to connect to Google Contacts data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
      Last updated -
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      This read-only MCP Server allows you to connect to Google Directory data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
      Last updated -
      MIT License
      • Linux
      • 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/keurcien/choose-mcp-server'

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