cpp_guidelines_mcp CLAUDE.md

cpp_guidelines_mcp CLAUDE.md is an instructions file for coding agents from SongJiangzhou/cpp_guidelines_mcp. It costs 523 tokens per session, scanned A, original, MIT.

A set of Chinese-language instructions for developing a C++ code-style MCP server, a service that lets compatible AI tools call code-checking functions and read guidance.

In plain words
What is it for?
Use it when adding tools, resources, or prompts to the server, running it locally, or checking its setup and conventions.
Why use it?
It gives contributors the project's architecture, language rules, dependencies, and development commands in one place.

Instructions file

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/songjiangzhou/cpp_guidelines_mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/SongJiangzhou/cpp_guidelines_mcp

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 cpp_guidelines_mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/songjiangzhou/cpp_guidelines_mcp/claude-md.svg)](https://agentmods.dev/instructions/songjiangzhou/cpp_guidelines_mcp/claude-md)
Your own site
<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>
Per session 523 This file is loaded in full into every session.
When invoked 523 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.00523 $0.00523
Opus 5 $0.00262 $0.00262
Sonnet 5 $0.00105 $0.00105
Haiku 4.5 $0.00052 $0.00052

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

Security

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.

CLAUDE.md · 77 lines

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 组件开发规范

添加新功能时遵循:

  1. 工具 (Tools) - 在 cpp_style/tools/ 创建模块
  2. 资源 (Resources) - 在 cpp_style/resources/ 创建模块
  3. 提示 (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

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 · 77 lines · 523 tokens per session scan A 5280352f1723

Subscribe to this mod's changes

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.