DE | EN
Jinny guides setup and tool configuration

Setup Guide

This guide covers the verified first-run path for the SindByte local MCP runtime: start SindByte 01.exe, confirm http://127.0.0.1:5555/mcp, connect the host, then shape the published catalog through configuration.

Offer split: SindByte is the direct download for private use. If you are planning business or commercial deployment, continue through the Smart Package Robot license path.
SindByte MCP Server interface
Live technical screenshot from the current build. Use this shell to confirm the endpoint, the local posture, and the running server state.

What is SindByte?

SindByte is a bridge between AI assistants (like those running in LM Studio) and your Windows computer. Normally, AI can only chat with you. With SindByte, it can:

  • Read and organize your files
  • Take screenshots and control windows
  • Search the web and analyze data
  • Run scheduled tasks automatically
  • Use advanced reasoning strategies
  • Trade on crypto exchanges
  • Generate and edit images
  • Access your clipboard and memory
Key point: SindByte runs entirely on your computer. Your data never leaves your machine unless you specifically configure external API connections.

Quick Setup in 3 Steps

1Download and Extract

Download the ZIP file from our website and extract it to any folder on your computer (like your Desktop or Documents folder).

Tip: SindByte is portable - it doesn't need to be "installed" like traditional software. Just unzip and run.

2Launch SindByte

Double-click the SindByte 01.exe file. You'll see a window like the screenshot above with status information.

Make sure you see Listening on port 5555 in the status area. This means the server is running and ready.

3Connect Your AI

Open your AI client (LM Studio, Roo Code, or similar) and add SindByte as an MCP server.

See the section below for specific instructions for different clients.

Ground Truth for First Run

Runtime Facts

  • Executable: SindByte 01.exe
  • Endpoint: http://127.0.0.1:5555/mcp
  • Transport: streamable-http / MCP JSON-RPC
  • Default posture: localhost only

Why Tool Counts Vary

  • Registration mode can be Full or Short.
  • Category filters can narrow the published surface.
  • Credential-backed families stay effectively gated until configured.
  • Many hosts cache schemas and need reload after config changes.

Connect Your AI Client

Different AI clients connect to SindByte in slightly different ways. Here are the most popular ones:

LM Studio

In LM Studio, go to Settings -> MCP Servers and add:

{
  "sindbyte": {
    "url": "http://127.0.0.1:5555/mcp"
  }
}

Then reload the server list to see SindByte's tools.

Roo Code (VS Code)

In VS Code settings, add to your MCP configuration:

{
  "mcpServers": {
    "sindbyte": {
      "type": "streamable-http",
      "url": "http://127.0.0.1:5555/mcp"
    }
  }
}

Reload the window after adding the configuration.

Note: After making any changes to settings, always reload/restart your AI client. Many clients cache the tool list and won't see new tools until restarted.

Your First Commands

Once connected, try these natural language commands in your AI chat:

File Operations

  • "Show me files in my Downloads folder from this week"
  • "Organize my Desktop by file type"
  • "Find all PDFs and list them by size"
  • "Create a backup of my Documents folder"

Desktop Control

  • "Take a screenshot and describe what you see"
  • "Show me all open Chrome windows"
  • "Resize the Notepad window to 800x600"
  • "Click the OK button in the dialog box"

Smart Reasoning

  • "Analyze this problem step by step" (uses Chain-of-Thought)
  • "Give me 3 different approaches to solve this"
  • "Critique your own answer and improve it"
  • "Explain this like I'm 5 years old"

Web & Data

  • "Fetch the latest news from BBC and summarize"
  • "Convert this CSV to JSON format"
  • "Search for Python tutorials and give me the top 3"
  • "Extract phone numbers from this text"

Configuration (Optional)

SindByte works immediately with basic tools. For advanced features like trading, email, or image generation, you'll need to configure API keys.

Configuration window
The Config Editor is the runtime control panel: feature flags, registration behavior, credentials, port, and local-only settings.

What You Can Configure

Feature Flags
Enable/disable individual tools or entire categories.
API Keys
Add keys for OpenAI, trading exchanges, email, etc.
Registration Mode
Choose how tools appear to your AI (full list vs. categories).
Security Settings
Set which tools need confirmation before running.
Security Note: Your API keys are stored encrypted on your local machine. They never leave your computer unless the tool specifically calls an external service (like placing a trade or sending an email).

Advanced Features

Once you're comfortable with the basics, explore these powerful features:

Dialog-LAB

Compare 2-3 AI models side-by-side. See which one gives better answers.

LMChat

Use the lighter one-model chat surface with IQ helpers, attachments, transcription, and faster follow-up execution.

Trading Hub

Connect to 12 crypto exchanges. Paper trade risk-free with AI analysis.

Timer + IQ

Schedule recurring AI tasks. Daily reports, market scans, etc.

Image Tools

Generate images with AI, resize, convert, and create web assets.

Troubleshooting

"My AI doesn't see SindByte tools"

  • Make sure SindByte is running (check the window shows "Listening on port 5555")
  • Verify the URL in your AI client is exactly http://127.0.0.1:5555/mcp
  • Reload/restart your AI client after any changes
  • Check that the tool categories you want are enabled in Config Editor

"I see fewer tools than expected"

  • Some tools require API keys (trading, email, images). Add them in Config Editor.
  • Check Registration Filters - some categories might be set to "OFF"
  • Try switching between "Short" and "Full" registration mode

"The server won't start"

  • Check if another program is using port 5555
  • Try running as Administrator if you get permission errors
  • Make sure your antivirus isn't blocking the executable
So funktioniert SindByte in 4 Schritten

Four layers from AI host to real Windows actions - a local endpoint controls the entire flow.

SindByte Einrichtungsleitfaden Hero

Audited local MCP system with desktop automation, Dialog-LAB, LMChat, Trading Hub and Timer + IQ workflows. The current config audit shows 237 feature flag entries in 19 MCP families; The two core/runtime routes result in a host-accessible interface of 239 tools. Which tools a client actually sees depends on the build profile, credentials, registration filters and registration mode. The platform emerged from the Smart package robot-Development.

Quick start in 3 minutes

Start server.
Connect client.
With ToolCatalog.ListCategories start.

Online user manual

This guide will show you the productive path from initial setup to automated IQ, trading and image workflows.

Offer model: SindByte is the direct download for private use. For business or commercial use, the license path passes through Smart package robot.
SindByte Hauptfenster
Generierte Karte der Laufzeitoberflächen
Generated with the live server to explain the practical runtime around the endpoint: config, dialogs, chat, timer and trading.

Instructional graphics created directly with SindByte

This guide now combines two types of evidence: live screenshots from the current Windows build and generated explainer graphics coming from the same server.

The visuals for this documentation run were created via CUTools::GenerateImage generated and with CUTools::PictureResize adapted for the pages. So the instructions were updated with the running SindByte Runtime itself, not with an external design toolchain.

Live interfaces in the current build

Direct detail pages for operator interfaces

1) Setup

Unzip project and SindByte 01.exe start.
Check locally: http://127.0.0.1:5555/mcp.
If necessary: ​​Adjust the configuration in the MCP Config Editor.

Verified facts for the first start

Runtime Facts

  • Executable: SindByte 01.exe
  • End point: http://127.0.0.1:5555/mcp
  • Transport: streamable-http / MCP JSON RPC
  • Default: localhost only

Why the number of tools fluctuates

  • Registration mode can be Full or Short.
  • Category filters narrow the published surface.
  • Credential-linked families remain effectively locked out without credentials.
  • Many hosts cache schemas and need to reload after config changes.

2) Connect client

You can connect SindByte with LM Studio, Roo Code, VS Code add-ons or other MCP clients.

3) Choose provider

Note: In OpenAI direct mode, local MCP tool calls do not run in the same LLM call. To do this, you then use targeted MCP tool steps.

4) Tool filters and security

What the Config Editor controls

He edits the same mcp_config.jsonthat the server reads: feature flags, provider keys, OpenAI image sharing, image model, port, timeouts, log level and local-only behavior.

Why operators start here

The Config Editor forms the deployment-specific runtime catalog from the large product interface. What your client sees later is usually decided here first.

Cloud APIs Center

OpenAI, OpenRouter, Serper, Kraken, Binance, OKX, KuCoin, Bitget, IB, ByBit, Polygon, Bitpanda, AlphaVantage, CryptoCompare, CoinGecko, IG, Gmail, M365, Teams and other provider tests lie behind the same interface.

Profiles + batch actions

Profile, Enable All, Disable All, Ask All and Pattern Selection help you quickly change the published interface without manually editing JSON.

Generierte Config-Editor Übersicht
Generated with the live server to make the Config Editor readable in an image: flags, registration mode, category filters, credentials and image routes.
The screenshot shows the real operation, the generated map shows the logic behind it. Together, the Config Editor is much quicker to understand than just text.

5) Use IQTools/Timer

6) Enable image workflows

7) Product interface and forms

Code Audit Summary: The current config set defined 237 feature flag entries in 19 MCP families. The two core/runtime routes result in a host-accessible interface 239 tools. are standard 121 activated, 76 ask first, 14 are disabled and 22 are marked as essential. Which tools a client actually sees depends on the build profile, credentials, registration filters and registration mode.

Erklärbild für Registrierungsmodi
One-image summary of the server's two publishing styles.
  • Full/Long publishes the activated tool routes directly and is intended for clients who want to see as many direct tools as possible.
  • Short works more compactly ToolCatalog.ListCategories, ToolCatalog.ListTools, ToolCatalog.GetToolSchema and ToolCatalog.CallTool.
  • In short fashion delivers include_schema=true the full schemes. IQTools emphasizes BetterPrompt and Validate; MemoryTools emphasizes Recall and Store.
  • Registration filters work per category ON, ESSENTIAL and OFF, so the same code can publish significantly differently on different machines.
Registration and dispatch: Core Assistant plus Clipboard, Cloud, CU, Data, File, IQ, Math, Memory, Office, SMTP, GMail, M365, Teams, System, Timer, Text, Web and the deprecated FunctionalMemory path. TaskTools and UserTools are only present in SLL builds. TradingIQ and TradingAI run via the IQ dispatcher.
Largest families: Office 69, DataTools 20, SystemTools 20, CUTools 19, IQTools 18, FileTools 16, Teams 15, MemoryTools 12, MathTools 11, TimerTools 7, GMail 7, M365 6, WebTools 5, CloudTools 5, ClipboardTools 4.
Runtime windows and dialogs: Main server window, Dialog Arena, IQ Progress, Registration Filters, SetTimer Scheduler, Cloud/OpenAI Settings, Trading Hub, Manual Trading, Kraken Learning Lab, LMChat as well as the common provider/model selection.
Configuration interfaces: MCP Config Editor, pattern selection and the Cloud APIs Center with credential/test dialogs for OpenAI, OpenRouter, Serper, Kraken, Binance, OKX, KuCoin, Bitget, IB, ByBit, Polygon, Bitpanda, AlphaVantage, CryptoCompare, CoinGecko, IG, SMTP, Gmail, M365 and Teams.
Operating note: M365 and Teams dispatch only with usable credentials. Start with for an overview spr_server_assistant and then open ToolCatalog.ListCategories or the dialogue Registration Filtersto see the currently published interface.

8) Troubleshooting

Open FAQ