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"
}
}
}
}
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.
Related MCP Servers
- -securityAlicense-qualityGoogle Chat MCP Sever (Extendable to Teams,Slack.)Last updated -17PythonMIT License
- -securityFlicense-qualityAn MCP Server that provides access to Google's Search Console API, allowing users to interact with website search performance data and manage search presence through natural language.Last updated -
- -securityFlicense-qualityAn MCP server that enables natural language interaction with Google's Discovery Engine API, allowing users to search, recommend, and manage data through conversational interfaces.Last updated -
- -securityAlicense-qualityAn MCP server that provides deep knowledge about OpenAI APIs and SDKs, enabling users to query technical information through various MCP clients including ChatGPT Deep Research, Cursor, and OpenAI Responses API.Last updated -13MIT License