brokre
Rank #6,110io.github.Furowu/brokre
AI-safe credential broker for MCP — run saved SSH/MySQL/psql aliases; passwords never reach AI.
brokre is a Model Context Protocol (MCP) server published by furowu. It ranks #6,110 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. brokre is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Jun 12, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 109,481 of 115,591 servers on MCP Toplist.
Use brokre
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add brokre -- npx -y brokre[mcp_servers.brokre]
command = "npx"
args = ["-y", "brokre"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"brokre": {
"command": "npx",
"args": [
"-y",
"brokre"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"brokre": {
"command": "npx",
"args": [
"-y",
"brokre"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"brokre": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brokre"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"brokre": {
"command": "npx",
"args": [
"-y",
"brokre"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"brokre": {
"command": "npx",
"args": [
"-y",
"brokre"
]
}
}
}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/io.github.Furowu%2Fbrokre)<a href="https://mcptoplist.com/server/io.github.Furowu%2Fbrokre"><img src="https://mcptoplist.com/badge/io.github.Furowu%2Fbrokre.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
furowu
Available versions (5)
| Version | Published |
|---|---|
| 0.2.23 | Aug 24, 2026 |
| 0.2.22 | Aug 19, 2026 |
| 0.2.13 | Jun 24, 2026 |
| 0.2.10 | Jun 24, 2026 |
| 0.1.22 | Jun 12, 2026 |
Frequently asked questions
- Who maintains brokre?
- brokre is maintained by furowu, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is brokre listed on the Official MCP Registry?
- Yes — brokre is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does brokre have?
- MCP Toplist tracks 5 versions of brokre, most recently published on Aug 24, 2026.
- Where can I find the source code for brokre?
- The source code for brokre is hosted at github.com/furowu/brokre.