Borrowing it
Nothing to install: this file belongs to KiBiz-Systems/kibuild-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/KiBiz-Systems/kibuild-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/KiBiz-Systems/kibuild-mcpWrote 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.
[](https://agentmods.dev/instructions/kibiz-systems/kibuild-mcp/claude-md)<a href="https://agentmods.dev/instructions/kibiz-systems/kibuild-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/kibiz-systems/kibuild-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00964 | $0.00964 |
| Opus 5 | $0.00482 | $0.00482 |
| Sonnet 5 | $0.00193 | $0.00193 |
| Haiku 4.5 | $0.00096 | $0.00096 |
Grade C, and why
kibuild-mcp CLAUDE.md 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 8d 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.
5. If outdated: accept the self-update in `kibuild-mcp --setup`, or reinstall with `curl -fsSL https://raw.githubusercontent.com/priyabratasahoo21/kibuild-mcp/main/install.sh | sh`. Then **fully quit and restart Claude C Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
5. If outdated: accept the self-update in `kibuild-mcp --setup`, or reinstall with `curl -fsSL https://raw.githubusercontent.com/priyabratasahoo21/kibuild-mcp/main/install.sh | sh`. Then **fully quit and restart Claude C How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
KiBuild MCP — Claude Code Project Guide
Magic phrase
If the user types "Help me set up KiBuild MCP" or "Set up KiBuild MCP", run the /setup-kibuild wizard automatically: detect the OS, install the binary, configure the MCP server in ~/.claude.json, verify the tool count, and offer to test with an XML export. Follow the steps in .claude/commands/setup-kibuild.md exactly.
Project initialization command
Run /init-kibuild-project inside any FileMaker project directory to generate three AI guide files:
CLAUDE.md— instructs Claude Code to prefer KiBuild MCP tools over grep/bashAGENTS.md— same, for OpenAI Codex CLI and ChatGPT AgentsGEMINI.md— same, for Google Gemini CLI
Each file contains explicit tool-substitution rules (e.g. "use find_script instead of grep") so the AI picks the right tool without being told each time. Command lives at .claude/commands/init-kibuild-project.md.
Native setup command
The binary has a built-in interactive wizard — kibuild-mcp --setup — that checks the version (self-updates from GitHub if behind), prompts for the project path, safely merges the MCP entry into ~/.claude.json, and verifies the tool registry. The install scripts hand off to it after downloading the binary. All config/verify logic lives in setup.go, so it behaves identically on macOS, Linux, and Windows. kibuild-mcp --version prints the version (injected at build time via -ldflags "-X main.Version=..."; defaults to dev).
What this project is
KiBuild MCP is a FileMaker-aware MCP server. It provides AI coding tools with structured access to FileMaker schemas, scripts, layouts, relationships, and XML exports.
Repository layout
| Path | Purpose |
|---|---|
main.go |
MCP JSON-RPC server loop and tool dispatch |
tools/registry.go |
Tool definitions + safeMCPTools allowlist |
tools/executor.go |
Tool implementations |
tools/discovery.go |
Schema discovery helpers |
exploder/ |
XML export exploder (produces Schema/<db>/ tree) |
config/ |
Config manager, sandbox, crypto |
outbox/ |
Versioned artifact output manager |
skills/ |
Embedded specialist skill files |
install.sh |
macOS/Linux installer |
install.ps1 |
Windows PowerShell installer |
.claude/commands/setup-kibuild.md |
/setup-kibuild slash command |
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.
- 8d ago First seen · 59 lines · 964 tokens per session scan C 509e211ed58f
kibuild-mcp CLAUDE.md is an instructions file published in the GitHub repository KiBiz-Systems/kibuild-mcp (6 stars, last pushed 2mo ago), licensed MIT. It adds 964 tokens to every session, about $0.0048 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.
Other instructions, from other repositories
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.