mcp-api-server
by istanadodan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | 로그 레벨 (DEBUG/INFO/WARNING) | INFO |
| YOLO_HOME | No | 모델 다운로드 디렉토리 (프로젝트 루트 기준 상대경로) | ./src/mcp_api_server/models |
| YOLO_MODEL | No | YOLOv8 모델 (nano~x) | yolov8n.pt |
| EMBEDDING_HOST | No | 임베딩 서버 주소 | http://192.168.0.100:7997 |
| EMBEDDING_MODEL | No | 사용할 임베딩 모델 | openai/clip-vit-large-patch14 |
| MCP_SERVER_NAME | No | MCP 서버 이름 | mcp-api-server |
| YOLO_CONF_THRESHOLD | No | 감지 신뢰도 임계값 (0~1) | 0.5 |
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
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/istanadodan/img_detect_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server