Skip to content
Cline

mo5 mcp server for Cline

io.github.thlg057/mo5-mcp-server

MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain.

client:Cline transport:stdio runtime:npm

Install mo5 mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mo5 mcp server in other clients