Modern connection manager for Linux — spiritual successor to Ásbrú Connection Manager. SSH, clusters, tunnels, automation, MCP server for AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bifrost": {
"command": "npx",
"args": [
"-y",
"jimmyrivas/bifrost"
]
}
}
}
Run in terminal:
claude mcp add bifrost npx -y jimmyrivas/bifrost
Add to .cursor/mcp.json:
{
"mcpServers": {
"bifrost": {
"command": "npx",
"args": [
"-y",
"jimmyrivas/bifrost"
]
}
}
}