mid-server

Connect ServiceNow to on-prem resources via MID Server and ECC queue.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/serac-labs/serac --skill mid-server-serac-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mid-server
Source: https://github.com/serac-labs/serac/tree/main/packages/opencode/src/bundled-skills/mid-server
Command: npx skills add https://github.com/serac-labs/serac --skill mid-server-serac-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MID Server enables ServiceNow to communicate with resources inside your network.

Core Features & Use Cases

  • Probes (Outbound) and Sensors (Inbound) with Script Execution
  • ECC Queue-based command execution and remote orchestration
  • On-premise discovery and integration for ServiceNow

Quick Start

Install and configure a MID Server in your network and point it to your ServiceNow instance to begin remote script execution.

Frequently Asked Questions about mid-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does a ServiceNow MID Server connect to on-premise resources?

A ServiceNow MID Server connects to on-premise resources by acting as a bridge, using the ECC queue to facilitate communication and remote command execution between the instance and internal network assets.

How do I execute remote commands on internal servers using ServiceNow?

You can execute remote commands on internal servers from ServiceNow by routing outbound probes through the ECC queue to a configured MID Server, which then orchestrates the script execution within your enterprise network.

What are probes and sensors in ServiceNow discovery workflows?

In ServiceNow discovery workflows, probes are outbound scripts sent via the ECC queue to gather data from internal targets, while sensors are inbound processes that parse the returned results for the instance.

When do I need a MID Server for ServiceNow integrations?

You need a MID Server for ServiceNow integrations when your instance must communicate with on-premise resources, perform remote execution, or run discovery probes behind an enterprise firewall.

Can I run custom scripts on remote machines through the ServiceNow ECC queue?

Yes, you can run custom scripts on remote machines through the ECC queue by dispatching outbound probes from ServiceNow to a MID Server, which executes the commands and returns the results via inbound sensors.

What is the best way to orchestrate on-premise discovery from a ServiceNow instance?

The best way to orchestrate on-premise discovery from a ServiceNow instance is deploying a MID Server to handle ECC queue communication, execute remote probes, and process inbound sensor data securely within your internal network.