.cursor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .cursor (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
백준에 있는 문제를 검색하는 기능을 제공하는 비공식 MCP입니다.
BOJ-MCP지만, solved.ac의 비공식 API를 사용합니다.
한창 개발 중입니다.
#### 1) npm 사용 (권장)
컴퓨터에 node.js가 설치되어 있어야 합니다.
##### Claude Desktop
Windows: %APPDATA%\Claude\claude_desktop_config.json
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
해당 위치에 파일이 없으면 생성합니다.
{
"mcpServers": {
"boj-mcp": {
"command": "npx",
"args": ["-y", "boj-mcp", "--handle=your-handle"]
}
}
}위 내용을 추가하고 Claude Desktop을 종료 후 다시 시작합니다.
<img width="427" height="446" alt="image" src="https://github.com/user-attachments/assets/e6cd0273-52fe-42a9-93a4-40917c48598b" />
정상적으로 설치가 되었다면 위와 같이 표시됩니다.
##### Claude Code
claude mcp add boj-mcp -- npx -y boj-mcp
# OR
claude mcp add boj-mcp -- npx -y boj-mcp --handle=your-handle##### Codex
codex mcp add boj-mcp -- npx -y boj-mcp
# OR
codex mcp add boj-mcp -- npx -y boj-mcp --handle=your-handle##### Gemini Cli
gemini mcp add boj-mcp npx -y boj-mcp
# OR
gemini mcp add boj-mcp npx -y boj-mcp --handle=your-handle##### Cursor
Ctrl + Shift + P를 누르고 Open MCP Settings를 찾아 들어갑니다. New MCP Server를 클릭하고 다음 내용을 붙여넣습니다.
{
"mcpServers": {
"boj-mcp": {
"command": "npx",
"args": ["-y", "boj-mcp", "--handle=your-handle"]
}
}
}#### 2) 로컬 빌드 후 실행
git clone https://github.com/csh1668/boj-mcp
cd boj-mcp
pnpm i
pnpm start그리고 Cursor 설정에 다음처럼 추가합니다.
{
"mcpServers": {
"boj-mcp": {
"command": "node",
"args": ["dist/index.js"]
}
}
}설치가 완료되면 AI에게 다음과 같이 질문하여 백준 문제를 검색하거나 추천받을 수 있습니다.
#### 1. 문제 검색
#### 2. 문제 추천
#### 3. 대회 및 태그 정보
프로젝트에 기여하거나 새로운 도구를 추가하고 싶다면 Developer Guide를 참조하세요.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.