Skip to main content
Glama
longyi1207

Glean MCP Server

by longyi1207

格莱恩

集成 Glean API 的 MCP 服务器实现,提供搜索和聊天功能。

工具

  • 搜索:给定查询的搜索结果列表

  • 聊天:与聊天机器人进行问答

与 Claude Desktop 一起使用

构建docker镜像:

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

然后将其添加到您的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

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

-
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