coolify-mcp copilot-instructions.md

coolify-mcp copilot-instructions.md is an instructions file for GitHub Copilot from jurislm/coolify-mcp. It costs 747 tokens per session, scanned A, original, MIT.

Project instructions for Coolify MCP, a TypeScript server that exposes Coolify's REST API to AI assistants. Coolify is a platform for deploying and managing applications, and the instructions also define its Git and release workflow.

In plain words
What is it for?
Use them when developing, reviewing, releasing, or versioning the Coolify MCP server, especially work involving branches, pull requests, and Release Please.
Why use it?
They prevent incorrect version changes and misleading reviews when development and release branches contain different commit histories.

Instructions file for GitHub Copilot

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 instructions/jurislm/coolify-mcp/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/jurislm/coolify-mcp

Made for: GitHub Copilot.

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 coolify-mcp copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jurislm/coolify-mcp/copilot-instructions.svg)](https://agentmods.dev/instructions/jurislm/coolify-mcp/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/jurislm/coolify-mcp/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/jurislm/coolify-mcp/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 747 This file is loaded in full into every session.
When invoked 747 The same file — it is already loaded in full.
Security scan A 0 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.00747 $0.00747
Opus 5 $0.00374 $0.00374
Sonnet 5 $0.00149 $0.00149
Haiku 4.5 $0.00075 $0.00075

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

Security

Grade A, and why

coolify-mcp 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.

.github/copilot-instructions.md · 63 lines

How it starts

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

Copilot Instructions for coolify-mcp

Project Overview

@jurislm/coolify-mcp is a TypeScript MCP (Model Context Protocol) server that wraps the Coolify REST API into 43 tools for AI assistants. Published to npm.

Git Workflow

  • Development branch: develop — all feature work happens here
  • Release branch: main — receives changes via squash merge from develop
  • Consequence: A PR from develop to main will show a large diff including all accumulated commits since the last squash merge. This does NOT mean those changes are new — they may already be live on npm via a previous release.
  • Versioning: Managed by Release Please. Do NOT suggest manual version bumps. Release Please reads conventional commits and determines the correct semver automatically.

Version Numbers

  • Do not suggest changing version in package.json in PRs. Version bumps are handled exclusively by Release Please when PRs merge to main.
  • When reviewing a develop → main PR, the version shown in the diff may already be published. Check the git tag history or npm registry before commenting on version numbers.
  • Existing published versions: check https://registry.npmjs.org/@jurislm/coolify-mcp for the current latest.

Build & Test

bun install           # install dependencies
bun run build         # compile TypeScript -> dist/
bun run test          # run Jest tests (excludes integration/)
bun run lint          # ESLint
bun run format:check  # Prettier check

Project Structure

  • src/lib/coolify-client.ts — HTTP client wrapping Coolify REST API
  • src/lib/mcp-server.ts — MCP tool definitions and handlers
  • src/types/coolify.ts — TypeScript type definitions (public API)
  • src/index.ts — Entry point
  • src/__tests__/ — Jest tests (mocked, no live server required)
  • src/__tests__/integration/ — Integration tests (require live Coolify instance)
  • dist/ — Compiled output (auto-generated, not reviewed)
  • .worktrees/ — Git worktrees for parallel branch development (not source code)

Read the full file on GitHub · 63 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. 3d ago First seen · 63 lines · 747 tokens per session scan A 2999f7e4b33f

Subscribe to this mod's changes

coolify-mcp copilot-instructions.md is an instructions file published in the GitHub repository jurislm/coolify-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 747 tokens to every session, about $0.0037 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.