AI 토큰을 아낄 수 있는 따끈따끈한 mcp
https://github.com/8b-is/smart-tree
GitHub - 8b-is/smart-tree: A blazingly fast, context-aware directory tree tool co-created by human and AI for optimal information density across multiple output formats. Smart Tree bridges the gap between human readability and AI token efficiency, providing fixed-width formats for parsing, ultra-compact modes for bandwidth optimization, and AI-specific formats. HEX MODE A blazingly fast, context-aware directory tree tool co-created by human and AI for optimal information density across multiple output formats. Smart Tree bridges the gap between human readability… A blazingly fast, context-aware directory tree tool co-created by human and AI for optimal information density across multiple output formats. Smart Tree bridges the gap between human readability…
- C++ 빌드 툴 설치
- RUST 설치
- 원하는 경로에 smart-tree 깃 클론
- 클론한 프로젝트를 cargo 빌드
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"mcpServers": {
"smart-tree": {
"command": "C:경로/smart-tree/target/release/st.exe",
"args": [
"--mcp"
],
"env": {
"AI_TOOLS": "1"
}
}
}
}
cursor에서 사용하기 성공.
코드 탐색을 하는 비용을 10배 아껴준다고 함. ㅎㅎ

