MCP Server - VMS Integration
@jyjune
关于 MCP Server - VMS Integration
MCP server for controlling and accessing a video surveillance system
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vms": {
"command": "uv",
"args": [
"--directory",
"X:\\path\\to\\mcp-vms",
"run",
"mcp_vms.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server - VMS Integration?
MCP Server - VMS Integration is a Model Context Protocol (MCP) server that connects to a CCTV recording program (VMS) to retrieve recorded and live video streams and control VMS software, such as showing live or playback dialogs for specific channels at specified times. It is intended for users who need to integrate video surveillance capabilities into MCP-compatible assistants.
How to use MCP Server - VMS Integration?
Install Python 3.12+, the VMS server from surveilance-logic.com, and the vmspy library from sourceforge. Configure the MCP server in claude_desktop_config.json using the uv command pointing to the mcp_vms.py file. Adjust VMS connection settings in mcp_vms_config.py (default IP 127.0.0.1, port 3300, credentials admin/admin).
Key features of MCP Server - VMS Integration
- Retrieve video channel information, including connection and recording status.
- Fetch recording dates and times for specific channels.
- Fetch live or recorded images from video channels.
- Show live video streams or playback dialogs for specific channels and timestamps.
- Control PTZ cameras by moving them to preset positions.
- Comprehensive error handling and logging.
Use cases of MCP Server - VMS Integration
- Query camera recording status and retrieve stored footage for a given date.
- Display a live video feed from a specific channel in a chat interface.
- Trigger PTZ camera movement to a preset location via natural language commands.
- Integrate VMS playback controls into an AI assistant for security monitoring.
- Automate retrieval of snapshots from multiple cameras during incident review.
FAQ from MCP Server - VMS Integration
What VMS software does the server work with?
The server works with the CCTV recording program available at surveilance-logic.com (VMS server must be installed separately).
What are the runtime requirements?
Python 3.12 or later is required, along with the vmspy and Pillow libraries. The VMS server itself must be installed and running.
How do I configure the VMS connection?
Edit mcp_vms_config.py to set the VMS server IP, port, access ID, and password. The default configuration uses localhost on port 3300 with credentials admin/admin.
What transport protocol does the server use?
The README does not specify a transport protocol; it uses the standard MCP transport defined by the mcp library.
Can I use this server without a local VMS server?
No, a running VMS server instance is required. The server connects to an existing VMS installation.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Servers
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论