Odel
mo5 mcp server

mo5 mcp server

Local
@thlg057PythonMITUpdated 4mo ago

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).

npm@thlg057/mo5-rag-mcpv1.0.2

Run

npx -y @thlg057/mo5-rag-mcp

MCP client config

{
  "mcpServers": {
    "mo5-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thlg057/mo5-rag-mcp"
      ]
    }
  }
}