MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain.
MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain.
Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
5 files analyzed ยท 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: RAG_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-thlg057-mo5-mcp-server": {
"env": {
"RAG_BASE_URL": "your-rag-base-url-here"
},
"args": [
"-y",
"@thlg057/mo5-rag-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace ยท Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm โ conversationally
by mcp-marketplace ยท Finance
Free stock data and market news for any MCP-compatible AI assistant.