A local Windows MCP runtime with real operator surfaces, configurable publication logic, and a standard endpoint for LM Studio, Roo Code, and other MCP-compatible hosts.
Offer model: download SindByte directly for private use. For business, team, or commercial deployment, continue with the Smart Package Robot license path.
The current config audit shows 237 feature-flag entries across 19 MCP families. Add the two core/runtime routes and the host-callable surface becomes 239 tools. The live catalog published to a host can still be smaller by design because credentials, registration filters, registration mode, and build profile shape the runtime surface.
http://127.0.0.1:5555/mcp
mcp_config.json
These are real screenshots from the running Windows application, not mockups. They show the operator surfaces around the MCP endpoint rather than flattening the product into a single tool count.
Four layers from host connection to local execution. Each layer is configurable and inspectable.
LM Studio, Roo Code, Cline-style agents, VS Code MCP add-ons, or custom clients open the MCP session.
SindByte exposes streamable HTTP JSON-RPC at /mcp on port 5555 by default.
/mcp
5555
Feature flags, category filters, credentials, and registration mode decide what the host sees.
Files, windows, timers, reasoning helpers, images, and credential-backed routes remain under local operator control.
initialize
tools/list
tools/call
Full Registration publishes the broadest catalog. Short Registration keeps the surface compact for hosts that prefer category navigation.
spr_server_assistant
ToolCatalog.ListCategories
Enabled routes are published more directly so the host can see the broadest practical tool list without a category bridge.
Hosts inspect categories and tool metadata through ToolCatalog.ListCategories, ToolCatalog.ListTools, ToolCatalog.GetToolSchema, and ToolCatalog.CallTool.
ToolCatalog.ListTools
ToolCatalog.GetToolSchema
ToolCatalog.CallTool
ON publishes enabled tools, ESSENTIAL publishes only essential routes, and OFF keeps the category out of the live catalog.
ON
ESSENTIAL
OFF
Individual tools can be Disabled, Ask First, or Enabled. Use ask-first on deletes, execution, registry changes, and trading actions.
include_schema=true
Files, clipboard, windows, system state, screenshots, and data processing are handled where the work actually lives: on the Windows machine.
Dialog-LAB, LMChat, IQ helpers, and timers make SindByte a guided operator environment rather than a raw transport shim.
Trading, cloud image, email, and enterprise connectors appear when credentials and filters allow them, which keeps each runtime intentionally scoped.
The same runtime can serve a local model desktop, a coding assistant, or a custom internal client without changing the core architecture.
Get the portable package and start the runtime on your Windows machine.
Use client snippets for LM Studio, Roo Code, and custom MCP patterns.
Read setup, provider, filter, and troubleshooting guidance in one place.
Browse families and understand which routes are local, filtered, or credential-gated.