Skip to main content
Glama

dsh-lookhere

DSH 插件,将 lookhere.help(AI 知识库客服)暴露为 MCP 工具。零依赖。

API 已对照 look here.help 代码库验证:所有者端点使用 Authorization: Bearer <JWT>;聊天是一个异步任务——用 { message } 调用 POST /api/chat/:shareId 会返回 { job_id },然后轮询 GET /api/chat/result/:jobIdask_bot 会替你完成这两步,并最多等待 60 秒。

工具

工具

描述

list_bots()

列出你的机器人(需认证)

get_bot(shared)

通过 share ID 获取公开机器人信息(无需认证)

ask_bot(shareId, question, history?)

向机器人提问;提交任务并轮询直到得到回复

chat_result(jobId)

手动轮询一个异步任务的结果

bot_chats(botId)

你的某个机器人最近的 100 条问答日志(需认证)

Related MCP server: libredesk-mcp

安装

npx @deepseek-ai/dsh plugin --profile web add github:zhulianxing/dsh-lookhere

配置

  • TESTING_TOKEN — 对于所有者端点(list_bots`` bot_chats`必需;你的账户 JWT

  • LOOKHERE_BASE_URL — 可选覆盖配置(默认 https://lookhere.help

注意:任务保存在服务端内存中,TTL 约为 10 分钟——过期的任务 ID 必须重新提交。

许可证

传播dens

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    B
    maintenance
    MCP server that exposes the complete Libredesk REST API (54 endpoints) as tools, enabling natural language management of conversations, contacts, agents, teams, and more for the open-source customer support desk.
    54
    11
    3
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server that provides tools to add to, search, and manage a wiki knowledge base, enabling AI chat tools to contribute and retrieve information from the wiki via natural language prompts.
    MIT

View all related MCP servers

Related MCP Connectors

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • Official MCP server for Lovable, the AI-powered full-stack app builder.

View all MCP Connectors

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/zhulianxing/dsh-lookhere'

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