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/songjiangzhou/cpp_guidelines_mcp/claude-mdgit clone --depth 1 https://github.com/SongJiangzhou/cpp_guidelines_mcpWrote 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/songjiangzhou/cpp_guidelines_mcp/claude-md)<a href="https://agentmods.dev/instructions/songjiangzhou/cpp_guidelines_mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/songjiangzhou/cpp_guidelines_mcp/claude-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.00523 | $0.00523 |
| Opus 5 | $0.00262 | $0.00262 |
| Sonnet 5 | $0.00105 | $0.00105 |
| Haiku 4.5 | $0.00052 | $0.00052 |
Grade A, and why
cpp_guidelines_mcp CLAUDE.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.
What it actually says
CLAUDE.md
本文件为 Claude Code (claude.ai/code) 提供项目工作指南。
项目概述
C++ 编码规范 MCP 服务器 - 提供 C++ 代码规范检查、最佳实践建议和代码审查支持的 MCP (Model Context Protocol) 服务器。
语言规范
- 所有对话和文档使用中文
- 代码注释使用中文
- 错误提示使用中文
核心架构
cpp_style_server.py - MCP 服务器主文件
- 使用
FastMCP框架构建 - 提供 5 个工具、4 类资源、2 个提示模板
cpp_style/ - 核心功能模块
tools/- 5 个代码分析工具实现resources/- 4 类规范文档资源
开发命令
# 安装依赖
uv sync
# 运行服务器(stdio 模式)
uv run mcp run cpp_style_server.py
# 测试工具调用
uv run mcp dev cpp_style_server.py
MCP 组件开发规范
添加新功能时遵循:
- 工具 (Tools) - 在
cpp_style/tools/创建模块 - 资源 (Resources) - 在
cpp_style/resources/创建模块 - 提示 (Prompts) - 在
cpp_style_server.py中定义
详细说明参考 README.md
项目配置
- Python: >= 3.12
- 包管理: uv
- MCP 框架: FastMCP >= 1.21.0
- 容器化: Docker (用于 Smithery 部署)
本地安装到 Claude Desktop
项目包含 .mcp.json 配置文件,或手动添加到 Claude Desktop 配置:
{
"mcpServers": {
"cpp-style": {
"command": "uv",
"args": ["run", "mcp", "run", "cpp_style_server.py"],
"cwd": "/path/to/cpp_guidelines"
}
}
}
通过 Smithery 安装
npx -y @smithery/cli install cpp-style-guide-mcp --client claude
完整的使用说明和示例请参考 README.md
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 · 77 lines · 523 tokens per session scan A 5280352f1723
cpp_guidelines_mcp CLAUDE.md is an instructions file published in the GitHub repository SongJiangzhou/cpp_guidelines_mcp (0 stars, last pushed 6mo ago), licensed MIT. It adds 523 tokens to every session, about $0.0026 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
xiaozhi-esp32 AGENTS.md
AGENTS.md instructions for 78/xiaozhi-esp32, covering agents.md, project, architecture, required rules and boards and configuration.
compiler-explorer AGENTS.md
AGENTS.md instructions for compiler-explorer/compiler-explorer, covering agents.md, build & test commands, important workflow requirements, style guidelines and architecture guidelines.
monkey AGENTS.md
Instructions for monkey/monkey, covering agents, repository map, main runtime flow, build and verification and commit style used in this repository.
flamerobin copilot-instructions.md
Copilot instructions for mariuz/flamerobin, covering flamerobin — copilot instructions, build, run from build dir (sets up paths to resource subdirs), tests and or with verbose boost.test output.
baba-is-auto AGENTS.md
AGENTS.md instructions for utilForever/baba-is-auto, covering agents.md, what this repository is, golden rules (read before any change), the most common task: changing simulator behavior and repository map.
nim_duilib CLAUDE.md
Instructions for rhett-lee/nim_duilib, covering nimduilib - 跨平台 c++ ui 库, 项目概述, 项目结构, 开发模式(xml + c++) and xml 布局文件.