Mo5 Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mo5 Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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:
C library optimized for CMOC.
Project template with automated Makefile.
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 installThen 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.jsecho {"jsonrpc":"2.0","method":"tools/list","id":1} | node index.jsindex.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.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.