-
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
中列出的其他依赖项可以使用环境变量来配置服务器:
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