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/lukleh/mcp-sonarcloud/agents-mdgit clone --depth 1 https://github.com/lukleh/mcp-sonarcloudWrote 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/lukleh/mcp-sonarcloud/agents-md)<a href="https://agentmods.dev/instructions/lukleh/mcp-sonarcloud/agents-md"><img src="https://agentmods.dev/badge/instructions/lukleh/mcp-sonarcloud/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.00575 | $0.00575 |
| Opus 5 | $0.00287 | $0.00287 |
| Sonnet 5 | $0.00115 | $0.00115 |
| Haiku 4.5 | $0.00057 | $0.00057 |
Grade A, and why
mcp-sonarcloud 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 — 26 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
Project Structure & Module Organization
src/mcp_sonarcloud/server.py contains the MCPServer server, request helpers, Pydantic response models, and the CLI entry point. Runtime-path resolution is isolated in src/mcp_sonarcloud/runtime_paths.py, and package metadata lives in src/mcp_sonarcloud/__init__.py. Tests are concentrated in tests/test_server.py, while README.md, DEVELOPMENT.md, and SONARCLOUD_API_SUPPORT.md document the public API surface and maintenance expectations.
Build, Test, and Development Commands
uv sync --extra devinstalls runtime and development dependencies.uv run mcp-sonarcloud --print-pathsshows the resolved config, state, and cache directories.uv run mcp-sonarcloud --write-sample-configwrites the defaultconfig.toml; add--overwriteonly when replacing it intentionally.uv run pytest -qruns the full test suite.uv run pytest tests/test_server.py -qruns the focused SonarCloud tool coverage.uv run ruff check src testsruns linting.uv run ty checkruns the type checker onsrc/.
Coding Style & Naming Conventions
Target Python 3.11+ with four-space indentation, explicit type hints, and async-first request code. Keep the current single-server-file structure unless a change is large enough to justify extraction. Use snake_case for functions, variables, and tests; use PascalCase for Pydantic models. New MCP tool parameters should continue to use pydantic.Field() descriptions with explicit valid values and concrete examples where that improves agent usability.
Testing Guidelines
Tests rely on pytest, pytest-asyncio, and pytest-httpx, so new API behavior should be covered with mocked HTTP exchanges rather than live SonarCloud calls. Update tests/test_server.py whenever request parameters, response parsing, organization scoping, or hotspot status validation changes. Prefer asserting both the outbound request shape and the structured response model.
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 · 26 lines · 575 tokens per session scan A 3f69f5967add
mcp-sonarcloud AGENTS.md is an instructions file published in the GitHub repository lukleh/mcp-sonarcloud (0 stars, last pushed 1mo ago), licensed MIT. It adds 575 tokens to every session, about $0.0029 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
sonarqube-mcp-server AGENTS.md
AGENTS.md instructions for SonarSource/sonarqube-mcp-server, covering sonarqube mcp server, principles, prerequisites, build & verify and code style.
python-code-validator AGENTS.md
AGENTS.md instructions for jkanselaar/python-code-validator, covering python you write here gets checked, say what the code is for, before you write it, while you write, when something comes back wrong and before you present anything.
sheriff-mcp CLAUDE.md
Claude Code instructions for ryansmith4/sheriff-mcp, covering sheriff-mcp development guide, project overview, versioning, version source and release process.
sonarlint-mcp-server CLAUDE.md
Instructions for nielspeter/sonarlint-mcp-server, covering claude code development guide, release process, how versioning works, important: do not manually edit changelog.md and configuration files.
python-code-validator GEMINI.md
Gemini CLI instructions for jkanselaar/python-code-validator, covering python you write here gets checked, say what the code is for, before you write it, while you write, when something comes back wrong and before you present anything.
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).