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.
npx agentmods add instructions/hecateq/mcp-coolify/copilot-instructionsgit clone --depth 1 https://github.com/hecateq/mcp-coolifyWrote 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/hecateq/mcp-coolify/copilot-instructions)<a href="https://agentmods.dev/instructions/hecateq/mcp-coolify/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/hecateq/mcp-coolify/copilot-instructions.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 | $0.01308 | $0.01308 |
| Opus 5 | $0.00654 | $0.00654 |
| Sonnet 5 | $0.00262 | $0.00262 |
| Haiku 4.5 | $0.00131 | $0.00131 |
Grade A, and why
mcp-coolify copilot-instructions.md scanned grade A with 0 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 3d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub Copilot — Project Context
This file is auto-loaded by GitHub Copilot Code Review, Copilot Chat, and Copilot Workspace when working in this repository. It complements AGENTS.md (the project-wide AI recovery document).
TL;DR
- Package:
@imhecateq/mcp-coolify(npm scope MUST match authenticated npm account) - Type: Model Context Protocol (MCP) server wrapping the Coolify self-hosted PaaS API
- Build:
tsup→dist/index.js(NOT.mjs) - Test: vitest, must stay at 221/221 passing
- Lint: ESLint, must pass clean
- Pre-publish:
prepublishOnlyruns lint+typecheck+test+build — do NOT skip with--ignore-scripts
Mandatory constraints
- Package scope is
@imhecateq/*, NEVER@hecateq/*. The latter requires membership in thehecateqnpm organization, which the maintainer does not have. If you see a code change suggesting@hecateq/mcp-coolify, reject it. - All prose must be in English. No Turkish in commit messages, PR titles, PR descriptions, code reviews, or
.mdfiles (exceptdocs/GLOSSARY.mdwhich is a translation reference). Code blocks may contain legacy Turkish comments — leave them alone. - Don't add new runtime dependencies without explicit user request. The 9-dep budget is
@fastify/cors,@fastify/static,@modelcontextprotocol/sdk,dotenv,express,fastify,pino,pino-pretty,uuid,zod. dist/is git-ignored and build-generated. Never edit files insidedist/. Editsrc/*.tsand runnpm run build.- Build output filename is
dist/index.js, notdist/index.mjs. Despite ESM format, the file ends in.jsbecause the CLI has a shebang. If you suggest an example or doc, use this exact filename. binfield ismcp-coolify(unscoped).npm install -gregisters the binary asmcp-coolify. Local installs referencenode_modules/@imhecateq/mcp-coolify/dist/index.js.- No bypasses: no
as any, no@ts-ignore, no@ts-expect-error, no empty catch, no deleted failing tests. Fix root causes.
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.
- 3d ago First seen · 88 lines · 1,308 tokens per session scan A 86a7c7fdee9c
mcp-coolify copilot-instructions.md is an instructions file published in the GitHub repository hecateq/mcp-coolify (1 stars, last pushed 16d ago), licensed MIT. It adds 1,308 tokens to every session, about $0.0065 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
daz-mcp-server CLAUDE.md
Claude Code instructions for bluemoonfoundry/daz-mcp-server, covering claude.md (project index), primary commands, skill modules (reference with @), architecture summary and render api (dazscriptserver native endpoints).
mcpscore AGENTS.md
Instructions for mcp-box/mcpscore, covering agent instructions for mcpscore and gotchas (learned the hard way).
vector_mcp AGENTS.md
AGENTS.md instructions for sergiobayona/vector_mcp, covering agents.md, project overview, essential commands, development setup and testing and quality.
PBP CLAUDE.md
Instructions for MadGapun/PBP, covering pbp — claude-code-memory, stand 2026-08-25 (v1.7.23 stable) — ehrliche zahlen, stand 2026-07-16 (v1.8.0-beta.6, prerelease) — hotfix #760, stand 2026-07-14 (v1.7.7) — scoring-fairness & praxis-funde and stand 2026-07-03 (v1.7.6) — alltags-fuehrung.
mcp-scribe CLAUDE.md
Instructions for The-Swarm-Corporation/mcp-scribe, covering claude.md, what this is, commands, formatting: black only. do not run ruff format and architecture.
mcp-router CLAUDE.md
Claude Code instructions for mcp-router/mcp-router, a project described as: A Unified MCP Server Management App (MCP Manager).