-
securityF
license-
qualityA Python-based implementation of the Model Context Protocol that enables communication between a model context management server and client through a request-response architecture.
Last updated -
Python
BirdNet-Pi 통합을 위한 Python 기반 모델 컨텍스트 프로토콜(MCP) 서버.
requirements.txt
에 나열된 기타 종속성지엑스피1
서버는 환경 변수를 사용하여 구성할 수 있습니다.
BIRDNET_DETECTIONS_FILE
: 탐지 JSON 파일 경로(기본값: 'data/detections.json')BIRDNET_AUDIO_DIR
: 오디오 파일 디렉토리 경로(기본값: 'data/audio')BIRDNET_REPORT_DIR
: 보고서 디렉토리 경로(기본값: 'data/reports')서버를 시작합니다:
서버는 http://localhost:8000
에서 실행됩니다.
/functions
- 사용 가능한 함수 나열(GET)/invoke
- 함수 호출(POST)getBirdDetections
getDetectionStats
getAudioRecording
getDailyActivity
generateDetectionReport
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
모델 컨텍스트 프로토콜을 통해 조류 감지 데이터에 접근하고 분석할 수 있는 Python 기반 서버로, 감지 필터링, 오디오 녹음 접근, 보고서 생성 등의 기능을 제공합니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/mcp-local-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server