<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Orbit OS -- Forums - Recommended Apps]]></title>
		<link>https://forum.orbit-os.org/</link>
		<description><![CDATA[Orbit OS -- Forums - https://forum.orbit-os.org]]></description>
		<pubDate>Thu, 14 May 2026 19:49:58 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Positive feedback on ioflow and serial-console]]></title>
			<link>https://forum.orbit-os.org/showthread.php?tid=14</link>
			<pubDate>Sat, 25 Apr 2026 10:38:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.orbit-os.org/member.php?action=profile&uid=10">Ana Fedorova</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.orbit-os.org/showthread.php?tid=14</guid>
			<description><![CDATA[I used ioflow with serial-console in a prototyping project and it worked very well.<br />
<br />
Installation through the Store was simple, and integration between apps was stable from day one.<br />
<br />
Great job on the curation of recommended apps.]]></description>
			<content:encoded><![CDATA[I used ioflow with serial-console in a prototyping project and it worked very well.<br />
<br />
Installation through the Store was simple, and integration between apps was stable from day one.<br />
<br />
Great job on the curation of recommended apps.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MCP Server  — AI Control for Raspberry Pi and Arduino UNO Q Devices]]></title>
			<link>https://forum.orbit-os.org/showthread.php?tid=7</link>
			<pubDate>Thu, 16 Apr 2026 07:15:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.orbit-os.org/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.orbit-os.org/showthread.php?tid=7</guid>
			<description><![CDATA[MCP Server introduces a new way to interact with OrbitOS devices — built for automation, AI, and modern developer workflows.<br />
<br />
- The first version is already available in the store and ready to install remotely on your devices.<br />
<br />
<a href="https://store.orbit-os.org/app.html?slug=mcp-server" target="_blank" rel="noopener" class="mycode_url">Here</a><br />
<br />
<img src="https://i.imgur.com/9TdYBjZ.png" loading="lazy"  alt="[Image: 9TdYBjZ.png]" class="mycode_img" /><br />
<br />
It exposes the device through the <span style="font-weight: bold;" class="mycode_b">Model Context Protocol (MCP)</span>, enabling tools like Cursor and other compatible AI assistants to interact with the system using structured, well-defined capabilities — no custom scripts, no manual glue code.<br />
<hr class="mycode_hr" />
- What does that actually mean?<br />
Instead of writing scripts or manually connecting to your device, interactions become simple and direct.<br />
With an MCP-compatible tool, you can:<ul class="mycode_list"><li>Query system status <br />
</li>
<li>Install packages <br />
</li>
<li>Reboot the device <br />
</li>
<li>Read or control GPIO <br />
</li>
</ul>
All through clearly defined tools that are easy to integrate and reliable to use.<br />
<hr class="mycode_hr" />
- What you can do with it<br />
<span style="font-weight: bold;" class="mycode_b">Inspect the system</span><ul class="mycode_list"><li>Hardware info, OS details, metrics, API versions <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Manage applications</span><ul class="mycode_list"><li>List installed apps <br />
</li>
<li>Install packages <br />
</li>
<li>Remove packages <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Handle updates</span><ul class="mycode_list"><li>Install OTA updates <br />
</li>
<li>Perform factory reset <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Control power</span><ul class="mycode_list"><li>Reboot or shut down with context <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Work with GPIO</span><ul class="mycode_list"><li>Read/write pins <br />
</li>
<li>Change direction <br />
</li>
<li>Access by name or ID <br />
</li>
</ul>
<hr class="mycode_hr" />
<br />
- Example: Natural Language Interaction<br />
Once connected to an MCP compatible client, you can interact with your device (e.g. <span style="font-weight: bold;" class="mycode_b">Raspberry Pi or Arduino UNO Q</span>) using simple natural language sentences such as:<ul class="mycode_list"><li>"What’s the current status of the device?" <br />
</li>
<li>"List installed applications" <br />
</li>
<li>"Install this package from file" <br />
</li>
<li>"Reboot the device" <br />
</li>
<li>"Set GPIO 17 to HIGH" <br />
</li>
<li>"Check system metrics" <br />
</li>
</ul>
Instead of writing commands or scripts, the assistant understands your intent and maps it directly to MCP tools.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">- Get device info and resources usage </span><br />
<br />
<img src="https://i.imgur.com/gpb9ywF.png" loading="lazy"  alt="[Image: gpb9ywF.png]" class="mycode_img" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b">- List GPIOS </span><br />
<br />
<img src="https://i.imgur.com/uAARk2y.png" loading="lazy"  alt="[Image: uAARk2y.png]" class="mycode_img" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b">- List installed applications</span><br />
<br />
<img src="https://i.imgur.com/EpxGt7d.png" loading="lazy"  alt="[Image: EpxGt7d.png]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">- Turn GPIO17 to hight level</span><br />
<br />
<img src="https://i.imgur.com/FfbAWLP.png" loading="lazy"  alt="[Image: FfbAWLP.png]" class="mycode_img" /><br />
<br />
<hr class="mycode_hr" />
<br />
⚙️ Client Configuration (ex. Cursor config)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{<br />
  "mcpServers": {<br />
    "orbit-os": {<br />
      "url": "http://&lt;DEVICE_IP&gt;:9999/mcp"<br />
    }<br />
  }<br />
}</code></div></div><br />
<br />
<hr class="mycode_hr" />
- Final note<br />
MCP Server moves OrbitOS devices closer to AI-native infrastructure.<br />
Define capabilities once — and any MCP-compatible tool can use them.]]></description>
			<content:encoded><![CDATA[MCP Server introduces a new way to interact with OrbitOS devices — built for automation, AI, and modern developer workflows.<br />
<br />
- The first version is already available in the store and ready to install remotely on your devices.<br />
<br />
<a href="https://store.orbit-os.org/app.html?slug=mcp-server" target="_blank" rel="noopener" class="mycode_url">Here</a><br />
<br />
<img src="https://i.imgur.com/9TdYBjZ.png" loading="lazy"  alt="[Image: 9TdYBjZ.png]" class="mycode_img" /><br />
<br />
It exposes the device through the <span style="font-weight: bold;" class="mycode_b">Model Context Protocol (MCP)</span>, enabling tools like Cursor and other compatible AI assistants to interact with the system using structured, well-defined capabilities — no custom scripts, no manual glue code.<br />
<hr class="mycode_hr" />
- What does that actually mean?<br />
Instead of writing scripts or manually connecting to your device, interactions become simple and direct.<br />
With an MCP-compatible tool, you can:<ul class="mycode_list"><li>Query system status <br />
</li>
<li>Install packages <br />
</li>
<li>Reboot the device <br />
</li>
<li>Read or control GPIO <br />
</li>
</ul>
All through clearly defined tools that are easy to integrate and reliable to use.<br />
<hr class="mycode_hr" />
- What you can do with it<br />
<span style="font-weight: bold;" class="mycode_b">Inspect the system</span><ul class="mycode_list"><li>Hardware info, OS details, metrics, API versions <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Manage applications</span><ul class="mycode_list"><li>List installed apps <br />
</li>
<li>Install packages <br />
</li>
<li>Remove packages <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Handle updates</span><ul class="mycode_list"><li>Install OTA updates <br />
</li>
<li>Perform factory reset <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Control power</span><ul class="mycode_list"><li>Reboot or shut down with context <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Work with GPIO</span><ul class="mycode_list"><li>Read/write pins <br />
</li>
<li>Change direction <br />
</li>
<li>Access by name or ID <br />
</li>
</ul>
<hr class="mycode_hr" />
<br />
- Example: Natural Language Interaction<br />
Once connected to an MCP compatible client, you can interact with your device (e.g. <span style="font-weight: bold;" class="mycode_b">Raspberry Pi or Arduino UNO Q</span>) using simple natural language sentences such as:<ul class="mycode_list"><li>"What’s the current status of the device?" <br />
</li>
<li>"List installed applications" <br />
</li>
<li>"Install this package from file" <br />
</li>
<li>"Reboot the device" <br />
</li>
<li>"Set GPIO 17 to HIGH" <br />
</li>
<li>"Check system metrics" <br />
</li>
</ul>
Instead of writing commands or scripts, the assistant understands your intent and maps it directly to MCP tools.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">- Get device info and resources usage </span><br />
<br />
<img src="https://i.imgur.com/gpb9ywF.png" loading="lazy"  alt="[Image: gpb9ywF.png]" class="mycode_img" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b">- List GPIOS </span><br />
<br />
<img src="https://i.imgur.com/uAARk2y.png" loading="lazy"  alt="[Image: uAARk2y.png]" class="mycode_img" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b">- List installed applications</span><br />
<br />
<img src="https://i.imgur.com/EpxGt7d.png" loading="lazy"  alt="[Image: EpxGt7d.png]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">- Turn GPIO17 to hight level</span><br />
<br />
<img src="https://i.imgur.com/FfbAWLP.png" loading="lazy"  alt="[Image: FfbAWLP.png]" class="mycode_img" /><br />
<br />
<hr class="mycode_hr" />
<br />
⚙️ Client Configuration (ex. Cursor config)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{<br />
  "mcpServers": {<br />
    "orbit-os": {<br />
      "url": "http://&lt;DEVICE_IP&gt;:9999/mcp"<br />
    }<br />
  }<br />
}</code></div></div><br />
<br />
<hr class="mycode_hr" />
- Final note<br />
MCP Server moves OrbitOS devices closer to AI-native infrastructure.<br />
Define capabilities once — and any MCP-compatible tool can use them.]]></content:encoded>
		</item>
	</channel>
</rss>