-
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 -
A Python-based Model Context Protocol (MCP) server for BirdNet-Pi integration.
requirements.txt
The server can be configured using environment variables:
BIRDNET_DETECTIONS_FILE
: Path to detections JSON file (default: 'data/detections.json')BIRDNET_AUDIO_DIR
: Path to audio files directory (default: 'data/audio')BIRDNET_REPORT_DIR
: Path to reports directory (default: 'data/reports')Start the server:
The server will run on http://localhost:8000
.
/functions
- List available functions (GET)/invoke
- Invoke a function (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