MCP Server
MCP
io.github.ed-dryha/reolink-mcp
MCP server for Reolink cameras: snapshots, device state, AI detection, PTZ, and deterrence controls
Install
uvx reolink-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "reolink-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the camera config YAML (default: ~/.config/reolink-mcp/config.yaml)",
"name": "RMCP_CONFIG_FILE"
},
{
"description": "Set to 'true' to strip all control tools and run observe-only",
"name": "RMCP_READ_ONLY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment