Skip to main content
Glama

Choose MCP Server

by keurcien

Seleccione la configuración del servidor MCP

  1. Comience descargando el cliente de escritorio de Claude: https://claude.ai/download
  2. Instalar uv
brew install uv
  1. Instalar el servidor MCP

Edite el archivo claude_desktop_config.json (ubicado en ~/Library/Application\ Support/Claude ) y agregue lo siguiente a la sección 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 } } } }

NB: la ruta del archivo de manifiesto dbt es opcional.

  1. Inicie sesión en Google Cloud y actualice sus credenciales predeterminadas de aplicación (ADC)
gcloud auth login --update-adc
  1. ¡Abre Claude Desktop y comienza a hacer preguntas!

Solución de problemas

Para los usuarios de Windows, es posible que necesite agregar la variable de entorno APPDATA al archivo de configuración de Claude Desktop.

"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.

Un servidor MCP para Claude Desktop que permite a los usuarios consultar datos de conjuntos de datos de Google Cloud seleccionados configurando el ID del proyecto y los conjuntos de datos en la configuración de Claude Desktop.

  1. Solución de problemas

    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