Skip to main content
Glama

Glean MCP Server

by longyi1207

줍다

Glean API를 통합하여 검색 및 채팅 기능을 제공하는 MCP 서버 구현입니다.

도구

  • 검색 : 쿼리에 대한 검색 결과 목록
  • 채팅 : 챗봇과의 Q&A

Claude Desktop과 함께 사용

Docker 이미지를 빌드합니다.

지엑스피1

그런 다음 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" } } } }

특허

이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

검색 결과와 챗봇 상호작용을 제공하기 위해 Glean API를 통합한 MCP 서버입니다.

  1. 도구
    1. Claude Desktop과 함께 사용
  2. 특허

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      This MCP server utilizes DuckDuckGo for web searches, providing structured search results with metadata and features like smart content classification and language detection, facilitating easy integration with AI clients supporting the MCP protocol.
      Last updated -
      1
      25
      1
      JavaScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      This server provides access to the Perplexity AI API, enabling interaction through chatting, searching, and documentation retrieval within MCP-based systems.
      Last updated -
      5
      2
      JavaScript
    • A
      security
      F
      license
      A
      quality
      An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
      Last updated -
      4
      2
      Python
    • -
      security
      A
      license
      -
      quality
      An MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.
      Last updated -
      1
      Python
      Apache 2.0

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

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