The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Dialogbrain listing page.
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.
https://api.dialogbrain.com/mcpmessages.read_history, threads.list, threads.searchmessages.send, messages.forward, messages.deletecontacts.find, contacts.discover, contacts.sync, contacts.profileworkspace.search, kg.find_entity, kg.get_relationshipsagents.ask, agents.simulate_inbound, agents.approve_draftAdd as a Custom Connector with URL https://api.dialogbrain.com/mcp. Sign in via OAuth when prompted.
In the ChatGPT Apps directory, search for "DialogBrain" (pending review). Or add as a Custom MCP Server with the same URL.
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.
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 semanticsSee server.json for the registry manifest and gemini-extension.json for Gemini CLI integration.
MIT — see LICENSE.