RunbookBridge
Search tables and fields, view table structures, and execute policy-allowed SELECT and EXPLAIN SELECT queries within a fixed database.
Scan keys within configured key patterns, perform bounded reads of data, and query TTL information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RunbookBridgeRead the order system production docs and execute the deployment steps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RunbookBridge
让 AI 帮你排障,把连接与变更的控制权留在手中。
RunbookBridge(Agent运维工作台)是面向个人开发者和运维人员的 Windows 本地工作台。通过 MCP,让 Codex 等 Agent 结合服务器、MySQL 和 Redis 的真实信息排查问题,减少手动翻日志、查数据和反复粘贴上下文。
当前代码包版本:1.0.46 · Windows 10/11 · MIT 开源许可
核心能力
资源 | Agent 可以做什么 |
Server | 查看系统、服务与容器状态,读取文件,搜索日志及 |
MySQL | 搜索表与字段、查看结构,在固定数据库内执行策略允许的 |
Redis | 在配置的 Key pattern 范围内扫描 Key、有界读取数据、查询 TTL |
按 项目 → 环境 → 插件 组织资源,统一管理环境运维说明、快捷提问和操作记录。MySQL、Redis 可直连,也可通过同环境的 Server 建立 SSH 隧道。
第一栏可直接拖动项目行排序,插入线表示放置位置;也可选中项目后按 Alt + ↑ / ↓ 调整。顺序保存在本机,重启后保留。搜索结果中拖动会同步调整完整列表的顺序,其他项目的相对顺序不变;配置已隔离的项目不能拖动或作为落点。
连接后,你可以这样提问:
检查测试环境的 API 服务,结合错误日志、MySQL 表结构和 Redis 缓存定位问题。先给出排查结论,不要修改配置或重启服务。
Related MCP server: ssh-mcp-server
快速开始
从 Releases 安装应用,并保持桌面端运行。
创建项目和环境,添加 Server、MySQL 或 Redis 插件,验证配置并主动连接。
在环境的「运维说明」中记录服务职责、日志路径和注意事项,让 Agent 有据可查。
为 Agent 客户端配置 MCP,然后描述你要排查的问题。
使用 Codex 时,在 PowerShell 中执行:
$workbenchDir = "$env:LOCALAPPDATA\Programs\Agent运维工作台"
codex mcp add --env ELECTRON_RUN_AS_NODE=1 agent-ops -- `
"$workbenchDir\Agent运维工作台.exe" `
"$workbenchDir\resources\app.asar\src\mcp-v2.mjs"如果选择了其他安装目录,修改 $workbenchDir。注册后完全退出并重新打开 Codex;桌面应用需要继续运行。
操作边界
凭据留在本机:应用管理的密码、私钥口令和代理凭据本地加密保存,不返回给 Agent。
连接由你发起:Agent 只能使用当前环境中已连接的插件,不会自行建立首次连接。
读取优先,变更确认:普通读取直接执行;上传、写入、移动、删除和服务控制逐次确认,任意 Shell 需要强确认。确认绑定具体参数,且只能使用一次。
请使用低权限账号。日志、文件、配置和查询结果可能包含未脱敏的业务数据,使用前请确认 Agent 客户端的数据处理方式。更多边界见 安全说明。
从源码运行
需要 Windows、Node.js 22+ 和 Corepack。
git clone https://github.com/coco-ari/runbook-bridge.git
cd runbook-bridge
corepack pnpm install --frozen-lockfile
corepack pnpm startTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Scoped, audited SSH exec, sessions, and SFTP on your saved servers without exposing credentials
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Develop, manage, and debug Railway projects, services, and deployments from within agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to maintain persistent SSH terminal sessions and transfer files to/from remote servers. Allows stateful command execution, natural language server management, and seamless file operations through SSH connections.1737MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to securely execute remote SSH commands, perform file transfers, and monitor system status through a standardized interface. It features robust security controls including command whitelisting, blacklisting, and credential isolation to prevent unauthorized operations.1029MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to execute commands and transfer files on remote servers over SSH connections.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to securely execute commands, transfer files, and manage port forwarding on remote servers via SSH.16836Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/coco-ari/runbook-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server