DialogBrain
Rank #56,347mcp.so/dialogbrain/saloprj
Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search conversations, manage contacts, query knowledge graph, and trigger AI agents through natural language.
DialogBrain is a Model Context Protocol (MCP) server published by saloprj. It ranks #56,347 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. DialogBrain is listed across 2 registries — mcp.so and PulseMCP, with 1 release tag tracked from its GitHub repository. It was first listed on May 17, 2026 and most recently updated on May 17, 2026.
Ranks ahead of 59,244 of 115,591 servers on MCP Toplist.
Use DialogBrain
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http saloprj https://api.dialogbrain.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.saloprj]
url = "https://api.dialogbrain.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.dialogbrain.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"saloprj": {
"url": "https://api.dialogbrain.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"saloprj": {
"type": "http",
"url": "https://api.dialogbrain.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"saloprj": {
"serverUrl": "https://api.dialogbrain.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"saloprj": {
"url": "https://api.dialogbrain.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/mcp.so%2Fdialogbrain%2Fsaloprj)<a href="https://mcptoplist.com/server/mcp.so%2Fdialogbrain%2Fsaloprj"><img src="https://mcptoplist.com/badge/mcp.so%2Fdialogbrain%2Fsaloprj.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
saloprj
Other servers by saloprj
View all saloprj servers →GitHub releases (1)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v1.0.0 | May 17, 2026 |
Frequently asked questions
- Who maintains DialogBrain?
- DialogBrain is maintained by saloprj, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is DialogBrain listed on the Official MCP Registry?
- DialogBrain is not on the Official MCP Registry. It is listed on mcp.so and PulseMCP.
- How many versions does DialogBrain have?
- No registry surfaces explicit version metadata for DialogBrain; MCP Toplist tracks 1 release tag from its GitHub repository, most recently published on May 17, 2026.
- Where can I find the source code for DialogBrain?
- The source code for DialogBrain is hosted at github.com/saloprj/dialogbrain-mcp.