streamable-httpMITupdated 3mo ago
Remote MCP server that connects your AI agent to a unified inbox spanning WhatsApp, Telegram, Instagram, Email, Livechat, and Voice calls — plus a workspace knowledge graph and AI agent orchestration.
dialogbrain 能做什么?
DialogBrain MCP
Remote MCP server that connects your AI agent to a unified inbox spanning WhatsApp, Telegram, Instagram, Email, Livechat, and Voice calls — plus a workspace knowledge graph and AI agent orchestration.
- MCP URL:
https://api.dialogbrain.com/mcp - Transport: Streamable HTTP
- Auth: OAuth 2.0 (Dynamic Client Registration)
- Tools: 156 (read/write across all channels)
- Product: https://dialogbrain.com
- Developer docs: https://docs.dialogbrain.com
What you can do
- Read messages across channels:
messages.read_history,threads.list,threads.search - Send messages:
messages.send,messages.forward,messages.delete - Manage contacts:
contacts.find,contacts.discover,contacts.sync,contacts.profile - Query workspace knowledge:
workspace.search,kg.find_entity,kg.get_relationships - Trigger AI agents:
agents.ask,agents.simulate_inbound,agents.approve_draft - Files, calendar, calls, voice, browser automation, YouTube — see full tool list in Developer Docs.
Quick start
Claude Desktop / Claude.ai (web)
Add as a Custom Connector with URL https://api.dialogbrain.com/mcp. Sign in via OAuth when prompted.
ChatGPT (Apps)
In the ChatGPT Apps directory, search for "DialogBrain" (pending review). Or add as a Custom MCP Server with the same URL.
Cursor / generic MCP clients
{
"mcpServers": {
"dialogbrain": {
"url": "https://api.dialogbrain.com/mcp",
"transport": "streamable-http",
"auth": "oauth2"
}
}
}
Authentication
OAuth 2.0 with Dynamic Client Registration (RFC 7591). Your MCP client registers automatically and is granted an access token scoped to one DialogBrain workspace. Revoke at any time from Settings → Developer in app.dialogbrain.com.
Tool annotations
Every tool exposes accurate MCP hint annotations:
readOnlyHint— true for read tools (threads.list,messages.read_history,kg.find_entity, …)destructiveHint— true for delete tools (messages.delete,widgets.delete, …)openWorldHint— true for tools that touch third-party APIs (messages.send,web.search,contacts.sync, …)idempotentHint— derived from read-only/delete-by-id semantics
See server.json for the registry manifest and gemini-extension.json for Gemini CLI integration.
Privacy & support
- Privacy policy: https://dialogbrain.com/privacy
- Terms: https://dialogbrain.com/terms
- Support: support@dialogbrain.com
License
MIT — see LICENSE.
安装
把 dialogbrain 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http dialogbrain https://api.dialogbrain.com/mcpcodex mcp add dialogbrain --url https://api.dialogbrain.com/mcp{
"mcpServers": {
"dialogbrain": {
"url": "https://api.dialogbrain.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"dialogbrain": {
"type": "http",
"url": "https://api.dialogbrain.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"dialogbrain": {
"url": "https://api.dialogbrain.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"dialogbrain": {
"serverUrl": "https://api.dialogbrain.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 个工具
dialogbrain 向已连接的智能体提供 4 个工具。
- readOnlyHint
- true for read tools (`threads.list`, `messages.read_history`, `kg.find_entity`, …)
- destructiveHint
- true for delete tools (`messages.delete`, `widgets.delete`, …)
- openWorldHint
- true for tools that touch third-party APIs (`messages.send`, `web.search`, `contacts.sync`, …)
- idempotentHint
- derived from read-only/delete-by-id semantics
评分
66 / 100
良好
- 文档22/25
- 维护13/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 107 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年5月17日 |
| 1.0.0 | 2026年5月17日 |