MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain.
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @thlg057/mo5-rag-mcp
MCP client config
{
"mcpServers": {
"mo5-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thlg057/mo5-rag-mcp"
]
}
}
}