一键导入
flamerobin-mcp
Model Context Protocol (MCP) server for FlameRobin to interact with registered Firebird databases. Use when this capability is needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Model Context Protocol (MCP) server for FlameRobin to interact with registered Firebird databases. Use when this capability is needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Morning update routine: merge Renovate PRs, rebase local work, apply chezmoi changes Use when this capability is needed.
Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming.
Use when the user asks to install, add, or set up a package, tool, CLI, or application
Use when the user wants to fetch and contextualize a GitHub repository for future reference.
Use when writing or reviewing GitHub-flavored Markdown (README, issues, PRs, docs)
Copy content to my clipboard using `pbcopy`. Use when this capability is needed.
| name | flamerobin-mcp |
| description | Model Context Protocol (MCP) server for FlameRobin to interact with registered Firebird databases. Use when this capability is needed. |
| metadata | {"author":"mariuz"} |
This skill allows agents to invoke and interact with FlameRobin's built-in MCP server.
When you need to list databases, explore database schemas, or query data from a Firebird database managed by FlameRobin:
Verify if FlameRobin is built:
Ensure build/Debug/flamerobin.exe exists. If not, build the project:
& "C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Current\Bin\MSBuild.exe" build/flamerobin.vcxproj /p:Configuration=Debug /p:Platform=x64
Launch the MCP server in a background task:
Use the run_command tool to launch the MCP server as a background process:
build/Debug/flamerobin.exe --mcp
Protocol Interactions: Send JSON-RPC 2.0 messages over standard input and receive responses over standard output. For example, to list all registered databases, send:
{"jsonrpc": "2.0", "method": "tools/call", "id": 1, "params": {"name": "list_databases", "arguments": {}}}
Source: mariuz/flamerobin — distributed by TomeVault.