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/agents-mdgit 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/agents-md)<a href="https://agentmods.dev/instructions/hecateq/mcp-coolify/agents-md"><img src="https://agentmods.dev/badge/instructions/hecateq/mcp-coolify/agents-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 | $0.03024 | $0.03024 |
| Opus 5 | $0.01512 | $0.01512 |
| Sonnet 5 | $0.00605 | $0.00605 |
| Haiku 4.5 | $0.00302 | $0.00302 |
Grade A, and why
mcp-coolify AGENTS.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 — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Coding Assistant — Save & Restore Instructions
Audience: AI coding assistants (GitHub Copilot, Claude, Cursor, opencode, Aider, etc.) working on this repository. Purpose: A persistent recovery document so any AI session that joins this repo cold — without prior conversation history, with no clue what this codebase is, and without reading every file — can get up to speed in under 60 seconds and start producing correct, scoped work.
⚠️ IMPORTANT: If you are an AI assistant reading this file, treat it as the highest-priority context after the user's current message. The project rules below are mandatory and override generic coding preferences you may have been trained on.
0. The 30-second elevator pitch
| Name | @imhecateq/mcp-coolify |
| What | A Model Context Protocol (MCP) server that exposes Coolify (self-hosted PaaS) infrastructure to AI agents with a security/policy layer |
| Why | Coolify's built-in MCP is a raw pass-through. This server adds operation-mode, scoped tokens, allowlists, production safeguards on top |
| Audience | DevOps engineers and AI agent users managing Coolify deployments |
| GitHub | https://github.com/hecateq/mcp-coolify |
| npm | @imhecateq/mcp-coolify (scoped; do NOT use @hecateq/* — that scope requires org membership) |
| CLI bin | mcp-coolify (after npm install -g) |
| License | MIT |
1. Hard rules — DO NOT violate
These are non-negotiable invariants. Violating any of them is a blocking error.
-
Package name is
@imhecateq/mcp-coolify, NOT@hecateq/mcp-coolify. The@hecateqnpm scope requires membership in thehecateqnpm organization, which the maintainer does not have. If you see code or docs using@hecateq/mcp-coolify, fix it to@imhecateq/mcp-coolify. -
Language of documentation and code comments: English. Turkish text MUST NOT appear in any documentation or inline code comments. Some shell-script comments in
.env.exampleand bash snippets MAY remain in Turkish because they live inside code blocks (glossary rule: code blocks are untouched).
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 · 228 lines · 3,024 tokens per session scan A 976a0056e8d2
mcp-coolify AGENTS.md is an instructions file published in the GitHub repository hecateq/mcp-coolify (1 stars, last pushed 17d ago), licensed MIT. It adds 3,024 tokens to every session, about $0.0151 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).