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 rules/lukaszzychal/mcp-doc-generator/cursorrulesgit clone --depth 1 https://github.com/lukaszzychal/mcp-doc-generatorWhat 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.00550 | $0.00550 |
| Opus 5 | $0.00275 | $0.00275 |
| Sonnet 5 | $0.00110 | $0.00110 |
| Haiku 4.5 | $0.00055 | $0.00055 |
Grade A, and why
cursorrules 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 2d 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 — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cursor Rules for MCP Documentation Server
⚠️ DEPRECATED: This file is deprecated. Please use
.cursor/rules/documentation.mdinstead.This file is kept for backward compatibility but will not be actively maintained. For the latest rules, see:
.cursor/rules/documentation.md
Documentation Standards
Bilingual Documentation (EN/PL)
All documentation files must be bilingual (English/Polish) following this structure:
- Primary Language: English - Write all documentation first in English
- Secondary Language: Polish - Synchronize Polish version after English is complete
- Structure Pattern:
- Use language anchors:
<a name="english"></a>and<a name="polski"></a> - English section comes first
- Polish section comes after, marked with
<a name="polski"></a> - Use separator:
---between language sections
- Use language anchors:
Documentation File Format
# Document Title
**Language / Język:** [English](#english) | [Polski](#polski)
---
<a name="english"></a>
# English
[English content here]
---
<a name="polski"></a>
# Polski
[Polish content here - synchronized with English]
Writing Guidelines
- Write English first - Always create English version first, ensure it's complete and accurate
- Synchronize Polish - After English is done, create Polish version that:
- Maintains the same structure and sections
- Preserves code examples (they remain in English)
- Translates all explanatory text accurately
- Keeps technical terms consistent (use English terms with Polish explanations if needed)
- Code Examples - Keep code examples in English, add Polish comments if helpful
- Links and References - Maintain English anchor names, translate link text
- Consistency - Use consistent terminology across all documents
Files Requiring Bilingual Content
- README.md
- All files in
docs/directory - USAGE_GUIDE.md
- QUICKSTART.md
- Any new documentation files
When Creating New Documentation
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.
- 2d ago First seen · 83 lines · 550 tokens per session scan A ad0bbd495204
cursorrules is a cursor rule published in the GitHub repository lukaszzychal/mcp-doc-generator (2 stars, last pushed 9mo ago), licensed MIT. It adds 550 tokens to every session, about $0.0028 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 cursor rules, from other repositories
archgate-governance
Archgate ADR governance — enforces architecture decision records.
ai_software_architect_reviews
Comprehensive evaluation from all team perspectives.
ai_software_architect_structure
Main framework directory containing all architecture documentation.
ai_software_architect_usage
Command: "Create ADR for [decision topic]".
ai_software_architect_overview
This project uses the AI Software Architect framework for structured architecture management. The framework provides a systematic approach to documenting decisions, conducting reviews, and managing architectural evolution.
ai_software_architect_setup
To set up the framework in this project, use.