Lens
by ChoiDongHee
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | 로그 파일 경로 | search.log |
| MCP_HOST | No | 호스트 | 127.0.0.1 |
| MCP_PORT | No | 포트 | 8000 |
| LOG_LEVEL | No | 로그 레벨 | INFO |
| FETCH_CONTENT | No | 본문 보강 켜기/끄기 | true |
| MCP_TRANSPORT | No | MCP 통신 방식(stdio/sse/streamable-http) | stdio |
| DEFAULT_ENGINES | No | engines=all일 때 사용할 엔진 목록 | naver,naver_web,naver_encyc |
| EXCLUDE_KEYWORDS | No | 결과에서 제외할 키워드 목록 (콤마 구분) | 스포츠 관련 키워드 |
| NAVER_CLIENT_IDS | Yes | 네이버 Client ID 배열 (콤마 구분) | |
| RELEVANCE_FILTER | No | BM25 관련성 필터 켜기/끄기 | true |
| NAVER_DAILY_LIMIT | No | 키 1개당 1일 호출 한도 | 25000 |
| HIT_COUNT_LOG_FILE | No | 별도 호출 현황 로그 파일 | hit_count.log |
| SEARCH_ENGINE_MODE | No | 엔진 구성 프리셋: hybrid/naver/duckduckgo | naver |
| FETCH_CONTENT_TOP_N | No | 보강할 개수 | 3 |
| NAVER_CLIENT_SECRETS | Yes | 네이버 Client Secret 배열 (콤마 구분, 순서로 짝지어짐) | |
| NAVER_LIMIT_THRESHOLD | No | 이 비율 도달 시 다음 키로 순환 | 0.8 |
| NAVER_SEARCH_ENDPOINT | No | 네이버 검색 종류 (뉴스/웹문서/백과사전) | news |
| EXCLUDE_OVERFETCH_COUNT | No | 필터링 활성 시 미리 넉넉히 가져올 개수 | 10 |
| FETCH_CONTENT_MAX_CHARS | No | 최대 글자수 | 3000 |
| NAVER_SEARCH_ENDPOINT_2 | No | 두 번째 검색 종류 | webkr |
| NAVER_SEARCH_ENDPOINT_3 | No | 세 번째 검색 종류 | encyc |
| RELEVANCE_MIN_SCORE_RATIO | No | 최고점 대비 살아남는 최소 점수 비율 | 0.15 |
| HIT_COUNT_INTERVAL_SECONDS | No | 기록 주기(초) | 60 |
| SEARCH_ENGINE_TIMEOUT_SECONDS | No | 엔진 하나당 최대 대기 시간(초) | 15 |
| FETCH_CONTENT_MIN_USEFUL_CHARS | No | 최소 유효 글자수 | 200 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ChoiDongHee/ktds_lens'
If you have feedback or need assistance with the MCP directory API, please join our Discord server