Skip to main content
Glama

dsh-lookhere

DSH プラグイン。lookhere.help (AI ナレッジベースカスタマーサービス) を MCP ツールとして公開します。依存関係ゼロ。

API は lookhere.help のコードベースに照らして検証済み: オーナーエンドポイントは Authorization: Bearer <JWT> を使用。チャットは非同期ジョブで、POST /api/chat/:shareId{ message } を送ると { job_id } が返るため、GET /api/chat/result/:jobId をポーリングします。ask_bot はその両方を実行し、最大 60 秒待機します。

ツール

ツール

説明

list_bots()

自分のボット一覧を取得 (認証あり)

get_bot(shareId)

共有 ID による公開ボット情報 (認証なし)

ask_bot(shareId, question, history?)

ボットに質問。ジョブを送信し、回答が返るまでポーリング

chat_result(jobId)

非同期ジョブの結果を手動でポーリング

bot_chats(botId)

自分のボットの最新 100 件の Q&A ログ (認証あり)

Related MCP server: libredesk-mcp

インストール

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

設定

  • LOOKHERE_TOKEN — オーナーエンドポイント (list_botsbot_chats) に 必須。アカウントの JWT

  • LOOKHERE_BASE_URL — オプションの上書き (既定値 https://lookhere.help)

注: ジョブはサーバー側のインメモリで保持され、TTL は約 10 分です。期限切れのジョブ ID は再送信する必要があります。

ライセンス

MIT

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