
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@thlg057/mo5-rag-mcp
Advanced tools
Serveur MCP pour le rétrocomputing Thomson MO5 (RAG et outils de build)
This MCP server (Model Context Protocol) acts as a bridge between modern AI agents (Claude Desktop, Augment, Cursor) and the Thomson MO5 ecosystem.
It allows access to an expert knowledge base and manipulation of MO5 heritage files.
It provides semantic search tools, documentation resources, and expert prompts to facilitate development around the Thomson MO5 microcomputer.
This server is part of a complete toolchain for modern 6809 development:
The server relies on a Retrieval-Augmented Generation architecture to provide accurate answers based on real technical documentation.
.fd disk images, convert .fd to .sd for SDDrive, and convert PNG assets to C sprite headers.The MO5 RAG server is now publicly deployed and accessible on the Internet.
👉 https://retrocomputing-ai.cloud/
This MCP server is designed to work out of the box with the public RAG instance.
For most users, this means:
Simply configure the MCP server to point to the public URL and start using it from your coding agent.
Self-hosting a RAG server is still possible if you want to:
But it is no longer required for normal usage.
pip install Pillow) — required only for the png_to_mo5_sprite tool.The official public MO5 RAG server is available at: https://retrocomputing-ai.cloud/
You can use this public instance directly, there is no need to host your own RAG server.
Configure your agent to run the server directly from npm. No git clone or npm install needed.
{
"mcpServers": {
"mo5-server": {
"command": "npx",
"args": [
"-y",
"@thlg057/mo5-rag-mcp"
],
"env": {
"RAG_BASE_URL": "https://retrocomputing-ai.cloud"
}
}
}
}
git clone https://github.com/thlg057/mo5-mcp-server.git
cd mo5-mcp-server
npm install
Then configure your agent:
{
"mcpServers": {
"mo5-rag": {
"command": "node",
"args": ["C:\\your\\path\\to\\mo5-mcp-server\\index.js"],
"env": {
"RAG_BASE_URL": "https://retrocomputing-ai.cloud"
}
}
}
}
Note for Windows: Use double backslashes
\\or single slashes/in the path to avoid JSON formatting errors.
Add one of the configurations above to your MCP configuration file (e.g., augment_config.json or claude_desktop_config.json).
It is recommended to test the server before integration to ensure proper communication with the RAG API.
# Windows (PowerShell)
$env:RAG_BASE_URL="https://retrocomputing-ai.cloud"; npx @modelcontextprotocol/inspector node index.js
echo {"jsonrpc":"2.0","method":"tools/list","id":1} | node index.js
index.js: Main source code of the MCP server.scripts/: Python scripts for build tools (makefd.py, fd2sd.py, png2mo5.py).package.json: Dependencies (MCP SDK)..gitignore: Ignores node_modules and environment files.This server is part of a suite of tools designed to modernize development on the Thomson MO5:
This project is part of the digital preservation ecosystem for the Thomson MO5 microcomputer.
FAQs
Serveur MCP pour le rétrocomputing Thomson MO5 (RAG et outils de build)
We found that @thlg057/mo5-rag-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.