setup-kibuild

setup-kibuild is a command for Claude Code from KiBiz-Systems/kibuild-mcp. It costs 20 tokens per session (1,376 once invoked), scanned C, original, MIT.

A setup and verification wizard for the KiBuild MCP server, a tool service that helps AI agents work with FileMaker projects. It checks the operating system, binary, configuration, log, project path, and available tools.

In plain words
What is it for?
Use it when installing KiBuild MCP, fixing its installation, reconfiguring the FileMaker project path, or checking that the expected tools are available.
Why use it?
It helps detect missing or outdated installations, repair a stale binary, configure the project location, and confirm that the server is usable.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/kibiz-systems/kibuild-mcp/setup-kibuild
Clone the repo
git clone --depth 1 https://github.com/KiBiz-Systems/kibuild-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for setup-kibuild

README.md
[![agentmods](https://agentmods.dev/badge/commands/kibiz-systems/kibuild-mcp/setup-kibuild.svg)](https://agentmods.dev/commands/kibiz-systems/kibuild-mcp/setup-kibuild)
Your own site
<a href="https://agentmods.dev/commands/kibiz-systems/kibuild-mcp/setup-kibuild"><img src="https://agentmods.dev/badge/commands/kibiz-systems/kibuild-mcp/setup-kibuild.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,376 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00020 $0.01376
Opus 5 $0.00010 $0.00688
Sonnet 5 $0.00004 $0.00275
Haiku 4.5 $0.00002 $0.00138

Measured 4d ago against content hash ce5ba5198e74, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

setup-kibuild scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- macOS/Linux: `curl -fsSL https://raw.githubusercontent.com/priyabratasahoo21/kibuild-mcp/main/install.sh | sh`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- macOS/Linux: `curl -fsSL https://raw.githubusercontent.com/priyabratasahoo21/kibuild-mcp/main/install.sh | sh`
.claude/commands/setup-kibuild.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the KiBuild MCP setup and verification wizard. Run each step below in order, autonomously. Only pause when you need a value the user must supply (project path). Report each step's result clearly.

Step 1 — Detect platform

Run uname -s && uname -m (macOS/Linux) or detect Windows via $ENV:OS.

Determine:

  • Binary path: /usr/local/bin/kibuild-mcp (macOS/Linux) or $env:LOCALAPPDATA\Programs\kibuild-mcp\kibuild-mcp.exe (Windows)
  • Config file: ~/.claude.json (macOS/Linux) or %USERPROFILE%\.claude.json (Windows)
  • Log file: ~/.fm_ai_bridge/mcp_server.log (macOS/Linux) or %USERPROFILE%\.fm_ai_bridge\mcp_server.log (Windows)

Step 2 — Check binary and version

Run kibuild-mcp --version (or full path if not in PATH).

If binary is missing: Install it now.

  • macOS/Linux: curl -fsSL https://raw.githubusercontent.com/priyabratasahoo21/kibuild-mcp/main/install.sh | sh
    • If curl not available: wget -qO- https://raw.githubusercontent.com/priyabratasahoo21/kibuild-mcp/main/install.sh | sh
    • After install on macOS: xattr -d com.apple.quarantine /usr/local/bin/kibuild-mcp 2>/dev/null || true
  • Windows (PowerShell): irm https://raw.githubusercontent.com/priyabratasahoo21/kibuild-mcp/main/install.ps1 | iex
    • If you get "running scripts is disabled": first run Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

If binary is present but version is dev or older than v0.2.0: The binary is stale — it is missing explode_xml_export and generate_schema_map. Reinstall using the commands above.

Expected minimum version: v0.2.0 (adds explode_xml_export, generate_schema_map, load_skill, and --version flag).

Step 3 — Check MCP config

Read the Claude Code config file (~/.claude.json or %USERPROFILE%\.claude.json).

Check if a kibuild entry exists under mcpServers:

  • If missing: ask the user for their project path and write it (see Step 4).
  • If present: show the current command and KIBUILD_ACTIVE_PROJECT values and ask if they are correct.

Read the full file on GitHub · 107 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 107 lines · 20 tokens per session scan C ce5ba5198e74

Subscribe to this mod's changes

setup-kibuild is a command published in the GitHub repository KiBiz-Systems/kibuild-mcp (6 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 1,376 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.