Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-saloprj-dialogbrain": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / communication
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
MCP Security Weekly
Get CVE alerts and security updates for io.github.saloprj/dialogbrain and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
{
"mcpServers": {
"dialogbrain": {
"url": "https://api.dialogbrain.com/mcp",
"transport": "streamable-http",
"auth": "oauth2"
}
}
}
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.