knu-mcp: Instructions file for Claude Code

CLAUDE.md

knu-mcp CLAUDE.md is an instructions file for Claude Code from LEEseungseok-01/knu-mcp. It costs 565 tokens per session, scanned A, original, MIT.

A CLAUDE.md instruction file for a Python MCP server project about public information at Kangwon National University Chuncheon Campus. The file describes planned tools for academic schedules, cafeteria meals, and notice searches.

In plain words
What is it for?
Guiding development of the university-information MCP server, including installation, running, testing, scope decisions, and code-change conventions.
Why use it?
It gives Claude Code project goals, development commands, structure guidance, and coding principles so work stays focused and consistent.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; built for cline.

This is LEEseungseok-01/knu-mcp's own configuration. It tells Claude Code how to work on knu-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything knu-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to LEEseungseok-01/knu-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/LEEseungseok-01/knu-mcp/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/LEEseungseok-01/knu-mcp

Made for: Claude Code.

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 knu-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/leeseungseok-01/knu-mcp/claude-md/github.svg)](https://agentmods.dev/instructions/leeseungseok-01/knu-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/leeseungseok-01/knu-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/leeseungseok-01/knu-mcp/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for knu-mcp CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/leeseungseok-01/knu-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/leeseungseok-01/knu-mcp/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 565 This file is loaded in full into every session.
When invoked 565 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00565 $0.00565
Opus 5 $0.00282 $0.00282
Sonnet 5 $0.00113 $0.00113
Haiku 4.5 $0.00056 $0.00056

Measured 10d ago against content hash ec0a1204a8fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

knu-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 10d 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 · 40 lines

What it actually says

CLAUDE.md

Model Context Protocol(MCP) 서버 프로젝트. Python 기반.

이 파일은 매 세션 자동으로 읽힘. 코드가 생기면 아래 TODO 자리를 실제 내용으로 채운다.

목표

강원대 춘천캠퍼스 공개 정보를 MCP tool로 노출. Claude/Cursor/Cline 등 MCP 클라이언트에서 자연어로 조회. v1 tool 3종: 학사일정 / 학식 / 공지 검색. 로그인 필요한 것(수강신청·성적·도서관좌석)은 범위 밖. 차별화 = LLM이 여러 tool 조합해 "캠퍼스 브리핑" 한방 응답. 나중: 300번 버스 실시간(공공데이터 API).

스택

  • 언어: Python
  • 패키지 관리:
  • MCP SDK:

실행 / 개발

# 설치:   (예: uv sync)
# 실행:   (예: python -m server)
# 테스트: (예: pytest)

구조

규칙 / 컨벤션

Karpathy CLAUDE.md 4원칙 (출처: github.com/forrestchang/andrej-karpathy-skills). 사소한 작업엔 판단껏.

  1. Think Before Coding — 가정은 명시. 해석 여러 개면 다 제시하고 하나 몰래 고르지 말 것. 애매하면 멈추고 질문.
  2. Simplicity First — 요청한 것만. 단일 사용 코드에 추상화·설정·"유연성" 금지. 불가능한 시나리오 에러처리 금지. 200줄이 50줄로 되면 다시 써라. (= ponytail)
  3. Surgical Changes — 건드릴 것만 건드림. 인접 코드 "개선"·리팩터 금지. 기존 스타일 따름. 남의 dead code는 언급만, 삭제 금지. 바뀐 모든 줄은 요청에 직결돼야 함.
  4. Goal-Driven Execution — 작업을 검증가능 목표로: "검증 추가"→"invalid 입력 테스트 쓰고 통과". 성공기준 정하고 통과까지 루프.
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. 10d ago First seen · 40 lines · 565 tokens per session scan A ec0a1204a8fb

Subscribe to this mod's changes

knu-mcp CLAUDE.md is an instructions file published in the GitHub repository LEEseungseok-01/knu-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 565 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.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens