Skip to main content
Glama
longyi1207

Glean MCP Server

by longyi1207

Espigar

Una implementación de servidor MCP que integra la API de Glean y proporciona las funciones de búsqueda y chat.

Herramientas

  • Buscar : Lista de resultados de búsqueda dada una consulta

  • Chat : Preguntas y respuestas con Chatbot

Uso con Claude Desktop

Construya la imagen de Docker:

docker build -t glean-server:latest -f src/glean/Dockerfile .

Luego agrega esto a tu claude_desktop_config.json :

{
  "mcpServers": {
    "glean-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GLEAN_API_KEY",
        "-e",
        "GLEAN_DOMAIN",
        "glean-server"
      ],
      "env": {
        "GLEAN_API_KEY": "YOUR_API_KEY_HERE",
        "GLEAN_DOMAIN": "YOUR_DOMAIN_HERE"
      }
    }
  }
}

Related MCP server: Google Search Console API MCP Server

Licencia

Este servidor MCP cuenta con la licencia MIT. Esto significa que puede usar, modificar y distribuir el software libremente, sujeto a los términos y condiciones de la licencia MIT. Para más detalles, consulte el archivo de LICENCIA en el repositorio del proyecto.

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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/longyi1207/glean-mcp-server'

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