A Model Context Protocol (MCP) server designed to connect to a CCTV recording program (VMS) to retrieve recorded and live video streams. It also provides tools to control the VMS software, such as showing live or playback dialogs for specific channels at specified times.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp_vmsAgent-CoreX intelligently routes which tools from jyjune/mcp_vms your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp_vms": {
"command": "npx",
"args": [
"-y",
"mcp_vms"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp_vmsAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use jyjune/mcp_vms directly without routing
npx -y mcp_vmsNew to Agent-CoreX? View setup guide →